chunk-504d4512.039fd82b.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  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. .tableWrap[data-v-3a694394] {
  334. height: 300px;
  335. overflow: auto
  336. }
  337. .number-input[data-v-1b1fc70b] {
  338. width: 100%
  339. }
  340. .number-input[data-v-1b1fc70b] .el-input__inner {
  341. text-align: left
  342. }
  343. .number-input[data-v-05b36fda] {
  344. width: 100%
  345. }
  346. .number-input[data-v-05b36fda] .el-input__inner, .number-input[data-v-45698d19] .el-input__inner {
  347. text-align: left
  348. }
  349. .dialog-footer[data-v-37928f5f] {
  350. margin-top: 20px;
  351. display: block;
  352. text-align: right
  353. }
  354. .number-input[data-v-55ad3016] {
  355. width: 100%
  356. }
  357. .number-input[data-v-55ad3016] .el-input__inner {
  358. text-align: left
  359. }
  360. .basea-container {
  361. margin-top: 35px
  362. }
  363. .basea-container .baseTop {
  364. display: -webkit-box;
  365. display: -ms-flexbox;
  366. display: flex;
  367. -webkit-box-orient: horizontal;
  368. -webkit-box-direction: normal;
  369. -ms-flex-direction: row;
  370. flex-direction: row;
  371. -webkit-box-pack: justify;
  372. -ms-flex-pack: justify;
  373. justify-content: space-between
  374. }
  375. .basea-container .baseTop .left {
  376. max-width: 750px
  377. }
  378. .basea-container .baseTop .left .el-select {
  379. width: 180px!important
  380. }
  381. .basea-container .baseTop .right {
  382. height: 40vh;
  383. overflow: scroll
  384. }
  385. .basea-container .baseTop .right ul li {
  386. list-style: none;
  387. line-height: 22px;
  388. font-size: 14px;
  389. color: #aaa
  390. }
  391. .basea-container .baseTop .right::-webkit-scrollbar {
  392. display: none
  393. }
  394. .basea-container .baseBottom {
  395. margin-top: 40px;
  396. display: -webkit-box;
  397. display: -ms-flexbox;
  398. display: flex;
  399. -webkit-box-orient: vertical;
  400. -webkit-box-direction: normal;
  401. -ms-flex-direction: column;
  402. flex-direction: column;
  403. -webkit-box-pack: center;
  404. -ms-flex-pack: center;
  405. justify-content: center;
  406. -webkit-box-align: center;
  407. -ms-flex-align: center;
  408. align-items: center
  409. }
  410. .basea-container .baseBottom .code {
  411. width: 300px;
  412. height: 300px;
  413. background-color: red;
  414. margin-bottom: 20px
  415. }
  416. .basea-container .baseBottom .btnList {
  417. width: 300px;
  418. display: -webkit-box;
  419. display: -ms-flexbox;
  420. display: flex;
  421. -webkit-box-orient: horizontal;
  422. -webkit-box-direction: normal;
  423. -ms-flex-direction: row;
  424. flex-direction: row;
  425. -webkit-box-pack: justify;
  426. -ms-flex-pack: justify;
  427. justify-content: space-between;
  428. margin-top: 60px
  429. }
  430. .basea-container .baseBottom .btnList div {
  431. cursor: pointer;
  432. width: 120px;
  433. height: 40px;
  434. line-height: 40px;
  435. border-radius: 4px;
  436. color: #fff;
  437. text-align: center
  438. }
  439. .basea-container .baseBottom .btnList .closeBtn {
  440. background-color: #777
  441. }
  442. .basea-container .baseBottom .btnList .okBtn {
  443. background-color: #f97215
  444. }
  445. .dialog-footer[data-v-101f6201] {
  446. margin-top: 20px;
  447. display: block;
  448. text-align: right
  449. }
  450. .alert[data-v-101f6201] {
  451. margin-bottom: 10px
  452. }
  453. .collapse-title[data-v-101f6201] {
  454. display: -webkit-box;
  455. display: -ms-flexbox;
  456. display: flex;
  457. -webkit-box-pack: justify;
  458. -ms-flex-pack: justify;
  459. justify-content: space-between;
  460. -webkit-box-align: center;
  461. -ms-flex-align: center;
  462. align-items: center;
  463. width: 100%
  464. }
  465. .collapse-title .el-icon-circle-close[data-v-101f6201] {
  466. font-size: 16px;
  467. margin-right: 10px
  468. }
  469. [data-v-101f6201] .el-collapse-item__wrap {
  470. padding-top: 20px
  471. }
  472. .alert[data-v-7a4bf9b6] {
  473. margin: 10px 0
  474. }
  475. .dialog-footer[data-v-3b75a0a0] {
  476. margin-top: 20px;
  477. display: block;
  478. text-align: right
  479. }
  480. .noticeInfo[data-v-21c3d807] {
  481. position: relative;
  482. background: #fff;
  483. padding: 15px 16px 10px;
  484. font-size: 14px;
  485. color: grey
  486. }
  487. .noticeInfo h2[data-v-21c3d807] {
  488. font-size: 18px;
  489. color: #1a1a1a;
  490. padding-bottom: 10px
  491. }
  492. .protocolbtn[data-v-21c3d807] {
  493. margin: 35px 0;
  494. background: #14928a;
  495. color: #fff;
  496. font-size: 18px;
  497. border-radius: 50px;
  498. text-align: center;
  499. width: 100%
  500. }
  501. .line_bottom[data-v-21c3d807] {
  502. border-bottom: 1px solid #ededed
  503. }
  504. .line_top[data-v-21c3d807] {
  505. border-top: 1px solid #ededed
  506. }
  507. .section[data-v-21c3d807] {
  508. padding: 16px 16px 10px;
  509. background: #fff;
  510. margin-bottom: 10px
  511. }
  512. .section>.title[data-v-21c3d807] {
  513. font-size: 20px;
  514. line-height: 28px;
  515. font-weight: 700;
  516. padding-bottom: 5px
  517. }
  518. .section>.title[data-v-21c3d807]:before {
  519. content: " ";
  520. width: 4px;
  521. height: 15px;
  522. background: #14928a;
  523. display: inline-block;
  524. margin-right: 7px;
  525. border-radius: 8px
  526. }
  527. .section .indate[data-v-21c3d807] {
  528. font-size: 14px;
  529. padding: 6px 0;
  530. display: -webkit-box;
  531. display: -ms-flexbox;
  532. display: flex;
  533. -webkit-box-pack: end;
  534. -ms-flex-pack: end;
  535. justify-content: flex-end
  536. }
  537. .section .indate span[data-v-21c3d807] {
  538. color: #fa101d
  539. }
  540. .options .oc[data-v-21c3d807] {
  541. border-bottom: 1px solid #ededed
  542. }
  543. .options .oc[data-v-21c3d807]:last-child {
  544. border-bottom: 0;
  545. padding-top: 9px
  546. }
  547. .options .protocol[data-v-21c3d807] {
  548. padding-left: 20px;
  549. font-size: 10px;
  550. line-height: 14px
  551. }
  552. .options.classInfo .option .o_ft[data-v-21c3d807] {
  553. color: #1a1a1a
  554. }
  555. .options.lines[data-v-21c3d807] {
  556. margin-top: 5px;
  557. border-top: 1px solid #ededed
  558. }
  559. .options.sale .option .o_bd[data-v-21c3d807], .options.sale .option .o_ft[data-v-21c3d807] {
  560. font-size: 16px;
  561. color: #f85043;
  562. font-weight: 700
  563. }
  564. .options .option[data-v-21c3d807] {
  565. line-height: 26px;
  566. font-size: 15px;
  567. -webkit-box-align: center;
  568. -ms-flex-align: center;
  569. align-items: center;
  570. position: relative;
  571. padding: 10px 5px 5px
  572. }
  573. .options .option .o_hd[data-v-21c3d807], .options .option[data-v-21c3d807] {
  574. display: -webkit-box;
  575. display: -ms-flexbox;
  576. display: flex
  577. }
  578. .options .option .o_bd[data-v-21c3d807] {
  579. color: #1a1a1a;
  580. -webkit-box-flex: 1;
  581. -ms-flex: 1;
  582. flex: 1;
  583. font-size: 16px
  584. }
  585. .options .option .o_bd .c[data-v-21c3d807] {
  586. font-size: 12px
  587. }
  588. .options .option .o_ft[data-v-21c3d807] {
  589. font-size: 16px;
  590. color: #fa101d
  591. }
  592. .options .option .o_ft del[data-v-21c3d807] {
  593. color: #aaa;
  594. font-size: 12px
  595. }
  596. .options .option .o_ft_price[data-v-21c3d807], .options .option .o_ft_price del[data-v-21c3d807] {
  597. font-size: 16px;
  598. color: #1a1a1a
  599. }
  600. .options .option .check_default[data-v-21c3d807] {
  601. margin-right: 8px;
  602. display: block;
  603. width: 18px;
  604. height: 18px;
  605. background-color: #e9eaef;
  606. border-radius: 50%
  607. }
  608. .options .option .check_default.check_active[data-v-21c3d807] {
  609. 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%;
  610. background-size: contain
  611. }
  612. .configuration[data-v-21c3d807] {
  613. padding-bottom: 9px
  614. }
  615. .configuration .config_line[data-v-21c3d807] {
  616. display: -webkit-box;
  617. display: -ms-flexbox;
  618. display: flex;
  619. -webkit-box-pack: justify;
  620. -ms-flex-pack: justify;
  621. justify-content: space-between
  622. }
  623. .configuration .config_line .content[data-v-21c3d807] {
  624. width: 70%;
  625. text-align: right
  626. }
  627. .configuration .config_line .title[data-v-21c3d807] {
  628. font-size: 14px;
  629. color: grey
  630. }
  631. .configuration .config_line .title span[data-v-21c3d807] {
  632. padding-left: 26px
  633. }
  634. .configuration .config_other .title[data-v-21c3d807] {
  635. position: relative
  636. }
  637. .configuration .config_other .title span[data-v-21c3d807] {
  638. font-size: 14px;
  639. color: grey;
  640. margin-left: 17px;
  641. display: inline-block;
  642. background-color: #fff;
  643. padding: 0 4px
  644. }
  645. .configuration .content[data-v-21c3d807] {
  646. font-size: 12px;
  647. padding-left: 16px;
  648. line-height: 22px;
  649. color: #acacac
  650. }
  651. .configuration .content .o_ft[data-v-21c3d807] {
  652. color: #aaa;
  653. font-size: 12px
  654. }
  655. .configuration .options[data-v-21c3d807] {
  656. padding-top: 0;
  657. padding-left: 16px
  658. }
  659. .configuration .options .option[data-v-21c3d807] {
  660. font-size: 14px;
  661. color: #6f6f6f
  662. }
  663. .disabled[data-v-21c3d807] {
  664. opacity: .7
  665. }
  666. .buy[data-v-21c3d807] {
  667. height: 60px;
  668. display: -webkit-box;
  669. display: -ms-flexbox;
  670. display: flex;
  671. -webkit-box-align: center;
  672. -ms-flex-align: center;
  673. align-items: center;
  674. padding: 0 20px;
  675. border-top: 1px solid rgba(255, 233, 233, .9137254901960784);
  676. color: #000;
  677. font-size: 12px;
  678. background: #fff;
  679. font-size: 16px
  680. }
  681. .buy .price[data-v-21c3d807] {
  682. -webkit-box-flex: 1;
  683. -ms-flex: 1;
  684. flex: 1;
  685. font-size: 16px
  686. }
  687. .buy span[data-v-21c3d807] {
  688. color: #fa101d
  689. }
  690. .buy .text[data-v-21c3d807] {
  691. font-size: 12px;
  692. width: 60px;
  693. display: inline-block;
  694. color: #000
  695. }
  696. .buy del.text[data-v-21c3d807], .buy del[data-v-21c3d807] {
  697. color: #b5b5b5
  698. }
  699. .buy .btn-submit[data-v-21c3d807] {
  700. display: inline-block;
  701. font-size: 18px;
  702. color: #fff;
  703. background: #f85043;
  704. border-radius: 100px;
  705. -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  706. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  707. padding: 8px 46px
  708. }
  709. .iframe[data-v-21c3d807] {
  710. width: 100%;
  711. height: 100%;
  712. -webkit-overflow-scrolling: touch;
  713. overflow-y: scroll;
  714. border-top: none!important;
  715. min-height: calc(100vh - 41px)
  716. }
  717. .countDownContent[data-v-21c3d807] {
  718. line-height: 40px;
  719. text-align: center;
  720. font-size: 14px;
  721. border-bottom: 1px solid #ccc
  722. }
  723. .countDownContent .van-count-down[data-v-21c3d807] {
  724. display: inline;
  725. color: red
  726. }
  727. .loadingOrder[data-v-21c3d807] {
  728. width: 90%;
  729. height: 180px;
  730. display: -webkit-box;
  731. display: -ms-flexbox;
  732. display: flex;
  733. -webkit-box-align: center;
  734. -ms-flex-align: center;
  735. align-items: center;
  736. -webkit-box-pack: center;
  737. -ms-flex-pack: center;
  738. justify-content: center
  739. }
  740. .loadingOrder .van-loading__text[data-v-21c3d807] {
  741. color: #444
  742. }
  743. .pay-section[data-v-21c3d807] {
  744. margin-bottom: 10px;
  745. padding: 10px 8px
  746. }
  747. .pay-name[data-v-21c3d807] {
  748. padding-left: 10px;
  749. -webkit-box-flex: 1;
  750. -ms-flex: 1 auto;
  751. flex: 1 auto;
  752. font-weight: 700
  753. }
  754. .logo[data-v-21c3d807] {
  755. width: 24px;
  756. height: 24px
  757. }
  758. .van-checkbox[data-v-21c3d807] {
  759. float: right
  760. }
  761. .van-checkbox[data-v-21c3d807] .van-checkbox__icon .van-icon {
  762. border-color: #e9eaef;
  763. background-color: #e9eaef
  764. }
  765. .van-checkbox[data-v-21c3d807] .van-checkbox__icon--checked .van-icon {
  766. background-color: #2dc7aa;
  767. border-color: #2dc7aa
  768. }
  769. .needprice[data-v-21c3d807] {
  770. display: -webkit-box;
  771. display: -ms-flexbox;
  772. display: flex;
  773. -webkit-box-pack: justify;
  774. -ms-flex-pack: justify;
  775. justify-content: space-between;
  776. padding: 2px 0
  777. }
  778. .needprice del[data-v-21c3d807] {
  779. font-size: 14px;
  780. color: #aaa;
  781. font-weight: 700
  782. }
  783. .needprice span[data-v-21c3d807] {
  784. font-size: 18px;
  785. color: #f85043;
  786. font-weight: 700
  787. }
  788. .couponprice[data-v-21c3d807] {
  789. display: -webkit-box;
  790. display: -ms-flexbox;
  791. display: flex;
  792. -webkit-box-pack: justify;
  793. -ms-flex-pack: justify;
  794. justify-content: space-between
  795. }
  796. .use_price[data-v-21c3d807] {
  797. display: -webkit-box;
  798. display: -ms-flexbox;
  799. display: flex;
  800. -webkit-box-align: center;
  801. -ms-flex-align: center;
  802. align-items: center;
  803. font-size: 14px;
  804. font-weight: 700
  805. }
  806. .use_price img[data-v-21c3d807] {
  807. padding-right: 8px
  808. }
  809. .use_price span[data-v-21c3d807] {
  810. font-size: 16px
  811. }
  812. .topWrap[data-v-059b990b] {
  813. display: -webkit-box;
  814. display: -ms-flexbox;
  815. display: flex;
  816. -webkit-box-orient: horizontal;
  817. -webkit-box-direction: normal;
  818. -ms-flex-direction: row;
  819. flex-direction: row;
  820. -webkit-box-pack: start;
  821. -ms-flex-pack: start;
  822. justify-content: flex-start
  823. }
  824. .topWrap div[data-v-059b990b] {
  825. margin-right: 10px
  826. }
  827. .left-code h2[data-v-059b990b], .right-code h2[data-v-059b990b] {
  828. font-size: 18px;
  829. text-align: center;
  830. padding-bottom: 8px
  831. }
  832. .left-code .qrcode[data-v-059b990b], .right-code .qrcode[data-v-059b990b] {
  833. display: -webkit-box;
  834. display: -ms-flexbox;
  835. display: flex;
  836. -webkit-box-orient: vertical;
  837. -webkit-box-direction: normal;
  838. -ms-flex-direction: column;
  839. flex-direction: column;
  840. -webkit-box-align: center;
  841. -ms-flex-align: center;
  842. align-items: center
  843. }
  844. .left-code .qrcode img[data-v-059b990b], .right-code .qrcode img[data-v-059b990b] {
  845. width: 200px;
  846. height: 200px;
  847. margin: 0 auto
  848. }
  849. .left-code .code-url[data-v-059b990b], .right-code .code-url[data-v-059b990b] {
  850. font-size: 18px;
  851. text-align: center;
  852. padding: 15px 15px 0 15px
  853. }
  854. .previewContainer[data-v-059b990b] .el-dialog__body {
  855. padding: 0
  856. }
  857. .topWrap[data-v-0a19f653] {
  858. display: -webkit-box;
  859. display: -ms-flexbox;
  860. display: flex;
  861. -webkit-box-orient: horizontal;
  862. -webkit-box-direction: normal;
  863. -ms-flex-direction: row;
  864. flex-direction: row;
  865. -webkit-box-pack: start;
  866. -ms-flex-pack: start;
  867. justify-content: flex-start
  868. }
  869. .topWrap div[data-v-0a19f653] {
  870. margin-right: 10px
  871. }
  872. .left-code h2[data-v-0a19f653], .right-code h2[data-v-0a19f653] {
  873. font-size: 18px;
  874. text-align: center;
  875. padding-bottom: 8px
  876. }
  877. .left-code .qrcode[data-v-0a19f653], .right-code .qrcode[data-v-0a19f653] {
  878. display: -webkit-box;
  879. display: -ms-flexbox;
  880. display: flex;
  881. -webkit-box-orient: vertical;
  882. -webkit-box-direction: normal;
  883. -ms-flex-direction: column;
  884. flex-direction: column;
  885. -webkit-box-align: center;
  886. -ms-flex-align: center;
  887. align-items: center
  888. }
  889. .left-code .qrcode img[data-v-0a19f653], .right-code .qrcode img[data-v-0a19f653] {
  890. width: 200px;
  891. height: 200px;
  892. margin: 0 auto
  893. }
  894. .left-code .code-url[data-v-0a19f653], .right-code .code-url[data-v-0a19f653] {
  895. font-size: 18px;
  896. text-align: center;
  897. padding: 15px 15px 0 15px
  898. }
  899. .m-container .m-core .msg.ing[data-v-88f89cee] {
  900. color: #14928a
  901. }
  902. .m-container .m-core .msg[data-v-88f89cee] {
  903. text-align: right;
  904. color: #777;
  905. font-size: 32px;
  906. font-weight: 700;
  907. position: absolute;
  908. right: 40px;
  909. top: -33px
  910. }
  911. .m-container .m-core .msg img[data-v-88f89cee] {
  912. width: 36px;
  913. height: 36px;
  914. position: relative;
  915. top: 5px;
  916. margin-right: 8px
  917. }
  918. .m-container .m-core .abs[data-v-88f89cee] {
  919. position: absolute;
  920. right: 240px;
  921. top: -28px
  922. }
  923. .m-container .term[data-v-88f89cee] {
  924. height: 32px;
  925. line-height: 32px;
  926. border-radius: 24px;
  927. width: 100px;
  928. color: #14928a;
  929. border: 1px solid #14928a;
  930. font-size: 14px;
  931. text-align: center;
  932. margin-right: 12px
  933. }
  934. .m-container .term[data-v-88f89cee]:first-child {
  935. margin-left: 47px
  936. }
  937. .m-container .term.active[data-v-88f89cee] {
  938. color: #fff;
  939. background-color: #14928a
  940. }