...
|
...
|
@@ -82,7 +82,12 @@ |
|
|
margin-top: 0.74rem;
|
|
|
}
|
|
|
|
|
|
.bot_nav_copy {
|
|
|
.bottom_nav_copy1 {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.bot_nav_copy1 {
|
|
|
font-size: 0.24rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 254, 254, 1);
|
...
|
...
|
@@ -90,6 +95,14 @@ |
|
|
padding-bottom: 0.32rem;
|
|
|
}
|
|
|
|
|
|
.bot_nav_copy {
|
|
|
font-size: 0.24rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 254, 254, 1);
|
|
|
opacity: 0.2;
|
|
|
padding-bottom: 0.15rem;
|
|
|
}
|
|
|
|
|
|
|
|
|
/*底部*/
|
|
|
|
...
|
...
|
|