nantai-erp-wechat-mobile/dispatcher/pages/record/record.wxss
2024-10-31 21:29:57 +08:00

32 lines
624 B
Plaintext

/* pages/sub/dispatcher/record.wxss */
.outer-box {
border-radius: 40rpx 40rpx 0 0;
overflow: hidden;
}
.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;
}
.add-btn {
width: 100rpx;
height: 100rpx;
background: url('https://cement.fongtech.net/static/app/add.png') 0 0/100rpx 100rpx no-repeat;
position: fixed;
bottom: 130rpx;
right: 30rpx;
}