修改样式

This commit is contained in:
dragon
2024-12-06 17:22:59 +08:00
parent 471fb2e606
commit 96eb7648e1
5 changed files with 18 additions and 8 deletions

View File

@@ -141,7 +141,7 @@
width: 4.44rem;
height: 1.06667rem;
position: absolute;
left: 6rem;
left: 7.33333rem;
top: 8.45333rem;
}
body .container .pagesBox .page1 .h5And,
@@ -149,7 +149,7 @@
width: 4.44rem;
height: 1.06667rem;
position: absolute;
right: 6rem;
right: 7.33333rem;
top: 8.45333rem;
}
body .container .pagesBox .page1 .team,
@@ -343,6 +343,10 @@
color: #fff;
text-align: center;
}
body .header .language b,
html .header .language b {
font-size: 0.32rem;
}
body .h5,
html .h5 {
display: block;
@@ -368,7 +372,7 @@
}
body .h5 .pagesBox .page1 .tab,
html .h5 .pagesBox .page1 .tab {
width: 90%;
width: 70%;
display: flex;
position: absolute;
top: 3.28rem;

View File

@@ -25,7 +25,7 @@
.container {
width: 100%;
height:100vh;
height: 100vh;
position: relative;
overflow-y: hidden;
@@ -152,7 +152,7 @@
width: px2rem(333);
height: px2rem(80);
position: absolute;
left: px2rem(450);
left: px2rem(550);
top: px2rem(634);
}
@@ -160,10 +160,11 @@
width: px2rem(333);
height: px2rem(80);
position: absolute;
right: px2rem(450);
right: px2rem(550);
top: px2rem(634);
}
.team{
.team {
width: 100%;
text-align: center;
color: #fff;
@@ -361,6 +362,10 @@
background: rgba(255, 255, 255, .2);
color: #fff;
text-align: center;
b {
font-size: px2rem(24);
}
}
}
@@ -387,7 +392,7 @@
background-size: px2rem(750) 100%;
.tab {
width: 90%;
width: 70%;
display: flex;
position: absolute;
top: px2rem(246);
@@ -403,6 +408,7 @@
position: relative;
font-size: px2rem(32);
white-space: nowrap;
span {
width: px2rem(44);
height: px2rem(10);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 693 KiB