style:样式修改

This commit is contained in:
2025-05-10 18:03:33 +08:00
parent d2cb3bca0d
commit 06d63c3cca
5 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
overflow-y: auto;
overflow-x: hidden;
background: #f2f2f2;
margin-top: 3.75rem;
}
.orico_Page_achievement .achievementMain {
display: flex;

View File

@@ -7,6 +7,7 @@
overflow-y: auto;
overflow-x: hidden;
background: #f2f2f2;
margin-top: 3.75rem;
}
.orico_Page_category .categoryMain {
display: flex;
@@ -23,13 +24,14 @@
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 4%;
margin-top: 2%;
}
.orico_Page_category .categoryMain .tabs .tabitme {
padding: 10px 20px;
font-size: 1.5em;
font-size: 1.25em;
font-weight: bold;
cursor: pointer;
font-weight: 400;
}
.orico_Page_category .categoryMain .tabs .tabitme.on {
color: #009fdf;

View File

@@ -25,6 +25,7 @@
margin: 0 auto;
max-width: 101.25rem;
padding: 5rem 0;
padding-top: 0;
}
.orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext {
width: 100%;

View File

@@ -48,7 +48,7 @@
overflow-wrap: anywhere;
}
.orico_footer .fotter .footerMain .foottxtbottom {
padding-left: 5%;
padding-left: 14%;
display: grid;
padding-top: 8%;
}