signUpPayment.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. .yunTrain {
  2. position: relative;
  3. font-size: 0;
  4. margin: 0 12px;
  5. img {
  6. width: 100%;
  7. }
  8. .toolText {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. height: 100%;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: center;
  17. padding: 0 10px;
  18. }
  19. .toolTitle {
  20. font-size: 18px;
  21. color: #ac4c31;
  22. display: flex;
  23. font-weight: bold;
  24. align-items: center;
  25. padding-top: 2px;
  26. padding-bottom: 2px;
  27. width: 100%;
  28. justify-content: space-between;
  29. .icon_video {
  30. margin-left: 9px;
  31. display: inline-block;
  32. width: 15px;
  33. height: 15px;
  34. background: url("../../../assets/images/musicGroup/video_btn.png");
  35. background-size: 100%;
  36. }
  37. > span {
  38. display: flex;
  39. font-size: 11px;
  40. line-height: 1.5;
  41. font-weight: 400;
  42. }
  43. }
  44. .toolDate {
  45. padding-top: 3px;
  46. font-size: 12px;
  47. color: #808080;
  48. }
  49. }
  50. .title {
  51. font-size: 18px;
  52. line-height: 28px;
  53. font-weight: bold;
  54. padding-bottom: 5px;
  55. padding: 12px;
  56. display: flex;
  57. align-items: center;
  58. margin-bottom: 0;
  59. &::before {
  60. content: " ";
  61. width: 4px;
  62. height: 15px;
  63. background: #01c1b5;
  64. display: inline-block;
  65. margin-right: 7px;
  66. border-radius: 8px;
  67. }
  68. }
  69. .titles {
  70. position: relative;
  71. font-size: 0;
  72. margin: 0 12px;
  73. img {
  74. width: 100%;
  75. }
  76. & > span {
  77. position: absolute;
  78. top: 0;
  79. left: 0;
  80. height: 100%;
  81. display: flex;
  82. flex-direction: column;
  83. justify-content: center;
  84. padding: 0 10px;
  85. font-size: 18px;
  86. font-weight: bold;
  87. color: #ac4c31;
  88. }
  89. }
  90. .section {
  91. margin: 0 12px;
  92. padding: 12px 12px 10px;
  93. background: #fff;
  94. margin-bottom: 12px;
  95. border-bottom-left-radius: 10px;
  96. border-bottom-right-radius: 10px;
  97. }
  98. .disabled {
  99. // opacity: 0.5;
  100. // .check_active {
  101. // opacity: 0.5;
  102. // }
  103. &::before {
  104. background: url("../../../assets/images/icon_checkbox_disable.png")
  105. no-repeat center !important;
  106. background-size: contain !important;
  107. }
  108. .check_active::before {
  109. background: url("../../../assets/images/icon_checkbox_disable.png")
  110. no-repeat center;
  111. background-size: contain;
  112. }
  113. }
  114. .check_default.noSelect {
  115. // opacity: 0.5;
  116. // .check_active {
  117. // opacity: 0.5;
  118. // }
  119. &::before {
  120. background: url("../../../assets/images/icon_checkbox_default_disabled.png")
  121. no-repeat center;
  122. background-size: contain;
  123. border-radius: 50%;
  124. }
  125. .check_active {
  126. background: url("../../../assets/images/icon_checkbox_default_disabled.png")
  127. no-repeat center;
  128. background-size: contain;
  129. border-radius: 50%;
  130. }
  131. }
  132. .buy {
  133. height: 60px;
  134. display: flex;
  135. align-items: center;
  136. padding: 0 20px;
  137. border-top: 1px solid #ffe9e9e9;
  138. color: #000000;
  139. font-size: 12px;
  140. background: #fff;
  141. .price {
  142. flex: 1;
  143. font-size: 16px;
  144. }
  145. font-size: 16px;
  146. span {
  147. color: #fa101d;
  148. }
  149. .text {
  150. font-size: 12px;
  151. width: 60px;
  152. display: inline-block;
  153. color: #000;
  154. }
  155. del {
  156. color: #b5b5b5;
  157. &.text {
  158. color: #b5b5b5;
  159. }
  160. }
  161. .btn-submit {
  162. display: inline-block;
  163. font-size: 18px;
  164. color: #fff;
  165. background: #01c1b5;
  166. border-radius: 100px;
  167. padding: 8px 36px;
  168. }
  169. }
  170. .iframe {
  171. width: 100%;
  172. height: 100%;
  173. -webkit-overflow-scrolling: touch;
  174. overflow-y: scroll;
  175. border-top: none !important;
  176. min-height: calc(100vh - 41px);
  177. }
  178. .countDownContent {
  179. line-height: 40px;
  180. text-align: center;
  181. font-size: 14px;
  182. border-bottom: 1px solid #ccc;
  183. .el-count-down {
  184. display: inline;
  185. color: #f00;
  186. }
  187. }
  188. .loadingOrder {
  189. width: 90%;
  190. height: 180px;
  191. display: flex;
  192. align-items: center;
  193. justify-content: center;
  194. .el-loading__text {
  195. color: #444;
  196. }
  197. }
  198. .pay-section {
  199. margin-bottom: 10px;
  200. padding: 10px 8px;
  201. }
  202. .pay-name {
  203. padding-left: 10px;
  204. flex: 1 auto;
  205. font-weight: bold;
  206. }
  207. .logo {
  208. width: 24px;
  209. height: 24px;
  210. }
  211. .el-checkbox {
  212. float: right;
  213. ::v-deep .el-checkbox__icon .el-icon {
  214. border-color: #e9eaef;
  215. background-color: #e9eaef;
  216. }
  217. ::v-deep .el-checkbox__icon--checked .el-icon {
  218. background-color: #2dc7aa;
  219. border-color: #2dc7aa;
  220. }
  221. }
  222. .needprice {
  223. display: flex;
  224. justify-content: space-between;
  225. padding: 2px 0;
  226. del {
  227. font-size: 14px;
  228. color: #808080;
  229. font-weight: bold;
  230. }
  231. span {
  232. font-size: 18px;
  233. color: #f85043;
  234. font-weight: bold;
  235. }
  236. }
  237. .couponprice {
  238. display: flex;
  239. justify-content: space-between;
  240. }
  241. .use_price {
  242. display: flex;
  243. align-items: center;
  244. font-size: 14px;
  245. font-weight: bold;
  246. img {
  247. padding-right: 8px;
  248. }
  249. span {
  250. font-size: 16px;
  251. }
  252. }
  253. .check_default {
  254. margin-right: 8px;
  255. display: flex;
  256. align-items: center;
  257. height: 26px;
  258. &::before {
  259. display: block;
  260. content: " ";
  261. width: 18px;
  262. height: 18px;
  263. background-color: #fff;
  264. border: 1px solid #e9eaef;
  265. border-radius: 50%;
  266. }
  267. &.check_active {
  268. &::before {
  269. display: block;
  270. content: " ";
  271. background: url("../../../assets/images/icon_checkbox.png") no-repeat
  272. center;
  273. border: 1px solid transparent;
  274. background-size: contain;
  275. }
  276. }
  277. &.radio_active {
  278. &::before {
  279. display: block;
  280. content: " ";
  281. background: url("../../../assets/images/icon_radio.png") no-repeat center;
  282. border: 1px solid transparent;
  283. background-size: contain;
  284. }
  285. }
  286. }
  287. .title-row {
  288. background: #f3f4f8;
  289. color: #1a1a1a;
  290. padding: 5px 5px 3px;
  291. border-radius: 5px;
  292. font-size: 14px;
  293. }
  294. .option-row {
  295. line-height: 26px;
  296. font-size: 14px;
  297. display: flex;
  298. // align-items: center;
  299. position: relative;
  300. padding: 10px 0 5px;
  301. box-sizing: border-box;
  302. cursor: pointer;
  303. .el-col {
  304. display: flex;
  305. // align-items: center;
  306. }
  307. .el-col-5,
  308. .el-col-6,
  309. .el-col-8,
  310. .el-col-11 {
  311. display: flex;
  312. justify-content: flex-end;
  313. }
  314. &.lines {
  315. margin-top: 5px;
  316. border-top: 1px solid #ededed;
  317. }
  318. }
  319. .el-icon-question {
  320. font-size: 16px;
  321. color: #4d4d4d;
  322. padding-left: 5px;
  323. padding-top: 5px;
  324. }
  325. .fontBold {
  326. font-weight: bold;
  327. }
  328. .videoDialog {
  329. ::v-deep .el-dialog__body {
  330. padding: 0;
  331. font-size: 0;
  332. }
  333. }