1.更新西安大屏样式
This commit is contained in:
2024-06-15 13:51:44 +08:00
parent 1adff85a83
commit f6129b7aa4
12 changed files with 138 additions and 83 deletions
+19 -2
View File
@@ -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 {