|
|
@@ -1,4 +1,6 @@
|
|
|
-$--color-primary: #EB3F57;
|
|
|
+:root{
|
|
|
+ --el-color-primary: #EB3F57;
|
|
|
+}
|
|
|
|
|
|
//全局样式
|
|
|
html, body {
|
|
|
@@ -1058,24 +1060,19 @@ a {
|
|
|
}
|
|
|
|
|
|
.el-button--primary:focus,.el-button--primary:hover {
|
|
|
- background: #ef6579;
|
|
|
+ background-color: #ef6579;
|
|
|
border-color: #ef6579;
|
|
|
color: #fff
|
|
|
}
|
|
|
|
|
|
.el-button--primary.is-active,.el-button--primary:active {
|
|
|
- background: #d4394e;
|
|
|
+ background-color: #d4394e;
|
|
|
border-color: #d4394e;
|
|
|
color: #fff
|
|
|
}
|
|
|
-.el-button:focus,.el-button:hover {
|
|
|
- color: #eb3f57;
|
|
|
- border-color: #f9c5cd;
|
|
|
- background-color: #fdecee
|
|
|
-}
|
|
|
|
|
|
.el-button:active {
|
|
|
- color: #d4394e;
|
|
|
+ color: #fff;
|
|
|
border-color: #d4394e;
|
|
|
outline: 0
|
|
|
}
|
|
|
@@ -1097,7 +1094,7 @@ a {
|
|
|
.el-select-dropdown__item{
|
|
|
padding: 0 32px 0 20px;
|
|
|
&.is-selected {
|
|
|
- color: #eb3f57;
|
|
|
+ //color: #eb3f57;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
|
@@ -1131,7 +1128,3 @@ input[type="number"]::-webkit-inner-spin-button {
|
|
|
input[type="number"] {
|
|
|
-moz-appearance: textfield;
|
|
|
}
|
|
|
-:root{
|
|
|
- --el-checkbox-checked-bg-color:#EB3F57;
|
|
|
-
|
|
|
-}
|