|
@@ -91,6 +91,46 @@
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
+.xl_down_button.is-disabled,.xl_down_button.is-disabled:hover{
|
|
|
+ background: #8FDCBF;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 18px;
|
|
|
+ border: 1px solid #8FDCBF;
|
|
|
+ color: #ffffff;
|
|
|
+ /* border-radius: 18px; */
|
|
|
+ /* font-size: 14px; */
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+}
|
|
|
+.xl_down_button,
|
|
|
+.xl_down_button:focus {
|
|
|
+ background: #1FD18E;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 18px;
|
|
|
+ border: 1px solid #1FD18E;
|
|
|
+ color: #ffffff;
|
|
|
+ /* border-radius: 18px; */
|
|
|
+ /* font-size: 14px; */
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+}
|
|
|
+.xl_down_button:hover {
|
|
|
+ background: #1FD18E;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 18px;
|
|
|
+ border: 1px solid #1FD18E;
|
|
|
+ color: #ffffff;
|
|
|
+ /* border-radius: 18px; */
|
|
|
+ /* font-size: 14px; */
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+}
|
|
|
|
|
|
.xl_input .el-input__inner {
|
|
|
width: 35.4vw;
|
|
@@ -101,12 +141,14 @@
|
|
|
box-sizing: border-box;
|
|
|
font-weight: 400;
|
|
|
color: #929292;
|
|
|
- }
|
|
|
+}
|
|
|
|
|
|
- .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
|
+.el-checkbox__input.is-checked .el-checkbox__inner,
|
|
|
+.el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
|
background-color: #0FB577;
|
|
|
border-color: #0FB577;
|
|
|
}
|
|
|
+
|
|
|
.xl_input .el-range-editor .el-range-input {
|
|
|
line-height: 1;
|
|
|
background-color: #eaeaea;
|