| 1234567891011121314151617181920 |
- page{
- background-color: #fff;
- }
- .set-item{
- margin: 0 30rpx;
- padding: 30rpx 0;
- justify-content: space-between;
- line-height: 40rpx;
- font-size: 28rpx;
- border-bottom: 2rpx solid #E2E2E2;
- }
- .set-info{
- font-size: 28rpx;
- color: #A1A1A1;
- }
- .set-item image{
- width: 13rpx;
- height: 23rpx;
- margin-left: 10rpx;
- }
|