style:搜索更改,样式更改 bug提交

This commit is contained in:
迷和油
2025-06-11 17:23:30 +08:00
parent 1b5a02a5f4
commit 13bcfe2a67
7 changed files with 39 additions and 10 deletions

View File

@@ -11,6 +11,16 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin-top:60px;
}
.orico_Page_productxc .productxcMain .topimg{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.orico_Page_productxc .productxcMain .topimg img{
width: 100%;
}
.orico_Page_productxc .productxcMain p {
font-family: inherit;
@@ -20,6 +30,7 @@
display: flex;
flex-direction: column;
}
.orico_Page_productxc .productxcMain .culture_top img {
height: auto;
max-width: 100%;

View File

@@ -67,8 +67,9 @@
}
.orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext .right img {
margin: 0 auto;
margin-left: 10%;
width:100%;
/* margin-left: 10%; */
width:75%;
border-radius: 20px;
}
.orico_Page_brand .brandMain .dis_bril_bg {
background: #f2f2f2;

View File

@@ -15,6 +15,22 @@
.orico_Page_prdetail span {
font-family: 'Microsoft YaHei', 'Arial', sans-serif;
}
.orico_Page_prdetail .charging{
font-size: 12px;
padding: 6px 15px;
border-radius: 18px;
border: 1px solid #999;
background: #fff;
display: flex;
flex-direction: row;
align-items: center;
line-height: 20px;
margin-right: 10px;
}
.orico_Page_prdetail .chargingon{
border: 2px solid #999;
}
.orico_Page_prdetail .oriprdetail {
display: flex;
flex-direction: column;