update: 初始化:新疆大屏基础搭建

This commit is contained in:
xf
2025-07-02 18:14:20 +08:00
parent 7e2346f5fb
commit 22c5b89f90
4 changed files with 100 additions and 115 deletions
+1 -1
View File
@@ -215,7 +215,7 @@
}
.server-item {
// font-size: 16px;
padding: 5px 3% 5px 5%;
padding: 3px 3% 3px 5%;
&.hasCursor {
cursor: pointer;
}
+22 -15
View File
@@ -66,21 +66,28 @@
.content-item {
height: 100%;
overflow: hidden;
.item-d {
border-bottom: 1px solid #0076b4;
height: 40px;
display: flex;
align-items: center;
color: #ffffff;
justify-content: space-between;
font-size: 14px;
cursor: pointer;
.item-d-img {
img {
display: inline-block;
width: 24px;
height: 24px;
cursor: pointer;
letter-spacing: 1px;
.scroll {
width: 98%;
height: 100%;
overflow: hidden;
.item-d {
border-bottom: 1px solid #0076b4;
height: 40px;
display: flex;
align-items: center;
color: #ffffff;
justify-content: space-between;
font-size: 14px;
cursor: pointer;
.item-d-img {
img {
display: inline-block;
width: 24px;
height: 24px;
cursor: pointer;
}
}
}
}
+1 -1
View File
@@ -107,7 +107,7 @@
display: flex;
align-items: center;
justify-content: center;
width: 60px;
//width: 60px;
}
.selected {
color: #00ccff;