增加webui界面

This commit is contained in:
qsc
2026-09-03 17:33:28 +08:00
parent f28217ec27
commit f872ffae71
21 changed files with 1512 additions and 130 deletions
+28 -6
View File
@@ -1,14 +1,16 @@
html,
body.jx3-template--shapan {
width: fit-content;
height: 954px;
width: 1339px;
height: 916px;
min-width: 0;
overflow: hidden;
background: #fff !important;
background: transparent !important;
}
body.jx3-template--shapan {
padding: 22px 15px 16px 55px;
margin: 0 !important;
padding: 0 !important;
background-image: none !important;
}
.jx3-template--shapan .jx3-frame {
@@ -53,6 +55,7 @@ body.jx3-template--shapan {
.sand-layer--territory {
z-index: 1;
transform: translateX(12px);
}
.sand-map__frontline {
@@ -72,6 +75,12 @@ body.jx3-template--shapan {
z-index: 4;
}
.sand-layer--defense {
z-index: 7;
width: 38px;
height: 41px;
}
.sand-castle__name {
position: absolute;
z-index: 5;
@@ -79,7 +88,20 @@ body.jx3-template--shapan {
width: 1em;
color: #fffcd0;
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
font-size: 12px;
line-height: 18px;
font-size: 15px;
line-height: 20px;
text-shadow: 1px 1px 1px #000;
}
.sand-castle__guild {
position: absolute;
z-index: 6;
width: 110px;
color: #fffcd0;
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 18px;
text-align: center;
text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
}