19 lines
288 B
Plaintext
19 lines
288 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;
|
||
|
}
|