/* 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; }