pay.scss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. #pay {
  2. background-color: #eff0f1;
  3. .top_info {
  4. width: 1200px;
  5. margin: 0 auto;
  6. .top_info_header {
  7. display: flex;
  8. justify-content: space-between;
  9. padding-top: 20px;
  10. margin-bottom: 40px;
  11. .top_logo {
  12. width: 135px;
  13. height: 98px;
  14. div {
  15. width: 135px;
  16. height: 98px;
  17. background-size: contain;
  18. background-repeat: no-repeat;
  19. background-position: center center;
  20. }
  21. img {
  22. width: 135px;
  23. height: 98px;
  24. object-fit: contain;
  25. }
  26. }
  27. }
  28. .top_info_text {
  29. font-size: 12px;
  30. color: #333333;
  31. font-weight: 400;
  32. height: 20px;
  33. line-height: 20px;
  34. .price span {
  35. font-size: 20px;
  36. color: $colorMain2;
  37. margin: 0 3px;
  38. }
  39. &:not(:first-child) {
  40. margin-top: 10px;
  41. }
  42. .show_detail {
  43. color: #4690ec;
  44. }
  45. }
  46. .receive_info {
  47. width: 1200px;
  48. margin: 0 auto;
  49. border-top: 1px solid #d5d5d5;
  50. margin-top: 10px;
  51. p {
  52. margin-top: 15px;
  53. }
  54. }
  55. }
  56. .bg {
  57. width: 1467px;
  58. margin: 0 auto;
  59. padding-top: 20px;
  60. padding-bottom: 70px;
  61. line-height: 30px;
  62. background: url("~@/assets/buy/paybg.png") no-repeat top center #eff0f1;
  63. background-size: 1467px 836px;
  64. margin-top: 40px;
  65. .pay_method {
  66. background-color: white;
  67. width: 1200px;
  68. margin: 0 auto;
  69. padding-bottom: 80px;
  70. .balance {
  71. font-size: 13px;
  72. .password {
  73. margin-left: 58px;
  74. margin-top: 25px;
  75. .password_input {
  76. width: 240px;
  77. }
  78. p {
  79. margin-top: 10px;
  80. span,
  81. a {
  82. color: #0e9bec;
  83. }
  84. a {
  85. margin-left: 16px;
  86. }
  87. }
  88. }
  89. .iconfont {
  90. font-size: 18px;
  91. }
  92. .big_size {
  93. font-size: 16px;
  94. margin-left: 20px;
  95. }
  96. .avai {
  97. margin-left: 20px;
  98. }
  99. .weight {
  100. color: #666666;
  101. font-weight: 600;
  102. }
  103. .logo {
  104. width: 182px;
  105. height: 50px;
  106. margin-top: 26px;
  107. margin-left: -5px;
  108. margin-bottom: 30px;
  109. }
  110. .balance_info {
  111. padding-left: 58px;
  112. margin-bottom: 30px;
  113. i {
  114. cursor: pointer;
  115. }
  116. }
  117. }
  118. .other_pay_method {
  119. .other_pay_item {
  120. width: 165px;
  121. height: 50px;
  122. line-height: 50px;
  123. border: 1px solid #d5d5d5;
  124. img {
  125. width: 22px;
  126. height: 22px;
  127. }
  128. .iconfont {
  129. font-size: 18px;
  130. }
  131. span {
  132. font-size: 16px;
  133. font-weight: 600;
  134. }
  135. }
  136. .wechat {
  137. margin-left: 80px;
  138. }
  139. }
  140. .no_payMethod {
  141. width: 1200px;
  142. height: 560px;
  143. background: #ffffff;
  144. display: flex;
  145. justify-content: center;
  146. align-items: center;
  147. flex-direction: column;
  148. img {
  149. width: 163px;
  150. height: 114px;
  151. }
  152. p {
  153. margin-top: 39px;
  154. font-size: 14px;
  155. //font-family: Microsoft YaHei;
  156. font-weight: 400;
  157. color: #333333;
  158. }
  159. }
  160. .pay {
  161. width: 155px;
  162. height: 44px;
  163. line-height: 44px;
  164. font-size: 16px;
  165. color: white;
  166. margin-top: 55px;
  167. outline: none;
  168. background-color: $colorMain2;
  169. border-radius: 3px;
  170. margin-left: 58px;
  171. text-align: center;
  172. }
  173. }
  174. .wx_pay_con {
  175. .title {
  176. color: #3699ff;
  177. font-size: 14px;
  178. padding: 23px 0 7px 30px;
  179. }
  180. .left {
  181. width: 281px;
  182. height: 388px;
  183. margin-left: 40px;
  184. box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  185. img {
  186. width: 230px;
  187. height: 230px;
  188. margin-bottom: 10px;
  189. margin-top: 20px;
  190. }
  191. p {
  192. color: #999;
  193. font-size: 16px;
  194. span {
  195. color: $colorMain2;
  196. }
  197. }
  198. .refresh {
  199. display: inline-block;
  200. width: 52px;
  201. height: 20px;
  202. line-height: 18px;
  203. border: 1px solid #8ec6ff;
  204. color: #8ec6ff;
  205. font-size: 12px;
  206. border-radius: 2px;
  207. background-color: #fff;
  208. margin-top: 15px;
  209. outline: none;
  210. text-align: center;
  211. }
  212. }
  213. .wx_png {
  214. width: 427px;
  215. height: 429px;
  216. margin-right: 40px;
  217. }
  218. }
  219. }
  220. .icon-duihao1 {
  221. color: #678ced;
  222. }
  223. }
  224. .top_info_progress {
  225. width: 600px;
  226. .progress_item {
  227. p {
  228. margin-top: 10px;
  229. }
  230. .progress {
  231. text-align: center;
  232. margin-top: 3px;
  233. span {
  234. position: relative;
  235. display: inline-block;
  236. width: 24px;
  237. height: 24px;
  238. line-height: 14px;
  239. border: 5px solid #d0cdcd;
  240. border-radius: 50%;
  241. color: #9f9f9f;
  242. z-index: 2;
  243. &.active {
  244. border: 5px solid #2abf5c;
  245. color: #2abf5c;
  246. }
  247. }
  248. .progress_line {
  249. width: 140px;
  250. height: 6px;
  251. background-color: #d0cdcd;
  252. z-index: 1;
  253. .content {
  254. width: 100%;
  255. height: 100%;
  256. &.active {
  257. background-color: #2abf5c;
  258. }
  259. &.current {
  260. width: 60%;
  261. }
  262. }
  263. }
  264. }
  265. }
  266. }