index.module.less 2.9 KB

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