|
@@ -1,1247 +0,0 @@
|
|
|
-.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-09b385eb] .el-date-editor {
|
|
|
- width: 180px!important
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-09b385eb] .el-checkbox {
|
|
|
- margin-left: 15px!important
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-09b385eb] .el-input {
|
|
|
- position: relative;
|
|
|
- font-size: 14px;
|
|
|
- display: inline-block;
|
|
|
- width: 180px
|
|
|
-}
|
|
|
-
|
|
|
-input[disabled][data-v-09b385eb] {
|
|
|
- background-color: #fff;
|
|
|
- border-color: #b3b3b3;
|
|
|
- color: #606266
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-09b385eb] .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-09b385eb] .el-radio-button__inner {
|
|
|
- outline: none
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-09b385eb] .el-radio-button__inner:hover {
|
|
|
- color: #13817a
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-09b385eb] .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-ed0c8084] {
|
|
|
- width: 100%
|
|
|
-}
|
|
|
-
|
|
|
-.coreItemRow[data-v-ed0c8084] {
|
|
|
- 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-ed0c8084] {
|
|
|
- margin-right: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.title[data-v-ed0c8084] {
|
|
|
- width: 100px!important;
|
|
|
- text-align: right;
|
|
|
- margin-right: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.marginLeft10[data-v-ed0c8084] {
|
|
|
- margin-left: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.flexRow[data-v-ed0c8084] {
|
|
|
- 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-bcbf13f2] {
|
|
|
- margin-bottom: 20px
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-bcbf13f2] .el-collapse-item__header {
|
|
|
- background-color: #edeef0
|
|
|
-}
|
|
|
-
|
|
|
-.coreItemTitle[data-v-bcbf13f2] {
|
|
|
- background-color: #edeef0;
|
|
|
- height: 46px;
|
|
|
- line-height: 46px;
|
|
|
- padding: 0 20px
|
|
|
-}
|
|
|
-
|
|
|
-.coreItem[data-v-bcbf13f2] {
|
|
|
- padding: 25px 0 0
|
|
|
-}
|
|
|
-
|
|
|
-.coreItemRow[data-v-bcbf13f2] {
|
|
|
- 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-bcbf13f2] {
|
|
|
- margin-right: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.coreItemRow .title[data-v-bcbf13f2] {
|
|
|
- width: 100px;
|
|
|
- text-align: right
|
|
|
-}
|
|
|
-
|
|
|
-.marginLeft10[data-v-bcbf13f2] {
|
|
|
- margin-left: 10px
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-bcbf13f2] .el-collapse-item__header {
|
|
|
- border-bottom: 1px solid #fff
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-14123a5c] .el-transfer {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-14123a5c] .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-14123a5c] .el-transfer .el-transfer__buttons>button:last-child {
|
|
|
- margin-left: 0
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-14123a5c] .el-transfer .el-transfer-panel {
|
|
|
- width: 300px
|
|
|
-}
|
|
|
-
|
|
|
-.footer[data-v-14123a5c] {
|
|
|
- margin-left: 35px;
|
|
|
- margin-right: auto;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-14123a5c] .line {
|
|
|
- width: 220px;
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -ms-flex-pack: distribute;
|
|
|
- justify-content: space-around
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-14123a5c] .dialog-footer {
|
|
|
- margin-top: 20px;
|
|
|
- display: block;
|
|
|
- text-align: right
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-a58398fa] .close-icon {
|
|
|
- cursor: pointer;
|
|
|
- font-size: 16px
|
|
|
-}
|
|
|
-
|
|
|
-.dialog-footer[data-v-a0178306] {
|
|
|
- margin-top: 20px;
|
|
|
- display: block;
|
|
|
- text-align: right
|
|
|
-}
|
|
|
-
|
|
|
-.title[data-v-a0178306] {
|
|
|
- font-size: 16px;
|
|
|
- padding: 10px;
|
|
|
- font-weight: 400
|
|
|
-}
|
|
|
-
|
|
|
-.title>span[data-v-a0178306] {
|
|
|
- color: tomato;
|
|
|
- font-size: 14px
|
|
|
-}
|
|
|
-
|
|
|
-.floor[data-v-0d2da890] {
|
|
|
- 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-0d2da890] {
|
|
|
- width: 98px;
|
|
|
- background: #f85043;
|
|
|
- margin-left: 164px
|
|
|
-}
|
|
|
-
|
|
|
-.floor .add[data-v-0d2da890], .floor .remove[data-v-0d2da890] {
|
|
|
- height: 32px;
|
|
|
- border-radius: 3px;
|
|
|
- color: #fff;
|
|
|
- line-height: 32px;
|
|
|
- text-align: center;
|
|
|
- cursor: pointer
|
|
|
-}
|
|
|
-
|
|
|
-.floor .add[data-v-0d2da890] {
|
|
|
- width: auto;
|
|
|
- padding: 0 10px;
|
|
|
- background: #14928a;
|
|
|
- margin-left: 20px
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask[data-v-0d2da890] {
|
|
|
- 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-0d2da890] {
|
|
|
- width: 200px;
|
|
|
- margin-right: 20px
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask .left .wrap[data-v-0d2da890] {
|
|
|
- margin-bottom: 20px
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask .left h4[data-v-0d2da890] {
|
|
|
- font-size: 16px;
|
|
|
- color: #444;
|
|
|
- line-height: 38px
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask .left .chioseStudentList[data-v-0d2da890] {
|
|
|
- height: 500px;
|
|
|
- overflow-y: auto;
|
|
|
- border: 1px solid #ccc
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask .left .chioseStudentList .studentItem[data-v-0d2da890] {
|
|
|
- padding-left: 10px;
|
|
|
- line-height: 25px
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask .right[data-v-0d2da890] {
|
|
|
- width: calc(100% - 200px)
|
|
|
-}
|
|
|
-
|
|
|
-.studentMask .right .tableList[data-v-0d2da890] {
|
|
|
- max-height: 500px;
|
|
|
- overflow-y: auto
|
|
|
-}
|
|
|
-
|
|
|
-.resetClassForm[data-v-0d2da890] .el-date-editor.el-input, .resetClassForm[data-v-0d2da890] .el-date-editor.el-input__inner {
|
|
|
- width: 180px!important
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-0d2da890] .el-date-editor.el-input, [data-v-0d2da890] .el-date-editor.el-input__inner {
|
|
|
- width: 100px!important
|
|
|
-}
|
|
|
-
|
|
|
-.higheSelect[data-v-0d2da890] .el-input__inner {
|
|
|
- height: 40px!important
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-0d2da890] .el-alert__content {
|
|
|
- display: block;
|
|
|
- width: 100%
|
|
|
-}
|
|
|
-
|
|
|
-.alert-content[data-v-0d2da890] {
|
|
|
- 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-0d2da890] {
|
|
|
- cursor: pointer
|
|
|
-}
|
|
|
-
|
|
|
-.tableWrap[data-v-3a694394] {
|
|
|
- height: 300px;
|
|
|
- overflow: auto
|
|
|
-}
|
|
|
-
|
|
|
-.number-input[data-v-5de1eeb9] {
|
|
|
- width: 100%
|
|
|
-}
|
|
|
-
|
|
|
-.number-input[data-v-5de1eeb9] .el-input__inner {
|
|
|
- text-align: left
|
|
|
-}
|
|
|
-
|
|
|
-.number-input[data-v-0a2ded91] {
|
|
|
- width: 100%
|
|
|
-}
|
|
|
-
|
|
|
-.number-input[data-v-0a2ded91] .el-input__inner, .number-input[data-v-acfe1154] .el-input__inner {
|
|
|
- text-align: left
|
|
|
-}
|
|
|
-
|
|
|
-.dialog-footer[data-v-37928f5f] {
|
|
|
- margin-top: 20px;
|
|
|
- display: block;
|
|
|
- text-align: right
|
|
|
-}
|
|
|
-
|
|
|
-.number-input[data-v-5747a247] {
|
|
|
- width: 100%
|
|
|
-}
|
|
|
-
|
|
|
-.number-input[data-v-5747a247] .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-75e06172] {
|
|
|
- margin-top: 20px;
|
|
|
- display: block;
|
|
|
- text-align: right
|
|
|
-}
|
|
|
-
|
|
|
-.alert[data-v-75e06172] {
|
|
|
- margin-bottom: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.collapse-title[data-v-75e06172] {
|
|
|
- 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-75e06172] {
|
|
|
- font-size: 16px;
|
|
|
- margin-right: 10px
|
|
|
-}
|
|
|
-
|
|
|
-[data-v-75e06172] .el-collapse-item__wrap {
|
|
|
- padding-top: 20px
|
|
|
-}
|
|
|
-
|
|
|
-.alert[data-v-ee78111e] {
|
|
|
- margin: 10px 0
|
|
|
-}
|
|
|
-
|
|
|
-.dialog-footer[data-v-8fedc242] {
|
|
|
- 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, .91);
|
|
|
- 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-717e7fa4] {
|
|
|
- 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-717e7fa4] {
|
|
|
- margin-right: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.left-code h2[data-v-717e7fa4], .right-code h2[data-v-717e7fa4] {
|
|
|
- font-size: 18px;
|
|
|
- text-align: center;
|
|
|
- padding-bottom: 8px
|
|
|
-}
|
|
|
-
|
|
|
-.left-code .qrcode[data-v-717e7fa4], .right-code .qrcode[data-v-717e7fa4] {
|
|
|
- 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-717e7fa4], .right-code .qrcode img[data-v-717e7fa4] {
|
|
|
- width: 200px;
|
|
|
- height: 200px;
|
|
|
- margin: 0 auto
|
|
|
-}
|
|
|
-
|
|
|
-.left-code .code-url[data-v-717e7fa4], .right-code .code-url[data-v-717e7fa4] {
|
|
|
- font-size: 18px;
|
|
|
- text-align: center;
|
|
|
- padding: 15px 15px 0 15px
|
|
|
-}
|
|
|
-
|
|
|
-.previewContainer[data-v-717e7fa4] .el-dialog__body {
|
|
|
- padding: 0
|
|
|
-}
|
|
|
-
|
|
|
-.topWrap[data-v-318fc468] {
|
|
|
- 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-318fc468] {
|
|
|
- margin-right: 10px
|
|
|
-}
|
|
|
-
|
|
|
-.left-code h2[data-v-318fc468], .right-code h2[data-v-318fc468] {
|
|
|
- font-size: 18px;
|
|
|
- text-align: center;
|
|
|
- padding-bottom: 8px
|
|
|
-}
|
|
|
-
|
|
|
-.left-code .qrcode[data-v-318fc468], .right-code .qrcode[data-v-318fc468] {
|
|
|
- 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-318fc468], .right-code .qrcode img[data-v-318fc468] {
|
|
|
- width: 200px;
|
|
|
- height: 200px;
|
|
|
- margin: 0 auto
|
|
|
-}
|
|
|
-
|
|
|
-.left-code .code-url[data-v-318fc468], .right-code .code-url[data-v-318fc468] {
|
|
|
- font-size: 18px;
|
|
|
- text-align: center;
|
|
|
- padding: 15px 15px 0 15px
|
|
|
-}
|