order.css 277 B

123456789101112131415161718
  1. /*
  2. * 列表
  3. */
  4. .data-list .item .select-icon {
  5. width: 35rpx;
  6. height: 35rpx !important;
  7. }
  8. /*
  9. * 合并按钮
  10. */
  11. .invoice-merge-submit {
  12. width: 220rpx;
  13. height: 70rpx !important;
  14. line-height: 74rpx !important;
  15. left: calc(50% - 110rpx);
  16. bottom: 50rpx;
  17. }