user-order.css 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * 导航
  3. */
  4. .nav-base .item {
  5. width: 16.66%;
  6. }
  7. /*
  8. * 列表
  9. */
  10. .goods-base {
  11. min-height: 160rpx;
  12. margin-left: 180rpx;
  13. }
  14. .goods-image {
  15. width: 160rpx;
  16. height: 160rpx;
  17. }
  18. .warehouse-group-icon {
  19. width: 30rpx;
  20. height: 30rpx;
  21. }
  22. .orderaftersale-btn-text {
  23. right: 0;
  24. bottom: 0;
  25. z-index: 1;
  26. }
  27. /**
  28. * 支付方式
  29. */
  30. .payment-list .item {
  31. width: 50%;
  32. }
  33. .payment-list .item-content {
  34. padding: 20rpx 10rpx;
  35. }
  36. .payment-list .item-content image {
  37. width: 50rpx;
  38. height: 50rpx !important;
  39. }
  40. /**
  41. * 选择
  42. */
  43. .selected .icon {
  44. width: 35rpx;
  45. height: 35rpx !important;
  46. margin: 0 20rpx 0 10rpx;
  47. }
  48. /**
  49. * 合并支付按钮
  50. */
  51. .pay-merge-submit {
  52. width: 220rpx;
  53. height: 70rpx !important;
  54. line-height: 74rpx !important;
  55. left: calc(50% - 110rpx);
  56. bottom: 50rpx;
  57. }