123456789101112131415161718 |
- .list-item {
- height: 100rpx;
- background: #fff;
- border-bottom: 0.1rpx solid #e4e4e4;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 20rpx;
- }
- .list-item span {
- font-size: 28rpx;
- }
- .list-item .icon-right {
- width: 12rpx;
- height: 22rpx;
- }
|