更改官网提审

This commit is contained in:
Dragon
2023-11-21 11:28:55 +08:00
parent b8ecaee589
commit 1bb5a6ee49
3 changed files with 302 additions and 457 deletions

View File

@@ -16,7 +16,6 @@ html {
.m-bg img {
display: block;
}
.homePc {
width: 100%;
height: 10rem;
@@ -28,7 +27,7 @@ html {
width: 1.11rem;
height: 0.5rem;
background: rgba(255, 255, 255, 0.2);
border-radius: 0.13rem;
border-radius: .13rem;
font-size: 0.24rem;
color: #fff;
text-align: center;
@@ -58,13 +57,14 @@ html {
left: 2.4rem;
bottom: 1.6rem;
}
.eori {
width: 100%;
background: #30312C;
color: white;
padding: 0.2rem 0;
vertical-align: top;
position: absolute;
top: 0.8rem;
}
.eori .gongsi {
display: flex;
@@ -78,19 +78,17 @@ html {
margin: 0 0.2rem;
}
}
@media screen and (max-width: 768px) {
body {
background-color: #0C0122;
}
.pc-bg {
display: none;
}
.m-bg {
display: block;
}
.homeM {
width: 100%;
height: 14.89rem;
@@ -102,7 +100,7 @@ html {
width: 1.11rem;
height: 0.5rem;
background: rgba(255, 255, 255, 0.2);
border-radius: 0.13rem;
border-radius: .13rem;
font-size: 0.24rem;
color: #fff;
text-align: center;
@@ -148,26 +146,24 @@ html {
width: 2.2rem;
height: 0.7rem;
}
.button-wrapper {
display: block;
position: absolute;
left: 1.28rem;
top: 17.52rem;
width: 7.4666666667rem;
height: 1.2266666667rem;
width: 7.46667rem;
height: 1.22667rem;
}
.button-wrapper a {
display: inline-block;
width: 100%;
height: 100%;
}
.button2-wrapper {
display: block;
position: absolute;
left: 3.0933333333rem;
bottom: 1.7066666667rem;
left: 3.09333rem;
bottom: 1.70667rem;
width: 4rem;
height: 0.8rem;
background: rgba(255, 255, 255, 0);
@@ -177,11 +173,9 @@ html {
width: 100%;
height: 100%;
}
.m-button {
display: block;
}
.text-wrapper {
padding-left: 0;
width: 90%;
@@ -192,15 +186,16 @@ html {
margin-bottom: 10px;
}
.text-wrapper .text1,
.text-wrapper p {
.text-wrapper p {
text-align: center;
}
.eori {
width: 100%;
background: #30312C;
color: white;
padding: 0.2rem 0;
position: absolute;
top: 0.75rem;
}
.eori .recordfoot {
color: #fff;
@@ -210,9 +205,9 @@ html {
}
.eori .recordfoot .record {
display: inline-block;
padding-right: 0.0533333333rem;
height: 0.3733333333rem;
width: 0.4266666667rem;
padding-right: 0.05333rem;
height: 0.37333rem;
width: 0.42667rem;
background: url(../images/icon_police.png) no-repeat;
}
.eori .gongsi {
@@ -233,6 +228,7 @@ html {
font-size: 20px;
}
}
.toast {
background: rgba(0, 0, 0, 0.9);
border-radius: 10px;
@@ -254,9 +250,7 @@ html {
display: none;
position: fixed;
top: 0;
right: 0.2666666667rem;
width: 6.1333333333rem;
right: 0.26667rem;
width: 6.13333rem;
z-index: 9;
}
/*# sourceMappingURL=index.css.map */