|
@@ -1,119 +1,174 @@
|
|
-.labelPanel {
|
|
|
|
- :last-child {
|
|
|
|
- margin-right: 0;
|
|
|
|
|
|
+.labelsBox {
|
|
|
|
+ b {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ line-height: 1;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ background: #fff;
|
|
|
|
+ border: 1px solid #dcdfe6;
|
|
|
|
+ -webkit-appearance: none;
|
|
|
|
+ text-align: center;
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ outline: 0;
|
|
|
|
+ // margin-bottom: 10px;
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ position: relative;
|
|
|
|
+ padding: 12px 20px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
-}
|
|
|
|
-
|
|
|
|
-.labelBox {
|
|
|
|
- display: inline-block;
|
|
|
|
- line-height: 1;
|
|
|
|
- font-weight: 500;
|
|
|
|
- white-space: nowrap;
|
|
|
|
- vertical-align: middle;
|
|
|
|
- background: #fff;
|
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
|
- -webkit-appearance: none;
|
|
|
|
- text-align: center;
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- outline: 0;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- margin-right: 20px;
|
|
|
|
- position: relative;
|
|
|
|
- padding: 12px 20px;
|
|
|
|
- font-size: 14px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-.el-checkbox-button {
|
|
|
|
- margin-right: 20px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.labelA {
|
|
|
|
|
|
|
|
- /deep/ .el-checkbox-button__inner,
|
|
|
|
- &.labelBox {
|
|
|
|
|
|
+ .labelA {
|
|
border: 1px solid @greenA;
|
|
border: 1px solid @greenA;
|
|
color: @greenA;
|
|
color: @greenA;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
background-color: @greenBgA;
|
|
background-color: @greenBgA;
|
|
}
|
|
}
|
|
|
|
|
|
- &.is-checked {
|
|
|
|
- /deep/ .el-checkbox-button__inner {
|
|
|
|
- color: #FFFFFF;
|
|
|
|
- background-color: @greenA;
|
|
|
|
- border-color: @greenA;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.labelB {
|
|
|
|
-
|
|
|
|
- /deep/ .el-checkbox-button__inner,
|
|
|
|
- &.labelBox {
|
|
|
|
|
|
+ .labelB {
|
|
border: 1px solid @orangeA;
|
|
border: 1px solid @orangeA;
|
|
color: @orangeA;
|
|
color: @orangeA;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
background-color: @orangeBgA;
|
|
background-color: @orangeBgA;
|
|
}
|
|
}
|
|
|
|
|
|
- &.is-checked {
|
|
|
|
- /deep/ .el-checkbox-button__inner {
|
|
|
|
- color: #FFFFFF;
|
|
|
|
- background-color: @orangeA;
|
|
|
|
- border-color: @orangeA;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.labelC {
|
|
|
|
-
|
|
|
|
- /deep/ .el-checkbox-button__inner,
|
|
|
|
- &.labelBox {
|
|
|
|
|
|
+ .labelC {
|
|
border: 1px solid @lightBlueA;
|
|
border: 1px solid @lightBlueA;
|
|
color: @lightBlueA;
|
|
color: @lightBlueA;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
background-color: @lightBlueBgA;
|
|
background-color: @lightBlueBgA;
|
|
}
|
|
}
|
|
|
|
|
|
- &.is-checked {
|
|
|
|
- /deep/ .el-checkbox-button__inner {
|
|
|
|
- color: #FFFFFF;
|
|
|
|
- background-color: @lightBlueA;
|
|
|
|
- border-color: @lightBlueA;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.labelD {
|
|
|
|
-
|
|
|
|
- /deep/ .el-checkbox-button__inner,
|
|
|
|
- &.labelBox {
|
|
|
|
|
|
+ .labelD {
|
|
border: 1px solid @purpleA;
|
|
border: 1px solid @purpleA;
|
|
color: @purpleA;
|
|
color: @purpleA;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
background-color: @purpleBgA;
|
|
background-color: @purpleBgA;
|
|
}
|
|
}
|
|
-
|
|
|
|
- &.is-checked {
|
|
|
|
- /deep/ .el-checkbox-button__inner {
|
|
|
|
- color: #FFFFFF;
|
|
|
|
- background-color: @purpleA;
|
|
|
|
- border-color: @purpleA;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-.videoBox {
|
|
|
|
- width: 100%;
|
|
|
|
- padding: 30 60px;
|
|
|
|
|
|
|
|
- video {
|
|
|
|
- width: 100%;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
|
|
-.btnsPanel {
|
|
|
|
- margin: 45px 40px 15px;
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+// .labelPanel {
|
|
|
|
+// :last-child {
|
|
|
|
+// margin-right: 0;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .labelBox {
|
|
|
|
+// display: inline-block;
|
|
|
|
+// line-height: 1;
|
|
|
|
+// font-weight: 500;
|
|
|
|
+// white-space: nowrap;
|
|
|
|
+// vertical-align: middle;
|
|
|
|
+// background: #fff;
|
|
|
|
+// border: 1px solid #dcdfe6;
|
|
|
|
+// -webkit-appearance: none;
|
|
|
|
+// text-align: center;
|
|
|
|
+// -webkit-box-sizing: border-box;
|
|
|
|
+// box-sizing: border-box;
|
|
|
|
+// outline: 0;
|
|
|
|
+// margin-bottom: 10px;
|
|
|
|
+// margin-right: 20px;
|
|
|
|
+// position: relative;
|
|
|
|
+// padding: 12px 20px;
|
|
|
|
+// font-size: 14px;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+// .el-checkbox-button {
|
|
|
|
+// margin-right: 20px;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .labelA {
|
|
|
|
+
|
|
|
|
+// /deep/ .el-checkbox-button__inner,
|
|
|
|
+// &.labelBox {
|
|
|
|
+// border: 1px solid @greenA;
|
|
|
|
+// color: @greenA;
|
|
|
|
+// border-radius: 4px;
|
|
|
|
+// background-color: @greenBgA;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// &.is-checked {
|
|
|
|
+// /deep/ .el-checkbox-button__inner {
|
|
|
|
+// color: #FFFFFF;
|
|
|
|
+// background-color: @greenA;
|
|
|
|
+// border-color: @greenA;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .labelB {
|
|
|
|
+
|
|
|
|
+// /deep/ .el-checkbox-button__inner,
|
|
|
|
+// &.labelBox {
|
|
|
|
+// border: 1px solid @orangeA;
|
|
|
|
+// color: @orangeA;
|
|
|
|
+// border-radius: 4px;
|
|
|
|
+// background-color: @orangeBgA;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// &.is-checked {
|
|
|
|
+// /deep/ .el-checkbox-button__inner {
|
|
|
|
+// color: #FFFFFF;
|
|
|
|
+// background-color: @orangeA;
|
|
|
|
+// border-color: @orangeA;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .labelC {
|
|
|
|
+
|
|
|
|
+// /deep/ .el-checkbox-button__inner,
|
|
|
|
+// &.labelBox {
|
|
|
|
+// border: 1px solid @lightBlueA;
|
|
|
|
+// color: @lightBlueA;
|
|
|
|
+// border-radius: 4px;
|
|
|
|
+// background-color: @lightBlueBgA;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// &.is-checked {
|
|
|
|
+// /deep/ .el-checkbox-button__inner {
|
|
|
|
+// color: #FFFFFF;
|
|
|
|
+// background-color: @lightBlueA;
|
|
|
|
+// border-color: @lightBlueA;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .labelD {
|
|
|
|
+
|
|
|
|
+// /deep/ .el-checkbox-button__inner,
|
|
|
|
+// &.labelBox {
|
|
|
|
+// border: 1px solid @purpleA;
|
|
|
|
+// color: @purpleA;
|
|
|
|
+// border-radius: 4px;
|
|
|
|
+// background-color: @purpleBgA;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// &.is-checked {
|
|
|
|
+// /deep/ .el-checkbox-button__inner {
|
|
|
|
+// color: #FFFFFF;
|
|
|
|
+// background-color: @purpleA;
|
|
|
|
+// border-color: @purpleA;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .videoBox {
|
|
|
|
+// width: 100%;
|
|
|
|
+// padding: 30 60px;
|
|
|
|
+
|
|
|
|
+// video {
|
|
|
|
+// width: 100%;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .btnsPanel {
|
|
|
|
+// margin: 45px 40px 15px;
|
|
|
|
+// }
|