index.module.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .paymentTitle {
  2. min-height: 177px;
  3. background: linear-gradient(180deg, #EFB02D 0%, #FFCD79 100%);
  4. border-radius: 0px 0px 8px 8px;
  5. .orderType {
  6. padding-top: 35px;
  7. padding-bottom: 90px;
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. color: #fff;
  12. .img {
  13. width: 52px;
  14. height: 52px;
  15. margin-right: 14px;
  16. }
  17. span {
  18. font-size: 22px;
  19. font-weight: 500;
  20. line-height: 30px;
  21. }
  22. }
  23. .orderPrice {
  24. padding-top: 2px;
  25. font-size: 22px;
  26. text-align: center;
  27. font-size: 14px;
  28. }
  29. }
  30. .mTop {
  31. margin-top: -52px !important;
  32. }
  33. .cellGroup {
  34. margin: 10px 13px;
  35. .tips {
  36. padding: 10px 12px 10px 2px;
  37. display: flex;
  38. align-items: center;
  39. .iconTips {
  40. width: 52px;
  41. height: 52px;
  42. }
  43. span {
  44. font-size: 14px;
  45. color: #777;
  46. i {
  47. font-style: normal;
  48. color: #BE7332;
  49. font-weight: bold;
  50. }
  51. }
  52. .btnDownload {
  53. flex-shrink: 0;
  54. margin-left: 9px;
  55. border-color: #FFCF7C;
  56. background: #FFFAF4;
  57. border-radius: 6px;
  58. font-size: 14px;
  59. font-weight: 600;
  60. color: #F39F11;
  61. padding: 3px 21px;
  62. height: 27px;
  63. line-height: 27px;
  64. span {
  65. color: #F39F11;
  66. }
  67. }
  68. }
  69. .brandName {
  70. line-height: 18px;
  71. font-size: 12px;
  72. padding: 0 6px;
  73. border-radius: 4px;
  74. background-color: #FFF5E6;
  75. border-radius: 4px;
  76. border: 1px solid #FFE9D9;
  77. color: #BE7332;
  78. }
  79. :global {
  80. .van-cell {
  81. padding: 16px 17px;
  82. font-size: 16px;
  83. color: #333333;
  84. }
  85. .van-cell__value {
  86. flex: 0 auto;
  87. }
  88. }
  89. .buyDetail {
  90. display: flex;
  91. align-items: center;
  92. justify-content: space-between;
  93. padding: 18px 18px 0;
  94. i {
  95. display: inline-block;
  96. margin-right: 6px;
  97. width: 4px;
  98. height: 14px;
  99. background: linear-gradient(180deg, #FFB790 0%, #FF8057 100%);
  100. border-radius: 2px;
  101. }
  102. font-size: 16px;
  103. font-weight: 500;
  104. color: #333333;
  105. line-height: 22px;
  106. .buyDetailTitle {
  107. display: flex;
  108. align-items: center;
  109. }
  110. .refundBtn {
  111. font-size: 16px;
  112. color: #777777;
  113. line-height: 22px;
  114. }
  115. }
  116. .buyImg {
  117. width: 58px;
  118. height: 58px;
  119. overflow: hidden;
  120. border-radius: 5px;
  121. margin-right: 9px;
  122. }
  123. }
  124. .container {
  125. :global {
  126. .van-button {
  127. font-size: 18px;
  128. font-weight: 500;
  129. }
  130. }
  131. }
  132. .dialogTitle {
  133. i {
  134. display: inline-block;
  135. width: 4px;
  136. height: 14px;
  137. background: #ff8057;
  138. border-radius: 2px;
  139. margin-right: 6px;
  140. }
  141. text-align: left;
  142. font-size: 18px;
  143. font-weight: 500;
  144. color: #333333;
  145. line-height: 25px;
  146. padding: 20px 0 15px 25px;
  147. }
  148. .refundContent {
  149. padding: 0 20px 25px;
  150. .tips {
  151. font-size: 15px;
  152. color: #333333;
  153. line-height: 21px;
  154. }
  155. }
  156. .refundTitle {
  157. padding-top: 25px;
  158. font-size: 16px;
  159. font-weight: 600;
  160. color: #333333;
  161. line-height: 22px;
  162. span {
  163. color: #f44541;
  164. }
  165. }
  166. .phoneName {
  167. background: #f2f2f2;
  168. border-radius: 6px;
  169. }