| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099 |
- .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
- }
- .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
- }
- .m-container .m-core .msg.ing[data-v-88f89cee] {
- color: #14928a
- }
- .m-container .m-core .msg[data-v-88f89cee] {
- text-align: right;
- color: #777;
- font-size: 32px;
- font-weight: 700;
- position: absolute;
- right: 40px;
- top: -33px
- }
- .m-container .m-core .msg img[data-v-88f89cee] {
- width: 36px;
- height: 36px;
- position: relative;
- top: 5px;
- margin-right: 8px
- }
- .m-container .m-core .abs[data-v-88f89cee] {
- position: absolute;
- right: 240px;
- top: -28px
- }
- .m-container .term[data-v-88f89cee] {
- height: 32px;
- line-height: 32px;
- border-radius: 24px;
- width: 100px;
- color: #14928a;
- border: 1px solid #14928a;
- font-size: 14px;
- text-align: center;
- margin-right: 12px
- }
- .m-container .term[data-v-88f89cee]:first-child {
- margin-left: 47px
- }
- .m-container .term.active[data-v-88f89cee] {
- color: #fff;
- background-color: #14928a
- }
|