Commit 1c569000 by lmf

优化产品页面尺码弹框显示不全

parent 5889e34d
......@@ -174,6 +174,7 @@
height: 55px;
width: 100%;
}
.express-area-box article { overflow-y: scroll;height: calc(100vh); }
@media (max-width: 1024px){
#product-intro__freeshipping-more-3{
margin-top: 7px;
......@@ -240,7 +241,6 @@
.express-area-box .top h3 {padding-left: 15px; font-size: 16px;background: #eeeeee;line-height: 44px;}
.lastli{text-align: center;font-size: 14px;line-height: 40px;}
.lastli-right{float:right !important;}
.express-area-box article { overflow-y: scroll; }
.area-list li {padding: 0 15px; border-bottom: 1px solid #e2e2e2; text-align: justify; line-height: 44px}
.express-area-box { position: fixed; left: inherit; width: inherit;height: 100%;right: -100%;top: 0; margin-left: 0;box-shadow: 0 0 20px rgba(0,0,0,1); }
.area-content{padding:10px;max-width: max-content;width: 600px;}
......
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