增加webui界面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user