20 lines
356 B
Plaintext
20 lines
356 B
Plaintext
|
/* driver/pages/record/record.wxss */
|
||
|
.record-container {
|
||
|
padding-bottom: 98rpx;
|
||
|
}
|
||
|
|
||
|
.list {
|
||
|
padding: 0 40rpx;
|
||
|
}
|
||
|
|
||
|
.item {
|
||
|
border-bottom: 2rpx solid #E6E6E6;
|
||
|
padding: 20rpx 30rpx 20rpx 0;
|
||
|
background: url('https://cement.fongtech.net/static/app/arrow_right.png') right center/26rpx 26rpx no-repeat;
|
||
|
}
|
||
|
|
||
|
.item .item-site {
|
||
|
margin: 8rpx 0 4rpx 0;
|
||
|
}
|
||
|
|