mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-08 06:35:26 +08:00
18 lines
294 B
CSS
18 lines
294 B
CSS
/*
|
|
* 列表
|
|
*/
|
|
.data-list .item .select-icon {
|
|
width: 35rpx;
|
|
height: 35rpx !important;
|
|
}
|
|
|
|
/*
|
|
* 合并按钮
|
|
*/
|
|
.invoice-merge-submit {
|
|
width: 220rpx;
|
|
height: 70rpx !important;
|
|
line-height: 74rpx !important;
|
|
left: calc(50% - 110rpx);
|
|
bottom: 50rpx;
|
|
} |