chunk-a6bf6630.4da77daa.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. .base-container {
  2. overflow: auto;
  3. font-size: 14px;
  4. color: #444
  5. }
  6. .base-container .banseLeft .head {
  7. height: 48px;
  8. line-height: 48px;
  9. background-color: #edeef0;
  10. font-size: 14px;
  11. font-weight: 700;
  12. color: #444;
  13. padding: 0 11px;
  14. margin-bottom: 20px
  15. }
  16. .base-container .banseLeft .noMargin.head {
  17. margin-bottom: 0
  18. }
  19. .base-container .banseLeft .num {
  20. padding: 15px 11px
  21. }
  22. .base-container .banseLeft .checkRow {
  23. min-width: 1200px;
  24. padding-left: 28px;
  25. display: -webkit-box;
  26. display: -ms-flexbox;
  27. display: flex;
  28. -webkit-box-orient: horizontal;
  29. -webkit-box-direction: normal;
  30. -ms-flex-direction: row;
  31. flex-direction: row;
  32. -webkit-box-pack: start;
  33. -ms-flex-pack: start;
  34. justify-content: flex-start;
  35. -ms-flex-wrap: nowrap;
  36. flex-wrap: nowrap;
  37. overflow: auto
  38. }
  39. .base-container .banseLeft .checkRow .el-checkbox {
  40. line-height: 72px;
  41. width: 120px
  42. }
  43. .base-container .banseLeft .checkRow .inputWrap {
  44. line-height: 72px;
  45. font-size: 14px;
  46. color: #777;
  47. margin-left: 65px
  48. }
  49. .base-container .banseLeft .checkRow .inputWrap.rightFirst {
  50. margin-left: 245px
  51. }
  52. .base-container .banseLeft .checkRow .textWrap {
  53. display: -webkit-box;
  54. display: -ms-flexbox;
  55. display: flex;
  56. -webkit-box-orient: horizontal;
  57. -webkit-box-direction: normal;
  58. -ms-flex-direction: row;
  59. flex-direction: row;
  60. -webkit-box-pack: start;
  61. -ms-flex-pack: start;
  62. justify-content: flex-start;
  63. font-size: 14px;
  64. color: #777;
  65. -webkit-box-align: center;
  66. -ms-flex-align: center;
  67. align-items: center
  68. }
  69. .base-container .banseLeft .checkRow .textWrap span {
  70. color: #f97215
  71. }
  72. .base-container .banseLeft .checkRow .selectWrap {
  73. font-size: 14px;
  74. padding-top: 5px;
  75. margin-left: 100px;
  76. margin-right: 52px
  77. }
  78. .base-container .banseLeft .checkRow .selectWrap .rowSelect .el-input__inner {
  79. min-height: 69px
  80. }
  81. .base-container .banseLeft .checkRow .chioseList {
  82. display: -webkit-box;
  83. display: -ms-flexbox;
  84. display: flex;
  85. -webkit-box-orient: horizontal;
  86. -webkit-box-direction: normal;
  87. -ms-flex-direction: row;
  88. flex-direction: row;
  89. -webkit-box-pack: start;
  90. -ms-flex-pack: start;
  91. justify-content: flex-start;
  92. -webkit-box-align: center;
  93. -ms-flex-align: center;
  94. align-items: center;
  95. font-size: 14px;
  96. color: #777;
  97. margin-left: 64px
  98. }
  99. .base-container .banseLeft .checkRow .chioseList .chioseItem {
  100. width: 80px;
  101. height: 30px;
  102. border-radius: 15px;
  103. border: 1px solid #979797;
  104. margin-right: 10px;
  105. line-height: 30px;
  106. text-align: center;
  107. cursor: pointer
  108. }
  109. .base-container .banseLeft .checkRow .chioseList .chioseItem.active {
  110. background-color: #14928a;
  111. border: 1px solid #14928a;
  112. color: #fff
  113. }
  114. .base-container .btnWrap {
  115. margin-top: 30px
  116. }
  117. .base-container .el-checkbox__input.is-checked+.el-checkbox__label {
  118. color: #606266
  119. }
  120. .base-container .subTitle {
  121. height: 40px;
  122. line-height: 40px;
  123. background-color: #fefceb;
  124. padding: 0 25px;
  125. -webkit-box-sizing: border-box;
  126. box-sizing: border-box;
  127. font-size: 16px;
  128. color: #474747;
  129. margin-bottom: 20px
  130. }
  131. .base-container .chioseWrap {
  132. margin-bottom: 30px;
  133. display: -webkit-box;
  134. display: -ms-flexbox;
  135. display: flex;
  136. -webkit-box-orient: horizontal;
  137. -webkit-box-direction: normal;
  138. -ms-flex-direction: row;
  139. flex-direction: row;
  140. padding: 0 25px
  141. }
  142. .base-container .chioseWrap p {
  143. width: 80px;
  144. font-size: 14px
  145. }
  146. .base-container .classCheckBox {
  147. margin-right: 10px
  148. }
  149. [data-v-60702ee6] .el-date-editor {
  150. width: 180px!important
  151. }
  152. [data-v-60702ee6] .el-checkbox {
  153. margin-left: 15px!important
  154. }
  155. [data-v-60702ee6] .el-input {
  156. position: relative;
  157. font-size: 14px;
  158. display: inline-block;
  159. width: 180px
  160. }
  161. input[disabled][data-v-60702ee6] {
  162. background-color: #fff;
  163. border-color: #b3b3b3;
  164. color: #606266
  165. }
  166. [data-v-60702ee6] .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  167. background-color: #13817a;
  168. border-color: #13817a;
  169. -webkit-box-shadow: -1px 0 0 #13817a;
  170. box-shadow: -1px 0 0 #13817a;
  171. color: #fff;
  172. outline: none
  173. }
  174. [data-v-60702ee6] .el-radio-button__inner {
  175. outline: none
  176. }
  177. [data-v-60702ee6] .el-radio-button__inner:hover {
  178. color: #13817a
  179. }
  180. [data-v-60702ee6] .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  181. -webkit-box-shadow: none;
  182. box-shadow: none
  183. }
  184. .soundWrap[data-v-c28cee18] {
  185. width: 100%;
  186. overflow: auto
  187. }
  188. .soundWrap .itemList[data-v-c28cee18] {
  189. display: -webkit-box;
  190. display: -ms-flexbox;
  191. display: flex;
  192. -webkit-box-orient: horizontal;
  193. -webkit-box-direction: normal;
  194. -ms-flex-direction: row;
  195. flex-direction: row;
  196. -webkit-box-pack: start;
  197. -ms-flex-pack: start;
  198. justify-content: flex-start;
  199. -ms-flex-wrap: nowrap;
  200. flex-wrap: nowrap;
  201. -webkit-box-flex: 1;
  202. -ms-flex-positive: 1;
  203. flex-grow: 1;
  204. height: 300px;
  205. max-height: 300px;
  206. overflow: auto
  207. }
  208. .soundWrap .itemList .categroy[data-v-c28cee18] {
  209. z-index: 100;
  210. width: 150px;
  211. min-width: 150px;
  212. color: #606266
  213. }
  214. .soundWrap .itemList .categroy .el-checkbox[data-v-c28cee18] {
  215. height: 30px;
  216. line-height: 30px;
  217. display: block;
  218. padding-left: 20px
  219. }
  220. .soundWrap .itemList .categroy p[data-v-c28cee18] {
  221. height: 40px;
  222. line-height: 40px;
  223. background-color: #edeef0;
  224. margin-bottom: 15px;
  225. text-align: center
  226. }
  227. .soundSubP[data-v-c28cee18] {
  228. height: 40px;
  229. line-height: 40px;
  230. background-color: #edeef0;
  231. padding-left: 25px;
  232. margin-bottom: 20px
  233. }
  234. .btnWraps[data-v-c28cee18] {
  235. display: -webkit-box;
  236. display: -ms-flexbox;
  237. display: flex;
  238. -webkit-box-orient: horizontal;
  239. -webkit-box-direction: normal;
  240. -ms-flex-direction: row;
  241. flex-direction: row;
  242. -webkit-box-pack: end;
  243. -ms-flex-pack: end;
  244. justify-content: flex-end
  245. }
  246. .chioseMusic[data-v-e84285d0] {
  247. width: 100%
  248. }
  249. .coreItemRow[data-v-e84285d0] {
  250. padding-left: 20px;
  251. height: 50px;
  252. line-height: 50px;
  253. display: -webkit-box;
  254. display: -ms-flexbox;
  255. display: flex;
  256. -webkit-box-orient: horizontal;
  257. -webkit-box-direction: normal;
  258. -ms-flex-direction: row;
  259. flex-direction: row;
  260. -webkit-box-align: center;
  261. -ms-flex-align: center;
  262. align-items: center;
  263. width: 100%
  264. }
  265. p[data-v-e84285d0] {
  266. margin-right: 10px
  267. }
  268. .title[data-v-e84285d0] {
  269. width: 100px!important;
  270. text-align: right;
  271. margin-right: 10px
  272. }
  273. .marginLeft10[data-v-e84285d0] {
  274. margin-left: 10px
  275. }
  276. .flexRow[data-v-e84285d0] {
  277. display: -webkit-box;
  278. display: -ms-flexbox;
  279. display: flex;
  280. -webkit-box-orient: horizontal;
  281. -webkit-box-direction: normal;
  282. -ms-flex-direction: row;
  283. flex-direction: row;
  284. -webkit-box-align: center;
  285. -ms-flex-align: center;
  286. align-items: center;
  287. padding-left: 20px;
  288. margin-top: 10px;
  289. width: 100%
  290. }
  291. .soundBtnWrap[data-v-1adb5760] {
  292. margin-bottom: 20px
  293. }
  294. [data-v-1adb5760] .el-collapse-item__header {
  295. background-color: #edeef0
  296. }
  297. .coreItemTitle[data-v-1adb5760] {
  298. background-color: #edeef0;
  299. height: 46px;
  300. line-height: 46px;
  301. padding: 0 20px
  302. }
  303. .coreItem[data-v-1adb5760] {
  304. padding: 25px 0 0
  305. }
  306. .coreItemRow[data-v-1adb5760] {
  307. padding: 0 20px;
  308. line-height: 50px;
  309. display: -webkit-box;
  310. display: -ms-flexbox;
  311. display: flex;
  312. -webkit-box-orient: horizontal;
  313. -webkit-box-direction: normal;
  314. -ms-flex-direction: row;
  315. flex-direction: row;
  316. -webkit-box-align: center;
  317. -ms-flex-align: center;
  318. align-items: center
  319. }
  320. .coreItemRow p[data-v-1adb5760] {
  321. margin-right: 10px
  322. }
  323. .coreItemRow .title[data-v-1adb5760] {
  324. width: 100px;
  325. text-align: right
  326. }
  327. .marginLeft10[data-v-1adb5760] {
  328. margin-left: 10px
  329. }
  330. [data-v-1adb5760] .el-collapse-item__header {
  331. border-bottom: 1px solid #fff
  332. }
  333. .topMsg[data-v-947e96c8] {
  334. padding: 0 25px;
  335. display: -webkit-box;
  336. display: -ms-flexbox;
  337. display: flex;
  338. -webkit-box-orient: horizontal;
  339. -webkit-box-direction: normal;
  340. -ms-flex-direction: row;
  341. flex-direction: row;
  342. -webkit-box-pack: start;
  343. -ms-flex-pack: start;
  344. justify-content: flex-start;
  345. font-size: 14px;
  346. color: #444;
  347. margin-bottom: 20px
  348. }
  349. .soundBtnWrap[data-v-947e96c8] {
  350. margin-bottom: 20px
  351. }
  352. [data-v-947e96c8] .el-collapse-item__header {
  353. background-color: #edeef0
  354. }
  355. .coreItemTitle[data-v-947e96c8] {
  356. background-color: #edeef0;
  357. height: 46px;
  358. line-height: 46px;
  359. padding: 0 20px
  360. }
  361. .coreItem[data-v-947e96c8] {
  362. padding: 25px 0 0
  363. }
  364. .coreItemRow[data-v-947e96c8] {
  365. padding: 0 20px;
  366. line-height: 50px;
  367. display: -webkit-box;
  368. display: -ms-flexbox;
  369. display: flex;
  370. -webkit-box-orient: horizontal;
  371. -webkit-box-direction: normal;
  372. -ms-flex-direction: row;
  373. flex-direction: row;
  374. -webkit-box-align: center;
  375. -ms-flex-align: center;
  376. align-items: center
  377. }
  378. .coreItemRow p[data-v-947e96c8] {
  379. margin-right: 10px
  380. }
  381. .coreItemRow .title[data-v-947e96c8] {
  382. width: 100px;
  383. text-align: right
  384. }
  385. .marginLeft10[data-v-947e96c8] {
  386. margin-left: 10px
  387. }
  388. [data-v-947e96c8] .el-collapse-item__header {
  389. border-bottom: 1px solid #fff
  390. }
  391. .btnWrap[data-v-947e96c8] {
  392. margin-top: 40px
  393. }
  394. .btnWrap .PrevBtn[data-v-947e96c8], .btnWrap .submitBtn[data-v-947e96c8] {
  395. background-color: #13817a;
  396. width: 120px
  397. }
  398. .tableWrap[data-v-3a694394] {
  399. height: 300px;
  400. overflow: auto
  401. }
  402. .number-input[data-v-1b1fc70b] {
  403. width: 100%
  404. }
  405. .number-input[data-v-1b1fc70b] .el-input__inner {
  406. text-align: left
  407. }
  408. .number-input[data-v-05b36fda] {
  409. width: 100%
  410. }
  411. .number-input[data-v-05b36fda] .el-input__inner, .number-input[data-v-45698d19] .el-input__inner {
  412. text-align: left
  413. }
  414. .dialog-footer[data-v-37928f5f] {
  415. margin-top: 20px;
  416. display: block;
  417. text-align: right
  418. }
  419. .number-input[data-v-55ad3016] {
  420. width: 100%
  421. }
  422. .number-input[data-v-55ad3016] .el-input__inner {
  423. text-align: left
  424. }
  425. .basea-container {
  426. margin-top: 35px
  427. }
  428. .basea-container .baseTop {
  429. display: -webkit-box;
  430. display: -ms-flexbox;
  431. display: flex;
  432. -webkit-box-orient: horizontal;
  433. -webkit-box-direction: normal;
  434. -ms-flex-direction: row;
  435. flex-direction: row;
  436. -webkit-box-pack: justify;
  437. -ms-flex-pack: justify;
  438. justify-content: space-between
  439. }
  440. .basea-container .baseTop .left {
  441. max-width: 750px
  442. }
  443. .basea-container .baseTop .left .el-select {
  444. width: 180px!important
  445. }
  446. .basea-container .baseTop .right {
  447. height: 40vh;
  448. overflow: scroll
  449. }
  450. .basea-container .baseTop .right ul li {
  451. list-style: none;
  452. line-height: 22px;
  453. font-size: 14px;
  454. color: #aaa
  455. }
  456. .basea-container .baseTop .right::-webkit-scrollbar {
  457. display: none
  458. }
  459. .basea-container .baseBottom {
  460. margin-top: 40px;
  461. display: -webkit-box;
  462. display: -ms-flexbox;
  463. display: flex;
  464. -webkit-box-orient: vertical;
  465. -webkit-box-direction: normal;
  466. -ms-flex-direction: column;
  467. flex-direction: column;
  468. -webkit-box-pack: center;
  469. -ms-flex-pack: center;
  470. justify-content: center;
  471. -webkit-box-align: center;
  472. -ms-flex-align: center;
  473. align-items: center
  474. }
  475. .basea-container .baseBottom .code {
  476. width: 300px;
  477. height: 300px;
  478. background-color: red;
  479. margin-bottom: 20px
  480. }
  481. .basea-container .baseBottom .btnList {
  482. width: 300px;
  483. display: -webkit-box;
  484. display: -ms-flexbox;
  485. display: flex;
  486. -webkit-box-orient: horizontal;
  487. -webkit-box-direction: normal;
  488. -ms-flex-direction: row;
  489. flex-direction: row;
  490. -webkit-box-pack: justify;
  491. -ms-flex-pack: justify;
  492. justify-content: space-between;
  493. margin-top: 60px
  494. }
  495. .basea-container .baseBottom .btnList div {
  496. cursor: pointer;
  497. width: 120px;
  498. height: 40px;
  499. line-height: 40px;
  500. border-radius: 4px;
  501. color: #fff;
  502. text-align: center
  503. }
  504. .basea-container .baseBottom .btnList .closeBtn {
  505. background-color: #777
  506. }
  507. .basea-container .baseBottom .btnList .okBtn {
  508. background-color: #f97215
  509. }
  510. .dialog-footer[data-v-101f6201] {
  511. margin-top: 20px;
  512. display: block;
  513. text-align: right
  514. }
  515. .alert[data-v-101f6201] {
  516. margin-bottom: 10px
  517. }
  518. .collapse-title[data-v-101f6201] {
  519. display: -webkit-box;
  520. display: -ms-flexbox;
  521. display: flex;
  522. -webkit-box-pack: justify;
  523. -ms-flex-pack: justify;
  524. justify-content: space-between;
  525. -webkit-box-align: center;
  526. -ms-flex-align: center;
  527. align-items: center;
  528. width: 100%
  529. }
  530. .collapse-title .el-icon-circle-close[data-v-101f6201] {
  531. font-size: 16px;
  532. margin-right: 10px
  533. }
  534. [data-v-101f6201] .el-collapse-item__wrap {
  535. padding-top: 20px
  536. }
  537. .alert[data-v-7a4bf9b6] {
  538. margin: 10px 0
  539. }
  540. .dialog-footer[data-v-3b75a0a0] {
  541. margin-top: 20px;
  542. display: block;
  543. text-align: right
  544. }
  545. .noticeInfo[data-v-21c3d807] {
  546. position: relative;
  547. background: #fff;
  548. padding: 15px 16px 10px;
  549. font-size: 14px;
  550. color: grey
  551. }
  552. .noticeInfo h2[data-v-21c3d807] {
  553. font-size: 18px;
  554. color: #1a1a1a;
  555. padding-bottom: 10px
  556. }
  557. .protocolbtn[data-v-21c3d807] {
  558. margin: 35px 0;
  559. background: #14928a;
  560. color: #fff;
  561. font-size: 18px;
  562. border-radius: 50px;
  563. text-align: center;
  564. width: 100%
  565. }
  566. .line_bottom[data-v-21c3d807] {
  567. border-bottom: 1px solid #ededed
  568. }
  569. .line_top[data-v-21c3d807] {
  570. border-top: 1px solid #ededed
  571. }
  572. .section[data-v-21c3d807] {
  573. padding: 16px 16px 10px;
  574. background: #fff;
  575. margin-bottom: 10px
  576. }
  577. .section>.title[data-v-21c3d807] {
  578. font-size: 20px;
  579. line-height: 28px;
  580. font-weight: 700;
  581. padding-bottom: 5px
  582. }
  583. .section>.title[data-v-21c3d807]:before {
  584. content: " ";
  585. width: 4px;
  586. height: 15px;
  587. background: #14928a;
  588. display: inline-block;
  589. margin-right: 7px;
  590. border-radius: 8px
  591. }
  592. .section .indate[data-v-21c3d807] {
  593. font-size: 14px;
  594. padding: 6px 0;
  595. display: -webkit-box;
  596. display: -ms-flexbox;
  597. display: flex;
  598. -webkit-box-pack: end;
  599. -ms-flex-pack: end;
  600. justify-content: flex-end
  601. }
  602. .section .indate span[data-v-21c3d807] {
  603. color: #fa101d
  604. }
  605. .options .oc[data-v-21c3d807] {
  606. border-bottom: 1px solid #ededed
  607. }
  608. .options .oc[data-v-21c3d807]:last-child {
  609. border-bottom: 0;
  610. padding-top: 9px
  611. }
  612. .options .protocol[data-v-21c3d807] {
  613. padding-left: 20px;
  614. font-size: 10px;
  615. line-height: 14px
  616. }
  617. .options.classInfo .option .o_ft[data-v-21c3d807] {
  618. color: #1a1a1a
  619. }
  620. .options.lines[data-v-21c3d807] {
  621. margin-top: 5px;
  622. border-top: 1px solid #ededed
  623. }
  624. .options.sale .option .o_bd[data-v-21c3d807], .options.sale .option .o_ft[data-v-21c3d807] {
  625. font-size: 16px;
  626. color: #f85043;
  627. font-weight: 700
  628. }
  629. .options .option[data-v-21c3d807] {
  630. line-height: 26px;
  631. font-size: 15px;
  632. -webkit-box-align: center;
  633. -ms-flex-align: center;
  634. align-items: center;
  635. position: relative;
  636. padding: 10px 5px 5px
  637. }
  638. .options .option .o_hd[data-v-21c3d807], .options .option[data-v-21c3d807] {
  639. display: -webkit-box;
  640. display: -ms-flexbox;
  641. display: flex
  642. }
  643. .options .option .o_bd[data-v-21c3d807] {
  644. color: #1a1a1a;
  645. -webkit-box-flex: 1;
  646. -ms-flex: 1;
  647. flex: 1;
  648. font-size: 16px
  649. }
  650. .options .option .o_bd .c[data-v-21c3d807] {
  651. font-size: 12px
  652. }
  653. .options .option .o_ft[data-v-21c3d807] {
  654. font-size: 16px;
  655. color: #fa101d
  656. }
  657. .options .option .o_ft del[data-v-21c3d807] {
  658. color: #aaa;
  659. font-size: 12px
  660. }
  661. .options .option .o_ft_price[data-v-21c3d807], .options .option .o_ft_price del[data-v-21c3d807] {
  662. font-size: 16px;
  663. color: #1a1a1a
  664. }
  665. .options .option .check_default[data-v-21c3d807] {
  666. margin-right: 8px;
  667. display: block;
  668. width: 18px;
  669. height: 18px;
  670. background-color: #e9eaef;
  671. border-radius: 50%
  672. }
  673. .options .option .check_default.check_active[data-v-21c3d807] {
  674. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAEEElEQVRYR82Yf2xTVRTHv+e161o6hp1sKqSLbhMoW0eCOpiUuSWG/cF/JKsYE38kZkKCERP5wz/0Lwn+RTBDRFHBRCK8auIfGgMxmZaxbpnO2DJW3IC5ykTGdFJn96vvmPfeumxd2/feNsy7f728e+45n3vPPefcewkGW3Wn+BBJQqME9gHsYUIpMa2U1TBxnBiDAPUKoDYWpHPhLf7rRkyQLmFRtFSXUhOY9zHwOAB942RGoB1ER8ODHIDfn9Syp6nYGzr7JEAtADZoKdPojwL8cqT2qW9zyWUFerD1pH2lo+AIgGawPNFlaEQM4IN44p/9Aw0vjGfSmNFQRVAsduThawCPLQNGJhVdiSns7K/zD6d3LgBSYSgI8FJdpDEXiiamuC4dah6Q4ia7M3gXVyYdsis+PlY3133zgLwdgeNgfukuuSmzWqL3I1ub9qQ6Z4GUaCLh/LJtYL2zkjc6SztS0acCiaLF68alZQhtvRjpctFIDFVynlKAqjsCu5n5s8Vq0zNu933lKMqz49hvPRnFiejp8NamMypQSGxjYJsexYuR2bm6FAfLayAQoWXwEk4M9S5QQ8DFcK3fR94LX5TBmuw3UA4MMdW71uDwulpYScCtyQSe62nFjYmxTDqYBJTTps7P90iS9J4hKzqFawpL8O4GH/IFC0anJvD85e9wLXEn62gBwl7yhgKfAvxMLhv3WG0YnZ7UiaGKeQuKcMLzBFZYrBhLTuHFy9+jZ+wvrWR5mrwh8UcAm7NJuvOdOFXZgC+HB9ASkwNRu1U4VuFkZT1WWW2YkJLY23sBP8QXVIlMirqpqkMcJsbqbGaOrd8On+t+pfvMzX4cGvgJcoXUmkCxzYFpScL+X9oRHP1dexbKeQq3ZZeNA5yfbYTLmo/jnu3wOF2KyFfDv+KNq11IZsAqsTnwycYGrLU7ITHj9f5OfDMS0wWjCtGEJpAsVmDJw9H127C5sFgZ1vrnEA70hTDJ0qwxeZ+d2tiAshWFYGa8db0bgVvXDMDMAGm5LKXRLlhw+OFa+FwPKL86//4Dr1xpx7/SNJwWKz701KOyQF3FI4NhfDx0xSDMrMtyb+q5WuVccqiiBo33upXfkfgIXu0L4e2KLXh0ZvU+uhHFO7GIYZiZAd26wn6udgHAm2WPYFdJmfJ7UkrCJliU77M3r+LgQPdiYeQ9dHrRifG10k14ds26WePnR2I40NeRMwK1SNXEuITS0bzWg33uKvx85zaao0EkJM1LRS4mtXTIEkspro1FbgRHh5YKI9+r1OKqAP0Pxw8td807fpjugCbTm+sIO7Oepjrky0ymuwbJUKa6KKYiwVRX6RSUqR4b5uYM0zzHzEtkZnqwSs+wcu0TbLxDkjSe9ARqYxh/0vsPHFjHaPamf34AAAAASUVORK5CYII=) no-repeat 50%;
  675. background-size: contain
  676. }
  677. .configuration[data-v-21c3d807] {
  678. padding-bottom: 9px
  679. }
  680. .configuration .config_line[data-v-21c3d807] {
  681. display: -webkit-box;
  682. display: -ms-flexbox;
  683. display: flex;
  684. -webkit-box-pack: justify;
  685. -ms-flex-pack: justify;
  686. justify-content: space-between
  687. }
  688. .configuration .config_line .content[data-v-21c3d807] {
  689. width: 70%;
  690. text-align: right
  691. }
  692. .configuration .config_line .title[data-v-21c3d807] {
  693. font-size: 14px;
  694. color: grey
  695. }
  696. .configuration .config_line .title span[data-v-21c3d807] {
  697. padding-left: 26px
  698. }
  699. .configuration .config_other .title[data-v-21c3d807] {
  700. position: relative
  701. }
  702. .configuration .config_other .title span[data-v-21c3d807] {
  703. font-size: 14px;
  704. color: grey;
  705. margin-left: 17px;
  706. display: inline-block;
  707. background-color: #fff;
  708. padding: 0 4px
  709. }
  710. .configuration .content[data-v-21c3d807] {
  711. font-size: 12px;
  712. padding-left: 16px;
  713. line-height: 22px;
  714. color: #acacac
  715. }
  716. .configuration .content .o_ft[data-v-21c3d807] {
  717. color: #aaa;
  718. font-size: 12px
  719. }
  720. .configuration .options[data-v-21c3d807] {
  721. padding-top: 0;
  722. padding-left: 16px
  723. }
  724. .configuration .options .option[data-v-21c3d807] {
  725. font-size: 14px;
  726. color: #6f6f6f
  727. }
  728. .disabled[data-v-21c3d807] {
  729. opacity: .7
  730. }
  731. .buy[data-v-21c3d807] {
  732. height: 60px;
  733. display: -webkit-box;
  734. display: -ms-flexbox;
  735. display: flex;
  736. -webkit-box-align: center;
  737. -ms-flex-align: center;
  738. align-items: center;
  739. padding: 0 20px;
  740. border-top: 1px solid rgba(255, 233, 233, .9137254901960784);
  741. color: #000;
  742. font-size: 12px;
  743. background: #fff;
  744. font-size: 16px
  745. }
  746. .buy .price[data-v-21c3d807] {
  747. -webkit-box-flex: 1;
  748. -ms-flex: 1;
  749. flex: 1;
  750. font-size: 16px
  751. }
  752. .buy span[data-v-21c3d807] {
  753. color: #fa101d
  754. }
  755. .buy .text[data-v-21c3d807] {
  756. font-size: 12px;
  757. width: 60px;
  758. display: inline-block;
  759. color: #000
  760. }
  761. .buy del.text[data-v-21c3d807], .buy del[data-v-21c3d807] {
  762. color: #b5b5b5
  763. }
  764. .buy .btn-submit[data-v-21c3d807] {
  765. display: inline-block;
  766. font-size: 18px;
  767. color: #fff;
  768. background: #f85043;
  769. border-radius: 100px;
  770. -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  771. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  772. padding: 8px 46px
  773. }
  774. .iframe[data-v-21c3d807] {
  775. width: 100%;
  776. height: 100%;
  777. -webkit-overflow-scrolling: touch;
  778. overflow-y: scroll;
  779. border-top: none!important;
  780. min-height: calc(100vh - 41px)
  781. }
  782. .countDownContent[data-v-21c3d807] {
  783. line-height: 40px;
  784. text-align: center;
  785. font-size: 14px;
  786. border-bottom: 1px solid #ccc
  787. }
  788. .countDownContent .van-count-down[data-v-21c3d807] {
  789. display: inline;
  790. color: red
  791. }
  792. .loadingOrder[data-v-21c3d807] {
  793. width: 90%;
  794. height: 180px;
  795. display: -webkit-box;
  796. display: -ms-flexbox;
  797. display: flex;
  798. -webkit-box-align: center;
  799. -ms-flex-align: center;
  800. align-items: center;
  801. -webkit-box-pack: center;
  802. -ms-flex-pack: center;
  803. justify-content: center
  804. }
  805. .loadingOrder .van-loading__text[data-v-21c3d807] {
  806. color: #444
  807. }
  808. .pay-section[data-v-21c3d807] {
  809. margin-bottom: 10px;
  810. padding: 10px 8px
  811. }
  812. .pay-name[data-v-21c3d807] {
  813. padding-left: 10px;
  814. -webkit-box-flex: 1;
  815. -ms-flex: 1 auto;
  816. flex: 1 auto;
  817. font-weight: 700
  818. }
  819. .logo[data-v-21c3d807] {
  820. width: 24px;
  821. height: 24px
  822. }
  823. .van-checkbox[data-v-21c3d807] {
  824. float: right
  825. }
  826. .van-checkbox[data-v-21c3d807] .van-checkbox__icon .van-icon {
  827. border-color: #e9eaef;
  828. background-color: #e9eaef
  829. }
  830. .van-checkbox[data-v-21c3d807] .van-checkbox__icon--checked .van-icon {
  831. background-color: #2dc7aa;
  832. border-color: #2dc7aa
  833. }
  834. .needprice[data-v-21c3d807] {
  835. display: -webkit-box;
  836. display: -ms-flexbox;
  837. display: flex;
  838. -webkit-box-pack: justify;
  839. -ms-flex-pack: justify;
  840. justify-content: space-between;
  841. padding: 2px 0
  842. }
  843. .needprice del[data-v-21c3d807] {
  844. font-size: 14px;
  845. color: #aaa;
  846. font-weight: 700
  847. }
  848. .needprice span[data-v-21c3d807] {
  849. font-size: 18px;
  850. color: #f85043;
  851. font-weight: 700
  852. }
  853. .couponprice[data-v-21c3d807] {
  854. display: -webkit-box;
  855. display: -ms-flexbox;
  856. display: flex;
  857. -webkit-box-pack: justify;
  858. -ms-flex-pack: justify;
  859. justify-content: space-between
  860. }
  861. .use_price[data-v-21c3d807] {
  862. display: -webkit-box;
  863. display: -ms-flexbox;
  864. display: flex;
  865. -webkit-box-align: center;
  866. -ms-flex-align: center;
  867. align-items: center;
  868. font-size: 14px;
  869. font-weight: 700
  870. }
  871. .use_price img[data-v-21c3d807] {
  872. padding-right: 8px
  873. }
  874. .use_price span[data-v-21c3d807] {
  875. font-size: 16px
  876. }
  877. .topWrap[data-v-059b990b] {
  878. display: -webkit-box;
  879. display: -ms-flexbox;
  880. display: flex;
  881. -webkit-box-orient: horizontal;
  882. -webkit-box-direction: normal;
  883. -ms-flex-direction: row;
  884. flex-direction: row;
  885. -webkit-box-pack: start;
  886. -ms-flex-pack: start;
  887. justify-content: flex-start
  888. }
  889. .topWrap div[data-v-059b990b] {
  890. margin-right: 10px
  891. }
  892. .left-code h2[data-v-059b990b], .right-code h2[data-v-059b990b] {
  893. font-size: 18px;
  894. text-align: center;
  895. padding-bottom: 8px
  896. }
  897. .left-code .qrcode[data-v-059b990b], .right-code .qrcode[data-v-059b990b] {
  898. display: -webkit-box;
  899. display: -ms-flexbox;
  900. display: flex;
  901. -webkit-box-orient: vertical;
  902. -webkit-box-direction: normal;
  903. -ms-flex-direction: column;
  904. flex-direction: column;
  905. -webkit-box-align: center;
  906. -ms-flex-align: center;
  907. align-items: center
  908. }
  909. .left-code .qrcode img[data-v-059b990b], .right-code .qrcode img[data-v-059b990b] {
  910. width: 200px;
  911. height: 200px;
  912. margin: 0 auto
  913. }
  914. .left-code .code-url[data-v-059b990b], .right-code .code-url[data-v-059b990b] {
  915. font-size: 18px;
  916. text-align: center;
  917. padding: 15px 15px 0 15px
  918. }
  919. .previewContainer[data-v-059b990b] .el-dialog__body {
  920. padding: 0
  921. }
  922. .topWrap[data-v-0a19f653] {
  923. display: -webkit-box;
  924. display: -ms-flexbox;
  925. display: flex;
  926. -webkit-box-orient: horizontal;
  927. -webkit-box-direction: normal;
  928. -ms-flex-direction: row;
  929. flex-direction: row;
  930. -webkit-box-pack: start;
  931. -ms-flex-pack: start;
  932. justify-content: flex-start
  933. }
  934. .topWrap div[data-v-0a19f653] {
  935. margin-right: 10px
  936. }
  937. .left-code h2[data-v-0a19f653], .right-code h2[data-v-0a19f653] {
  938. font-size: 18px;
  939. text-align: center;
  940. padding-bottom: 8px
  941. }
  942. .left-code .qrcode[data-v-0a19f653], .right-code .qrcode[data-v-0a19f653] {
  943. display: -webkit-box;
  944. display: -ms-flexbox;
  945. display: flex;
  946. -webkit-box-orient: vertical;
  947. -webkit-box-direction: normal;
  948. -ms-flex-direction: column;
  949. flex-direction: column;
  950. -webkit-box-align: center;
  951. -ms-flex-align: center;
  952. align-items: center
  953. }
  954. .left-code .qrcode img[data-v-0a19f653], .right-code .qrcode img[data-v-0a19f653] {
  955. width: 200px;
  956. height: 200px;
  957. margin: 0 auto
  958. }
  959. .left-code .code-url[data-v-0a19f653], .right-code .code-url[data-v-0a19f653] {
  960. font-size: 18px;
  961. text-align: center;
  962. padding: 15px 15px 0 15px
  963. }
  964. .btnWrap[data-v-6e325748] {
  965. margin-top: 40px
  966. }
  967. .btnWrap .PrevBtn[data-v-6e325748], .btnWrap .submitBtn[data-v-6e325748] {
  968. background-color: #13817a;
  969. width: 120px
  970. }
  971. .stepbox[data-v-528e1836] {
  972. display: -webkit-box;
  973. display: -ms-flexbox;
  974. display: flex;
  975. -webkit-box-pack: start;
  976. -ms-flex-pack: start;
  977. justify-content: flex-start
  978. }
  979. .stepbox .stepspan[data-v-528e1836], .stepbox[data-v-528e1836] {
  980. -webkit-box-orient: horizontal;
  981. -webkit-box-direction: normal;
  982. -ms-flex-direction: row;
  983. flex-direction: row
  984. }
  985. .stepbox .stepspan[data-v-528e1836] {
  986. font-size: 14px;
  987. display: block;
  988. line-height: 40px;
  989. position: relative;
  990. z-index: 100;
  991. display: -webkit-box;
  992. display: -ms-flexbox;
  993. display: flex;
  994. -webkit-box-pack: justify;
  995. -ms-flex-pack: justify;
  996. justify-content: space-between
  997. }
  998. .stepbox .stepspan .sptep[data-v-528e1836] {
  999. width: 110px;
  1000. height: 40px;
  1001. border: 1px solid #dcdfe6;
  1002. border-right: none;
  1003. border-bottom: none;
  1004. padding-left: 25px;
  1005. border-radius: 4px 0 0 0
  1006. }
  1007. .stepbox .stepspan .arrow[data-v-528e1836] {
  1008. height: 40px;
  1009. width: 17px;
  1010. position: relative;
  1011. top: 1px;
  1012. z-index: 40
  1013. }
  1014. .stepbox .stepspan.stepspan2[data-v-528e1836] {
  1015. position: relative;
  1016. z-index: 20;
  1017. left: -17px
  1018. }
  1019. .stepbox .stepspan.stepspan2 .sptep[data-v-528e1836] {
  1020. padding-left: 30px!important;
  1021. border-radius: 0!important
  1022. }
  1023. .stepbox .stepspan.stepspan3[data-v-528e1836] {
  1024. position: relative;
  1025. z-index: 10;
  1026. left: -34px;
  1027. background-color: #fff
  1028. }
  1029. .stepbox .stepspan.stepspan3 .sptep[data-v-528e1836] {
  1030. padding-left: 30px!important;
  1031. border-radius: 0!important
  1032. }
  1033. .stepbox .sptep.activestep[data-v-528e1836] {
  1034. color: #fff;
  1035. font-weight: 700;
  1036. background-color: #4eada7
  1037. }
  1038. .stepcontent[data-v-528e1836] {
  1039. border-top: 1px solid #dcdfe6;
  1040. padding-top: 30px
  1041. }