替换ui图

This commit is contained in:
Dragon
2024-02-28 19:57:07 +08:00
parent a57dd223a8
commit 41bb7136ab
5 changed files with 5 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ body {
font-size: 0.37333rem;
color: #FFFCE6;
position: absolute;
top: 0.81333rem;
top: 1rem;
left: 0;
font-weight: 500;
}

View File

@@ -57,7 +57,7 @@ body {
font-size: px2rem(28);
color: #FFFCE6;
position: absolute;
top: px2rem(61);
top: 1rem;
left: 0;
font-weight: 500;
}
@@ -95,6 +95,7 @@ body {
background: url(../images/tab3.png) no-repeat;
background-size: 100% 100%;
}
.tab4 {
background: url(../images/tab4.png) no-repeat;
background-size: 100% 100%;
@@ -114,6 +115,7 @@ body {
background: url(../images/tabAct3.png) no-repeat;
background-size: 100% 100%;
}
.tabAct4 {
background: url(../images/tabAct4.png) no-repeat;
background-size: 100% 100%;
@@ -587,6 +589,7 @@ body {
margin: 0 auto px2rem(87);
}
}
.page3 {
display: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB