update
1.更新西安大屏样式
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import "./amap-item";
|
||||
@import "./themeType";
|
||||
@import "./public-title";
|
||||
|
||||
.type-time {
|
||||
padding-right: 4%;
|
||||
@@ -13,7 +14,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select {
|
||||
.select.dark {
|
||||
color: var(--typeTimeSelectColor);
|
||||
position: relative;
|
||||
|
||||
@@ -30,9 +31,25 @@
|
||||
}
|
||||
}
|
||||
|
||||
.unSelect {
|
||||
.unSelect.dark {
|
||||
color: var(--typeTimeUnSelectColor);
|
||||
}
|
||||
.select.light {
|
||||
color: #5876DB;
|
||||
background-color: #BDC9F5;
|
||||
position: relative;
|
||||
margin-left: 5px;
|
||||
border: 1px solid #607DDB;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.unSelect.light {
|
||||
background-color: #BDC9F5;
|
||||
margin-left: 5px;
|
||||
color: #889BDB;
|
||||
border: 1px solid #BDC9F5;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user