123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .page{
- min-height: 100vh;
- background: #F1F1F1;
- }
- .content{
- padding: 0 32rpx;
- padding-top: 24rpx;
- padding-bottom: 24rpx;
- .item{
- background: #FFFFFF;
- border-radius: 0rpx 24rpx 0rpx 24rpx;
- padding: 0 24rpx;
- display: flex;
- flex-direction: column;
- margin-bottom: 24rpx;
- .line:last-child{
- border-bottom: none;
- }
- .line{
- display: flex;
- justify-content:space-between;
- align-items: center;
- border-bottom:2rpx solid #E6E6E6 ;
- height: 140rpx;
- .left{
- font-size: 32rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- color: #333333;
- }
- .right{
- font-size: 32rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- color: #333333;
- display: flex;
- align-items: center;
- .avatar{
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- margin-right: 20rpx;
- }
- .arr{
- width: 14rpx;
- height: 24rpx;
- }
- }
- }
- }
- }
- switch{
- // width: 83rpx;
- // height: 40rpx;
- }
|