新讨论

This commit is contained in:
A1300399510
2025-02-13 19:05:25 +08:00
parent 34301769bb
commit 8fbda2d907
5 changed files with 44 additions and 2 deletions

View File

@@ -1117,6 +1117,14 @@
font-size: 13px;
cursor: pointer;
}
.content .floor-area .floor-content .floor-centre {
cursor: pointer;
color: #aaaaaa;
}
.content .floor-area .floor-content .floor-centre .icon {
height: 16px;
margin-right: 5px;
}
.content .floor-area .floor-content .floor-right {
color: #7f7f7f;
font-size: 13px;

View File

@@ -1350,6 +1350,15 @@
}
}
.floor-centre {
cursor: pointer;
color: #aaaaaa;
.icon {
height: 16px;
margin-right: 5px;
}
}
.floor-right {
color: #7f7f7f;
font-size: 13px;

BIN
assets/img/set-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB