stlye:首页 nas首页样式调整

This commit is contained in:
杨丹华
2025-05-22 17:14:13 +08:00
parent 1f116a417a
commit e21530f7df
5 changed files with 28 additions and 7 deletions

View File

@@ -339,7 +339,7 @@
}
.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd {
display: flex;
width: 85%;
width: 75%;
position: relative;
height: 6.25rem;
}
@@ -1132,4 +1132,12 @@
}
.orico_Page_index .ba-slider .handle.ba-draggable:after {
transform: scale(.8)
}
}
/*屏幕兼容性*/
@media screen and (min-width:750px) and (max-width:1280px){}
@media screen and (min-width:1281px) and (max-width:1360px) {}
@media screen and (min-width:1361px) and (max-width:1460px) {}
@media screen and (min-width:1461px) and (max-width:1660px) {}
@media screen and (min-width:1661px) and (max-width:1760px) {}
@media screen and (min-width:1761px) and (max-width:1960px) {}
@media screen and (min-width:1980px) {}