chunk-96f2a116.ec67f772.css 25 KB

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