index.module.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. .shopOrder {
  2. --van-nav-bar-text-color: #666666;
  3. :global {
  4. .van-tab__panel {
  5. min-height: calc(100vh - var(--van-tabs-line-height) - var(--van-nav-bar-height) - 45px);
  6. }
  7. }
  8. }
  9. .goodsList {
  10. margin-top: 12px;
  11. }
  12. .payTime {
  13. font-size: 13px;
  14. color: #666666;
  15. }
  16. .payStatus {
  17. color: #ff4e19;
  18. }
  19. .paySuccess {
  20. color: var(--van-primary);
  21. }
  22. .cellGroup {
  23. margin: 12px 14px;
  24. border-radius: 10px;
  25. overflow: hidden;
  26. }
  27. .goodsImg {
  28. width: 100px;
  29. height: 100px;
  30. border-radius: 8px;
  31. overflow: hidden;
  32. }
  33. .goodsContainer {
  34. margin-left: 10px;
  35. }
  36. .goodsTitle {
  37. font-size: 16px;
  38. color: #333333;
  39. line-height: 22px;
  40. }
  41. .model {
  42. font-size: 14px;
  43. color: #999999;
  44. line-height: 20px;
  45. padding: 6px 0 10px 0;
  46. }
  47. .goodsPrice {
  48. display: flex;
  49. justify-content: space-between;
  50. .num {
  51. font-size: 12px;
  52. font-weight: 500;
  53. color: #666666;
  54. line-height: 17px;
  55. }
  56. }
  57. .btnList {
  58. display: flex;
  59. align-items: center;
  60. justify-content: flex-end;
  61. :global {
  62. .van-button+.van-button {
  63. margin-left: 10px;
  64. }
  65. }
  66. }
  67. .price {
  68. color: #ff4e19;
  69. font-size: 16px;
  70. i {
  71. font-size: 12px;
  72. font-style: normal;
  73. }
  74. }
  75. .coupon {
  76. font-size: 12px;
  77. color: #ff4e19;
  78. }
  79. .sureGoods {
  80. padding-right: 12px;
  81. font-size: 12px;
  82. color: #999999;
  83. line-height: 17px;
  84. }
  85. .field {
  86. margin: 0 26px 13px;
  87. border: 1px solid #dedede;
  88. width: auto;
  89. border-radius: 10px;
  90. overflow: hidden;
  91. }
  92. .btn-group {
  93. padding: 0 15% 12px;
  94. }
  95. .returnDes {
  96. font-size: 13px;
  97. color: #1FBD9F;
  98. padding-top: 8px;
  99. margin-right: auto;
  100. display: flex;
  101. align-items: center;
  102. line-height: 1;
  103. }
  104. .confirmReceipt {
  105. font-size: 12px;
  106. color: #999;
  107. margin-right: 19px;
  108. }
  109. .bottomCell {
  110. :global {
  111. .van-cell__title {
  112. font-size: 13px;
  113. color: #AAAAAA;
  114. }
  115. .van-cell__value {
  116. flex: 0 auto;
  117. }
  118. }
  119. }
  120. .sectionCell {
  121. display: flex;
  122. align-items: center;
  123. justify-content: space-between;
  124. .orderSn {
  125. font-size: 13px;
  126. color: #AAAAAA;
  127. }
  128. .iconChecked {
  129. flex-shrink: 0;
  130. background: url('@/common/images/icon_checkbox.png') no-repeat center;
  131. background-size: contain;
  132. width: 13px;
  133. height: 13px;
  134. margin-right: 4px;
  135. display: inline-block;
  136. }
  137. }