20 lines
366 B
Plaintext
20 lines
366 B
Plaintext
.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;
|
|
}
|
|
.green{color:#D03020;font-size:32rpx;font-weight:bold;}
|
|
.title{height:100rpx;} |