Commit 52c3c9db by lmf

优化产品详情页面适配浏览器

parent 70d3644b
......@@ -215,6 +215,9 @@
}
}
@media (min-width: 1024px) {
.swatch-attribute-options{
flex-wrap: inherit !important;
}
.product-reviews-summary{
width: 50% !important;
margin-top: -5.8% !important;
......@@ -252,4 +255,16 @@
.area-content{padding:10px;max-width: max-content;width: 600px;}
.mask { display: none; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); }
}
@media screen and (min-width: 1024px) and (max-width: 1450px) {
.product-info-wrapper .page-title-wrapper,.product-info-wrapper .product-info-main {
margin-left: 1%;
width: 100%;
}
.stage {
min-width: 700px !important;
min-height: 800px;
}
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment