style:category 和产品详情和详情样式调整

This commit is contained in:
2025-05-12 15:37:24 +08:00
parent fd60e4b334
commit dfcf9ae957
7 changed files with 49 additions and 10 deletions

View File

@@ -191,6 +191,11 @@
.orico_Page_achievement .achievementMain .tech .techcontent .techcon div {
width: 50%;
}
.orico_Page_achievement .achievementMain .tech .techcontent .techcon .tech-img{
display: flex;
align-items: center;
justify-content: center;
}
.orico_Page_achievement .achievementMain .tech .techcontent .techcon .text img {
margin-top: 5rem;
margin-left: 4.0625rem;
@@ -218,5 +223,6 @@
font-family: inherit;
}
.orico_Page_achievement .achievementMain .tech .techcontent .techcon .tech-img img {
margin: 1.5625rem 0 1.5625rem 1.5625rem;
margin: 1.5625rem;
width: -webkit-fill-available;
}