|
@@ -0,0 +1,1218 @@
|
|
|
+.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
|
|
|
+}
|
|
|
+
|
|
|
+.topMsg[data-v-947e96c8] {
|
|
|
+ padding: 0 25px;
|
|
|
+ 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: #444;
|
|
|
+ margin-bottom: 20px
|
|
|
+}
|
|
|
+
|
|
|
+.soundBtnWrap[data-v-947e96c8] {
|
|
|
+ margin-bottom: 20px
|
|
|
+}
|
|
|
+
|
|
|
+[data-v-947e96c8] .el-collapse-item__header {
|
|
|
+ background-color: #edeef0
|
|
|
+}
|
|
|
+
|
|
|
+.coreItemTitle[data-v-947e96c8] {
|
|
|
+ background-color: #edeef0;
|
|
|
+ height: 46px;
|
|
|
+ line-height: 46px;
|
|
|
+ padding: 0 20px
|
|
|
+}
|
|
|
+
|
|
|
+.coreItem[data-v-947e96c8] {
|
|
|
+ padding: 25px 0 0
|
|
|
+}
|
|
|
+
|
|
|
+.coreItemRow[data-v-947e96c8] {
|
|
|
+ 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-947e96c8] {
|
|
|
+ margin-right: 10px
|
|
|
+}
|
|
|
+
|
|
|
+.coreItemRow .title[data-v-947e96c8] {
|
|
|
+ width: 100px;
|
|
|
+ text-align: right
|
|
|
+}
|
|
|
+
|
|
|
+.marginLeft10[data-v-947e96c8] {
|
|
|
+ margin-left: 10px
|
|
|
+}
|
|
|
+
|
|
|
+[data-v-947e96c8] .el-collapse-item__header {
|
|
|
+ border-bottom: 1px solid #fff
|
|
|
+}
|
|
|
+
|
|
|
+.btnWrap[data-v-947e96c8] {
|
|
|
+ margin-top: 40px
|
|
|
+}
|
|
|
+
|
|
|
+.btnWrap .PrevBtn[data-v-947e96c8], .btnWrap .submitBtn[data-v-947e96c8] {
|
|
|
+ background-color: #13817a;
|
|
|
+ width: 120px
|
|
|
+}
|
|
|
+
|
|
|
+.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
|
|
|
+}
|
|
|
+
|
|
|
+.btnWrap[data-v-6e325748] {
|
|
|
+ margin-top: 40px
|
|
|
+}
|
|
|
+
|
|
|
+.btnWrap .PrevBtn[data-v-6e325748], .btnWrap .submitBtn[data-v-6e325748] {
|
|
|
+ background-color: #13817a;
|
|
|
+ width: 120px
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox[data-v-528e1836] {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-pack: start;
|
|
|
+ -ms-flex-pack: start;
|
|
|
+ justify-content: flex-start
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan[data-v-528e1836], .stepbox[data-v-528e1836] {
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: row;
|
|
|
+ flex-direction: row
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan[data-v-528e1836] {
|
|
|
+ font-size: 14px;
|
|
|
+ display: block;
|
|
|
+ line-height: 40px;
|
|
|
+ position: relative;
|
|
|
+ z-index: 100;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan .sptep[data-v-528e1836] {
|
|
|
+ width: 110px;
|
|
|
+ height: 40px;
|
|
|
+ border: 1px solid #dcdfe6;
|
|
|
+ border-right: none;
|
|
|
+ border-bottom: none;
|
|
|
+ padding-left: 25px;
|
|
|
+ border-radius: 4px 0 0 0
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan .arrow[data-v-528e1836] {
|
|
|
+ height: 40px;
|
|
|
+ width: 17px;
|
|
|
+ position: relative;
|
|
|
+ top: 1px;
|
|
|
+ z-index: 40
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan.stepspan2[data-v-528e1836] {
|
|
|
+ position: relative;
|
|
|
+ z-index: 20;
|
|
|
+ left: -17px
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan.stepspan2 .sptep[data-v-528e1836] {
|
|
|
+ padding-left: 30px!important;
|
|
|
+ border-radius: 0!important
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan.stepspan3[data-v-528e1836] {
|
|
|
+ position: relative;
|
|
|
+ z-index: 10;
|
|
|
+ left: -34px;
|
|
|
+ background-color: #fff
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .stepspan.stepspan3 .sptep[data-v-528e1836] {
|
|
|
+ padding-left: 30px!important;
|
|
|
+ border-radius: 0!important
|
|
|
+}
|
|
|
+
|
|
|
+.stepbox .sptep.activestep[data-v-528e1836] {
|
|
|
+ color: #fff;
|
|
|
+ font-weight: 700;
|
|
|
+ background-color: #4eada7
|
|
|
+}
|
|
|
+
|
|
|
+.stepcontent[data-v-528e1836] {
|
|
|
+ border-top: 1px solid #dcdfe6;
|
|
|
+ padding-top: 30px
|
|
|
+}
|