signUpPayment.less 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  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") no-repeat center !important;
  105. background-size: contain !important;
  106. }
  107. .check_active::before {
  108. background: url("../../../assets/images/icon_checkbox_disable.png") no-repeat center;
  109. background-size: contain;
  110. }
  111. }
  112. .check_default.noSelect {
  113. // opacity: 0.5;
  114. // .check_active {
  115. // opacity: 0.5;
  116. // }
  117. &::before {
  118. background: url("../../../assets/images/icon_checkbox_default_disabled.png") no-repeat center;
  119. background-size: contain;
  120. border-radius: 50%;
  121. }
  122. .check_active {
  123. background: url("../../../assets/images/icon_checkbox_default_disabled.png") no-repeat center;
  124. background-size: contain;
  125. border-radius: 50%;
  126. }
  127. }
  128. .buy {
  129. height: 60px;
  130. display: flex;
  131. align-items: center;
  132. padding: 0 20px;
  133. border-top: 1px solid #ffe9e9e9;
  134. color: #000000;
  135. font-size: 12px;
  136. background: #fff;
  137. .price {
  138. flex: 1;
  139. font-size: 16px;
  140. }
  141. font-size: 16px;
  142. span {
  143. color: #fa101d;
  144. }
  145. .text {
  146. font-size: 12px;
  147. width: 60px;
  148. display: inline-block;
  149. color: #000;
  150. }
  151. del {
  152. color: #b5b5b5;
  153. &.text {
  154. color: #b5b5b5;
  155. }
  156. }
  157. .btn-submit {
  158. display: inline-block;
  159. font-size: 18px;
  160. color: #fff;
  161. background: #01c1b5;
  162. border-radius: 100px;
  163. padding: 8px 36px;
  164. }
  165. }
  166. .iframe {
  167. width: 100%;
  168. height: 100%;
  169. -webkit-overflow-scrolling: touch;
  170. overflow-y: scroll;
  171. border-top: none !important;
  172. min-height: calc(100vh - 41px);
  173. }
  174. .countDownContent {
  175. line-height: 40px;
  176. text-align: center;
  177. font-size: 14px;
  178. border-bottom: 1px solid #ccc;
  179. .el-count-down {
  180. display: inline;
  181. color: #f00;
  182. }
  183. }
  184. .loadingOrder {
  185. width: 90%;
  186. height: 180px;
  187. display: flex;
  188. align-items: center;
  189. justify-content: center;
  190. .el-loading__text {
  191. color: #444;
  192. }
  193. }
  194. .pay-section {
  195. margin-bottom: 10px;
  196. padding: 10px 8px;
  197. }
  198. .pay-name {
  199. padding-left: 10px;
  200. flex: 1 auto;
  201. font-weight: bold;
  202. }
  203. .logo {
  204. width: 24px;
  205. height: 24px;
  206. }
  207. .el-checkbox {
  208. float: right;
  209. /deep/.el-checkbox__icon .el-icon {
  210. border-color: #e9eaef;
  211. background-color: #e9eaef;
  212. }
  213. /deep/.el-checkbox__icon--checked .el-icon {
  214. background-color: #2dc7aa;
  215. border-color: #2dc7aa;
  216. }
  217. }
  218. .needprice {
  219. display: flex;
  220. justify-content: space-between;
  221. padding: 2px 0;
  222. del {
  223. font-size: 14px;
  224. color: #808080;
  225. font-weight: bold;
  226. }
  227. span {
  228. font-size: 18px;
  229. color: #f85043;
  230. font-weight: bold;
  231. }
  232. }
  233. .couponprice {
  234. display: flex;
  235. justify-content: space-between;
  236. }
  237. .use_price {
  238. display: flex;
  239. align-items: center;
  240. font-size: 14px;
  241. font-weight: bold;
  242. img {
  243. padding-right: 8px;
  244. }
  245. span {
  246. font-size: 16px;
  247. }
  248. }
  249. .check_default {
  250. margin-right: 8px;
  251. display: flex;
  252. align-items: center;
  253. height: 26px;
  254. &::before {
  255. display: block;
  256. content: " ";
  257. width: 18px;
  258. height: 18px;
  259. background-color: #fff;
  260. border: 1px solid #e9eaef;
  261. border-radius: 50%;
  262. }
  263. &.check_active {
  264. &::before {
  265. display: block;
  266. content: " ";
  267. background: url("../../../assets/images/icon_checkbox.png") no-repeat center;
  268. border: 1px solid transparent;
  269. background-size: contain;
  270. }
  271. }
  272. &.radio_active {
  273. &::before {
  274. display: block;
  275. content: " ";
  276. background: url("../../../assets/images/icon_radio.png") no-repeat center;
  277. border: 1px solid transparent;
  278. background-size: contain;
  279. }
  280. }
  281. }
  282. .title-row {
  283. background: #f3f4f8;
  284. color: #1a1a1a;
  285. padding: 5px 5px 3px;
  286. border-radius: 5px;
  287. font-size: 14px;
  288. }
  289. .option-row {
  290. line-height: 26px;
  291. font-size: 14px;
  292. display: flex;
  293. // align-items: center;
  294. position: relative;
  295. padding: 10px 0 5px;
  296. box-sizing: border-box;
  297. cursor: pointer;
  298. .el-col {
  299. display: flex;
  300. // align-items: center;
  301. }
  302. .el-col-6,
  303. .el-col-8,
  304. .el-col-11 {
  305. display: flex;
  306. justify-content: flex-end;
  307. }
  308. &.lines {
  309. margin-top: 5px;
  310. border-top: 1px solid #ededed;
  311. }
  312. }
  313. .el-icon-question {
  314. font-size: 16px;
  315. color: #4d4d4d;
  316. padding-left: 5px;
  317. padding-top: 5px;
  318. }
  319. .fontBold {
  320. font-weight: bold;
  321. }
  322. .videoDialog {
  323. /deep/.el-dialog__body {
  324. padding: 0;
  325. font-size: 0;
  326. }
  327. }