/* pages/mine/mine.wxss */ .top{ width: 100%; height: 450rpx; position: relative; } .minebg{ width: 100%; height: 100%; } .userinfo{ width: 100%; position: absolute; z-index: 100; top: 120rpx; text-align: center; } .headimg{ margin-bottom: 10rpx; width: 150rpx; height: 150rpx; border-radius: 50%; border: 6rpx solid rgba(255, 255, 255, 0.25); } .userinfo view{ color: #fff; line-height: 50rpx; } .mycase{ margin: 24rpx; background-color: #fff; border-radius: 15rpx; } .item{ width: 100%; padding: 24rpx; box-sizing: border-box; border-bottom: 1rpx solid #dedede; display: flex; align-items: center; } .count{ padding: 24rpx 0; } .count-item{ display: inline-flex; align-items: center; flex-direction: column; width: calc(100% / 3); } .counticon{ margin-bottom: 10rpx; width: 70rpx; height: 70rpx; } .count-item view{ color: #9498a4; font-size: 30rpx; } .count-item view text{ color: #35dab5; } .menu{ margin: 24rpx; padding: 0 24rpx; background-color: #fff; border-radius: 15rpx; } .menu-item{ display: flex; align-items:center; border-bottom: 1rpx solid #dedede; } .menu-item:last-child{ border-bottom: none !important; } .mineicon{ margin-right: 20rpx; width: 45rpx; height: 45rpx; } .menu-item view{ width: calc(100% - 93rpx); line-height: 90rpx; } .more{ width: 32rpx; height: 32rpx; } .exit{ margin:24rpx 25%; padding: 26rpx 0; background-color: #fff; border-radius: 10rpx; border: 1rpx solid #dedede; font-size: 32rpx; font-weight: normal; text-align: center; }