order.css 257 B

1234567891011121314151617181920
  1. /*
  2. * 导航
  3. */
  4. .nav-base .item {
  5. width: 20%;
  6. }
  7. /**
  8. * 支付方式
  9. */
  10. .payment-list .item {
  11. width: 50%;
  12. }
  13. .payment-list .item-content {
  14. padding: 20rpx 10rpx;
  15. }
  16. .payment-list .item-content image {
  17. width: 50rpx;
  18. height: 50rpx !important;
  19. }