style:关联产品样式不从
This commit is contained in:
@@ -1484,13 +1484,18 @@ video img {
|
||||
margin-top: 0rem;
|
||||
}
|
||||
.product_list_title .view_all {
|
||||
width: 38%;
|
||||
/* width: 38%; */
|
||||
float: right;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: -3%;
|
||||
}
|
||||
.product_list_title .icon-Double-Arrow {
|
||||
margin-left: 0.15rem;
|
||||
display: inline-block;
|
||||
mar
|
||||
}
|
||||
|
||||
/*产品列表*/
|
||||
@@ -1694,6 +1699,8 @@ video img {
|
||||
}
|
||||
.goods_details .cpa {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.goods_details .cpa li {
|
||||
display: inline-block;
|
||||
@@ -1745,6 +1752,33 @@ video img {
|
||||
z-index: 999;
|
||||
max-width: 750px;
|
||||
}
|
||||
.glcplist{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding: 3%;
|
||||
}
|
||||
.glcplist .glcpitem{
|
||||
width: 44.5%;
|
||||
background: #fff;
|
||||
padding: 2%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;margin-bottom: 3%;
|
||||
}
|
||||
.glcplist .glcpitem .glt1{
|
||||
margin-top: 0.68rem;
|
||||
color: #333;
|
||||
font-size: 0.58rem;
|
||||
}
|
||||
.glcplist .glcpitem .glt2{
|
||||
font-size: 0.43rem;
|
||||
margin-bottom: 0.84rem;
|
||||
margin-top: 0.35rem;
|
||||
color: #666;
|
||||
}
|
||||
/*关联产品*/
|
||||
.goods_Related {
|
||||
padding: 0.85rem 0 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user