| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262 |
- .base-container {
- overflow: auto;
- font-size: 14px;
- color: #444
- }
- .base-container .banseLeft .head {
- height: 48px;
- line-height: 48px;
- background-color: #edeef0;
- font-size: 14px;
- font-weight: 700;
- color: #444;
- padding: 0 11px;
- margin-bottom: 20px
- }
- .base-container .banseLeft .noMargin.head {
- margin-bottom: 0
- }
- .base-container .banseLeft .num {
- padding: 15px 11px
- }
- .base-container .banseLeft .checkRow {
- min-width: 1200px;
- padding-left: 28px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- overflow: auto
- }
- .base-container .banseLeft .checkRow .el-checkbox {
- line-height: 72px;
- width: 120px
- }
- .base-container .banseLeft .checkRow .inputWrap {
- line-height: 72px;
- font-size: 14px;
- color: #777;
- margin-left: 65px
- }
- .base-container .banseLeft .checkRow .inputWrap.rightFirst {
- margin-left: 245px
- }
- .base-container .banseLeft .checkRow .textWrap {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- font-size: 14px;
- color: #777;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .base-container .banseLeft .checkRow .textWrap span {
- color: #f97215
- }
- .base-container .banseLeft .checkRow .selectWrap {
- font-size: 14px;
- padding-top: 5px;
- margin-left: 100px;
- margin-right: 52px
- }
- .base-container .banseLeft .checkRow .selectWrap .rowSelect .el-input__inner {
- min-height: 69px
- }
- .base-container .banseLeft .checkRow .chioseList {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 14px;
- color: #777;
- margin-left: 64px
- }
- .base-container .banseLeft .checkRow .chioseList .chioseItem {
- width: 80px;
- height: 30px;
- border-radius: 15px;
- border: 1px solid #979797;
- margin-right: 10px;
- line-height: 30px;
- text-align: center;
- cursor: pointer
- }
- .base-container .banseLeft .checkRow .chioseList .chioseItem.active {
- background-color: #14928a;
- border: 1px solid #14928a;
- color: #fff
- }
- .base-container .btnWrap {
- margin-top: 30px
- }
- .base-container .el-checkbox__input.is-checked+.el-checkbox__label {
- color: #606266
- }
- .base-container .subTitle {
- height: 40px;
- line-height: 40px;
- background-color: #fefceb;
- padding: 0 25px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-size: 16px;
- color: #474747;
- margin-bottom: 20px
- }
- .base-container .chioseWrap {
- margin-bottom: 30px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- padding: 0 25px
- }
- .base-container .chioseWrap p {
- width: 80px;
- font-size: 14px
- }
- .base-container .classCheckBox {
- margin-right: 10px
- }
- [data-v-60702ee6] .el-date-editor {
- width: 180px!important
- }
- [data-v-60702ee6] .el-checkbox {
- margin-left: 15px!important
- }
- [data-v-60702ee6] .el-input {
- position: relative;
- font-size: 14px;
- display: inline-block;
- width: 180px
- }
- input[disabled][data-v-60702ee6] {
- background-color: #fff;
- border-color: #b3b3b3;
- color: #606266
- }
- [data-v-60702ee6] .el-radio-button__orig-radio:checked+.el-radio-button__inner {
- background-color: #13817a;
- border-color: #13817a;
- -webkit-box-shadow: -1px 0 0 #13817a;
- box-shadow: -1px 0 0 #13817a;
- color: #fff;
- outline: none
- }
- [data-v-60702ee6] .el-radio-button__inner {
- outline: none
- }
- [data-v-60702ee6] .el-radio-button__inner:hover {
- color: #13817a
- }
- [data-v-60702ee6] .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
- -webkit-box-shadow: none;
- box-shadow: none
- }
- .soundWrap[data-v-c28cee18] {
- width: 100%;
- overflow: auto
- }
- .soundWrap .itemList[data-v-c28cee18] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- height: 300px;
- max-height: 300px;
- overflow: auto
- }
- .soundWrap .itemList .categroy[data-v-c28cee18] {
- z-index: 100;
- width: 150px;
- min-width: 150px;
- color: #606266
- }
- .soundWrap .itemList .categroy .el-checkbox[data-v-c28cee18] {
- height: 30px;
- line-height: 30px;
- display: block;
- padding-left: 20px
- }
- .soundWrap .itemList .categroy p[data-v-c28cee18] {
- height: 40px;
- line-height: 40px;
- background-color: #edeef0;
- margin-bottom: 15px;
- text-align: center
- }
- .soundSubP[data-v-c28cee18] {
- height: 40px;
- line-height: 40px;
- background-color: #edeef0;
- padding-left: 25px;
- margin-bottom: 20px
- }
- .btnWraps[data-v-c28cee18] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end
- }
- .chioseMusic[data-v-e84285d0] {
- width: 100%
- }
- .coreItemRow[data-v-e84285d0] {
- padding-left: 20px;
- height: 50px;
- line-height: 50px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- width: 100%
- }
- p[data-v-e84285d0] {
- margin-right: 10px
- }
- .title[data-v-e84285d0] {
- width: 100px!important;
- text-align: right;
- margin-right: 10px
- }
- .marginLeft10[data-v-e84285d0] {
- margin-left: 10px
- }
- .flexRow[data-v-e84285d0] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding-left: 20px;
- margin-top: 10px;
- width: 100%
- }
- .soundBtnWrap[data-v-1adb5760] {
- margin-bottom: 20px
- }
- [data-v-1adb5760] .el-collapse-item__header {
- background-color: #edeef0
- }
- .coreItemTitle[data-v-1adb5760] {
- background-color: #edeef0;
- height: 46px;
- line-height: 46px;
- padding: 0 20px
- }
- .coreItem[data-v-1adb5760] {
- padding: 25px 0 0
- }
- .coreItemRow[data-v-1adb5760] {
- padding: 0 20px;
- line-height: 50px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .coreItemRow p[data-v-1adb5760] {
- margin-right: 10px
- }
- .coreItemRow .title[data-v-1adb5760] {
- width: 100px;
- text-align: right
- }
- .marginLeft10[data-v-1adb5760] {
- margin-left: 10px
- }
- [data-v-1adb5760] .el-collapse-item__header {
- border-bottom: 1px solid #fff
- }
- [data-v-21b0c6be] .el-transfer {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- [data-v-21b0c6be] .el-transfer .el-transfer__buttons {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- width: 110px;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column
- }
- [data-v-21b0c6be] .el-transfer .el-transfer__buttons>button:last-child {
- margin-left: 0
- }
- [data-v-21b0c6be] .el-transfer .el-transfer-panel {
- width: 300px
- }
- .footer[data-v-21b0c6be] {
- margin-left: 35px;
- margin-right: auto;
- height: 40px;
- line-height: 40px
- }
- .hideReturn[data-v-21b0c6be] .el-transfer__buttons button:first-child {
- display: none
- }
- [data-v-21b0c6be] .el-checkbox-group {
- padding-bottom: 40px
- }
- [data-v-21b0c6be] .line {
- width: 220px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: distribute;
- justify-content: space-around
- }
- [data-v-21b0c6be] .line .select-item {
- width: 33.33333%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis
- }
- [data-v-21b0c6be] .dialog-footer {
- margin-top: 20px;
- display: block;
- text-align: right
- }
- [data-v-6117374a] .close-icon {
- cursor: pointer;
- font-size: 16px
- }
- .dialog-footer[data-v-db24fa9e] {
- margin-top: 20px;
- display: block;
- text-align: right
- }
- .title[data-v-db24fa9e] {
- font-size: 16px;
- padding: 10px;
- font-weight: 400
- }
- .title>span[data-v-db24fa9e] {
- color: tomato;
- font-size: 14px
- }
- .floor[data-v-d3f3e708] {
- padding-right: 20px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- width: 100%;
- height: 48px;
- line-height: 48px;
- background: #edeef0;
- font-size: 14px;
- color: #444;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- position: relative;
- z-index: 1
- }
- .floor .remove[data-v-d3f3e708] {
- width: 98px;
- background: #f85043;
- margin-left: 164px
- }
- .floor .add[data-v-d3f3e708], .floor .remove[data-v-d3f3e708] {
- height: 32px;
- border-radius: 3px;
- color: #fff;
- line-height: 32px;
- text-align: center;
- cursor: pointer
- }
- .floor .add[data-v-d3f3e708] {
- width: auto;
- padding: 0 10px;
- background: #14928a;
- margin-left: 20px
- }
- .studentMask[data-v-d3f3e708] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start
- }
- .studentMask .left[data-v-d3f3e708] {
- width: 200px;
- margin-right: 20px
- }
- .studentMask .left .wrap[data-v-d3f3e708] {
- margin-bottom: 20px
- }
- .studentMask .left h4[data-v-d3f3e708] {
- font-size: 16px;
- color: #444;
- line-height: 38px
- }
- .studentMask .left .chioseStudentList[data-v-d3f3e708] {
- height: 500px;
- overflow-y: auto;
- border: 1px solid #ccc
- }
- .studentMask .left .chioseStudentList .studentItem[data-v-d3f3e708] {
- padding-left: 10px;
- line-height: 25px
- }
- .studentMask .right[data-v-d3f3e708] {
- width: calc(100% - 200px)
- }
- .studentMask .right .tableList[data-v-d3f3e708] {
- max-height: 500px;
- overflow-y: auto
- }
- .resetClassForm[data-v-d3f3e708] .el-date-editor.el-input, .resetClassForm[data-v-d3f3e708] .el-date-editor.el-input__inner {
- width: 180px!important
- }
- [data-v-d3f3e708] .el-date-editor.el-input, [data-v-d3f3e708] .el-date-editor.el-input__inner {
- width: 100px!important
- }
- .higheSelect[data-v-d3f3e708] .el-input__inner {
- height: 40px!important
- }
- [data-v-d3f3e708] .el-alert__content {
- display: block;
- width: 100%
- }
- .alert-content[data-v-d3f3e708] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between
- }
- .alert-content>strong[data-v-d3f3e708] {
- cursor: pointer
- }
- .tableWrap[data-v-3a694394] {
- height: 300px;
- overflow: auto
- }
- .number-input[data-v-1b1fc70b] {
- width: 100%
- }
- .number-input[data-v-1b1fc70b] .el-input__inner {
- text-align: left
- }
- .number-input[data-v-05b36fda] {
- width: 100%
- }
- .number-input[data-v-05b36fda] .el-input__inner, .number-input[data-v-45698d19] .el-input__inner {
- text-align: left
- }
- .dialog-footer[data-v-37928f5f] {
- margin-top: 20px;
- display: block;
- text-align: right
- }
- .number-input[data-v-55ad3016] {
- width: 100%
- }
- .number-input[data-v-55ad3016] .el-input__inner {
- text-align: left
- }
- .basea-container {
- margin-top: 35px
- }
- .basea-container .baseTop {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between
- }
- .basea-container .baseTop .left {
- max-width: 750px
- }
- .basea-container .baseTop .left .el-select {
- width: 180px!important
- }
- .basea-container .baseTop .right {
- height: 40vh;
- overflow: scroll
- }
- .basea-container .baseTop .right ul li {
- list-style: none;
- line-height: 22px;
- font-size: 14px;
- color: #aaa
- }
- .basea-container .baseTop .right::-webkit-scrollbar {
- display: none
- }
- .basea-container .baseBottom {
- margin-top: 40px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .basea-container .baseBottom .code {
- width: 300px;
- height: 300px;
- background-color: red;
- margin-bottom: 20px
- }
- .basea-container .baseBottom .btnList {
- width: 300px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-top: 60px
- }
- .basea-container .baseBottom .btnList div {
- cursor: pointer;
- width: 120px;
- height: 40px;
- line-height: 40px;
- border-radius: 4px;
- color: #fff;
- text-align: center
- }
- .basea-container .baseBottom .btnList .closeBtn {
- background-color: #777
- }
- .basea-container .baseBottom .btnList .okBtn {
- background-color: #f97215
- }
- .dialog-footer[data-v-101f6201] {
- margin-top: 20px;
- display: block;
- text-align: right
- }
- .alert[data-v-101f6201] {
- margin-bottom: 10px
- }
- .collapse-title[data-v-101f6201] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- width: 100%
- }
- .collapse-title .el-icon-circle-close[data-v-101f6201] {
- font-size: 16px;
- margin-right: 10px
- }
- [data-v-101f6201] .el-collapse-item__wrap {
- padding-top: 20px
- }
- .alert[data-v-7a4bf9b6] {
- margin: 10px 0
- }
- .dialog-footer[data-v-3b75a0a0] {
- margin-top: 20px;
- display: block;
- text-align: right
- }
- .noticeInfo[data-v-21c3d807] {
- position: relative;
- background: #fff;
- padding: 15px 16px 10px;
- font-size: 14px;
- color: grey
- }
- .noticeInfo h2[data-v-21c3d807] {
- font-size: 18px;
- color: #1a1a1a;
- padding-bottom: 10px
- }
- .protocolbtn[data-v-21c3d807] {
- margin: 35px 0;
- background: #14928a;
- color: #fff;
- font-size: 18px;
- border-radius: 50px;
- text-align: center;
- width: 100%
- }
- .line_bottom[data-v-21c3d807] {
- border-bottom: 1px solid #ededed
- }
- .line_top[data-v-21c3d807] {
- border-top: 1px solid #ededed
- }
- .section[data-v-21c3d807] {
- padding: 16px 16px 10px;
- background: #fff;
- margin-bottom: 10px
- }
- .section>.title[data-v-21c3d807] {
- font-size: 20px;
- line-height: 28px;
- font-weight: 700;
- padding-bottom: 5px
- }
- .section>.title[data-v-21c3d807]:before {
- content: " ";
- width: 4px;
- height: 15px;
- background: #14928a;
- display: inline-block;
- margin-right: 7px;
- border-radius: 8px
- }
- .section .indate[data-v-21c3d807] {
- font-size: 14px;
- padding: 6px 0;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end
- }
- .section .indate span[data-v-21c3d807] {
- color: #fa101d
- }
- .options .oc[data-v-21c3d807] {
- border-bottom: 1px solid #ededed
- }
- .options .oc[data-v-21c3d807]:last-child {
- border-bottom: 0;
- padding-top: 9px
- }
- .options .protocol[data-v-21c3d807] {
- padding-left: 20px;
- font-size: 10px;
- line-height: 14px
- }
- .options.classInfo .option .o_ft[data-v-21c3d807] {
- color: #1a1a1a
- }
- .options.lines[data-v-21c3d807] {
- margin-top: 5px;
- border-top: 1px solid #ededed
- }
- .options.sale .option .o_bd[data-v-21c3d807], .options.sale .option .o_ft[data-v-21c3d807] {
- font-size: 16px;
- color: #f85043;
- font-weight: 700
- }
- .options .option[data-v-21c3d807] {
- line-height: 26px;
- font-size: 15px;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- position: relative;
- padding: 10px 5px 5px
- }
- .options .option .o_hd[data-v-21c3d807], .options .option[data-v-21c3d807] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex
- }
- .options .option .o_bd[data-v-21c3d807] {
- color: #1a1a1a;
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- font-size: 16px
- }
- .options .option .o_bd .c[data-v-21c3d807] {
- font-size: 12px
- }
- .options .option .o_ft[data-v-21c3d807] {
- font-size: 16px;
- color: #fa101d
- }
- .options .option .o_ft del[data-v-21c3d807] {
- color: #aaa;
- font-size: 12px
- }
- .options .option .o_ft_price[data-v-21c3d807], .options .option .o_ft_price del[data-v-21c3d807] {
- font-size: 16px;
- color: #1a1a1a
- }
- .options .option .check_default[data-v-21c3d807] {
- margin-right: 8px;
- display: block;
- width: 18px;
- height: 18px;
- background-color: #e9eaef;
- border-radius: 50%
- }
- .options .option .check_default.check_active[data-v-21c3d807] {
- 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%;
- background-size: contain
- }
- .configuration[data-v-21c3d807] {
- padding-bottom: 9px
- }
- .configuration .config_line[data-v-21c3d807] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between
- }
- .configuration .config_line .content[data-v-21c3d807] {
- width: 70%;
- text-align: right
- }
- .configuration .config_line .title[data-v-21c3d807] {
- font-size: 14px;
- color: grey
- }
- .configuration .config_line .title span[data-v-21c3d807] {
- padding-left: 26px
- }
- .configuration .config_other .title[data-v-21c3d807] {
- position: relative
- }
- .configuration .config_other .title span[data-v-21c3d807] {
- font-size: 14px;
- color: grey;
- margin-left: 17px;
- display: inline-block;
- background-color: #fff;
- padding: 0 4px
- }
- .configuration .content[data-v-21c3d807] {
- font-size: 12px;
- padding-left: 16px;
- line-height: 22px;
- color: #acacac
- }
- .configuration .content .o_ft[data-v-21c3d807] {
- color: #aaa;
- font-size: 12px
- }
- .configuration .options[data-v-21c3d807] {
- padding-top: 0;
- padding-left: 16px
- }
- .configuration .options .option[data-v-21c3d807] {
- font-size: 14px;
- color: #6f6f6f
- }
- .disabled[data-v-21c3d807] {
- opacity: .7
- }
- .buy[data-v-21c3d807] {
- height: 60px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 0 20px;
- border-top: 1px solid rgba(255, 233, 233, .9137254901960784);
- color: #000;
- font-size: 12px;
- background: #fff;
- font-size: 16px
- }
- .buy .price[data-v-21c3d807] {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- font-size: 16px
- }
- .buy span[data-v-21c3d807] {
- color: #fa101d
- }
- .buy .text[data-v-21c3d807] {
- font-size: 12px;
- width: 60px;
- display: inline-block;
- color: #000
- }
- .buy del.text[data-v-21c3d807], .buy del[data-v-21c3d807] {
- color: #b5b5b5
- }
- .buy .btn-submit[data-v-21c3d807] {
- display: inline-block;
- font-size: 18px;
- color: #fff;
- background: #f85043;
- border-radius: 100px;
- -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
- padding: 8px 46px
- }
- .iframe[data-v-21c3d807] {
- width: 100%;
- height: 100%;
- -webkit-overflow-scrolling: touch;
- overflow-y: scroll;
- border-top: none!important;
- min-height: calc(100vh - 41px)
- }
- .countDownContent[data-v-21c3d807] {
- line-height: 40px;
- text-align: center;
- font-size: 14px;
- border-bottom: 1px solid #ccc
- }
- .countDownContent .van-count-down[data-v-21c3d807] {
- display: inline;
- color: red
- }
- .loadingOrder[data-v-21c3d807] {
- width: 90%;
- height: 180px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center
- }
- .loadingOrder .van-loading__text[data-v-21c3d807] {
- color: #444
- }
- .pay-section[data-v-21c3d807] {
- margin-bottom: 10px;
- padding: 10px 8px
- }
- .pay-name[data-v-21c3d807] {
- padding-left: 10px;
- -webkit-box-flex: 1;
- -ms-flex: 1 auto;
- flex: 1 auto;
- font-weight: 700
- }
- .logo[data-v-21c3d807] {
- width: 24px;
- height: 24px
- }
- .van-checkbox[data-v-21c3d807] {
- float: right
- }
- .van-checkbox[data-v-21c3d807] .van-checkbox__icon .van-icon {
- border-color: #e9eaef;
- background-color: #e9eaef
- }
- .van-checkbox[data-v-21c3d807] .van-checkbox__icon--checked .van-icon {
- background-color: #2dc7aa;
- border-color: #2dc7aa
- }
- .needprice[data-v-21c3d807] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 2px 0
- }
- .needprice del[data-v-21c3d807] {
- font-size: 14px;
- color: #aaa;
- font-weight: 700
- }
- .needprice span[data-v-21c3d807] {
- font-size: 18px;
- color: #f85043;
- font-weight: 700
- }
- .couponprice[data-v-21c3d807] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between
- }
- .use_price[data-v-21c3d807] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 14px;
- font-weight: 700
- }
- .use_price img[data-v-21c3d807] {
- padding-right: 8px
- }
- .use_price span[data-v-21c3d807] {
- font-size: 16px
- }
- .topWrap[data-v-059b990b] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start
- }
- .topWrap div[data-v-059b990b] {
- margin-right: 10px
- }
- .left-code h2[data-v-059b990b], .right-code h2[data-v-059b990b] {
- font-size: 18px;
- text-align: center;
- padding-bottom: 8px
- }
- .left-code .qrcode[data-v-059b990b], .right-code .qrcode[data-v-059b990b] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .left-code .qrcode img[data-v-059b990b], .right-code .qrcode img[data-v-059b990b] {
- width: 200px;
- height: 200px;
- margin: 0 auto
- }
- .left-code .code-url[data-v-059b990b], .right-code .code-url[data-v-059b990b] {
- font-size: 18px;
- text-align: center;
- padding: 15px 15px 0 15px
- }
- .previewContainer[data-v-059b990b] .el-dialog__body {
- padding: 0
- }
- .topWrap[data-v-0a19f653] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start
- }
- .topWrap div[data-v-0a19f653] {
- margin-right: 10px
- }
- .left-code h2[data-v-0a19f653], .right-code h2[data-v-0a19f653] {
- font-size: 18px;
- text-align: center;
- padding-bottom: 8px
- }
- .left-code .qrcode[data-v-0a19f653], .right-code .qrcode[data-v-0a19f653] {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center
- }
- .left-code .qrcode img[data-v-0a19f653], .right-code .qrcode img[data-v-0a19f653] {
- width: 200px;
- height: 200px;
- margin: 0 auto
- }
- .left-code .code-url[data-v-0a19f653], .right-code .code-url[data-v-0a19f653] {
- font-size: 18px;
- text-align: center;
- padding: 15px 15px 0 15px
- }
|