|
@@ -91,7 +91,9 @@
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
-.xl_down_button.is-disabled,.xl_down_button.is-disabled:hover{
|
|
|
+
|
|
|
+.xl_down_button.is-disabled,
|
|
|
+.xl_down_button.is-disabled:hover {
|
|
|
background: #8FDCBF;
|
|
|
opacity: 1;
|
|
|
border-radius: 18px;
|
|
@@ -104,6 +106,7 @@
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
+
|
|
|
.xl_down_button,
|
|
|
.xl_down_button:focus {
|
|
|
background: #1FD18E;
|
|
@@ -118,6 +121,7 @@
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
+
|
|
|
.xl_down_button:hover {
|
|
|
background: #1FD18E;
|
|
|
opacity: 1;
|
|
@@ -131,6 +135,36 @@
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
+.xl_animation_button,
|
|
|
+.xl_animation_button:focus {
|
|
|
+ background: #1FD18E;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 18px;
|
|
|
+ border: 1px solid #1FD18E;
|
|
|
+ color: #ffffff;
|
|
|
+ /* border-radius: 18px; */
|
|
|
+ /* font-size: 14px; */
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+}
|
|
|
+
|
|
|
+.xl_animation_button:hover {
|
|
|
+ background: #1FD18E;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 18px;
|
|
|
+ border: 1px solid #1FD18E;
|
|
|
+ color: #ffffff;
|
|
|
+ /* border-radius: 18px; */
|
|
|
+ /* font-size: 14px; */
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
|
|
|
.xl_input .el-input__inner {
|
|
|
width: 35.4vw;
|
|
@@ -152,4 +186,10 @@
|
|
|
.xl_input .el-range-editor .el-range-input {
|
|
|
line-height: 1;
|
|
|
background-color: #eaeaea;
|
|
|
+}
|
|
|
+
|
|
|
+.select_class_animation /deep/ .el-input__inner {
|
|
|
+ background-color: #F5F5F5 !important;
|
|
|
+ border: 0px solid #DCDFE6 !important;
|
|
|
+ font-size: 12px !important;
|
|
|
}
|