Commit 26db98ca by liumengfei

优化手机版详情页面加购按钮隐藏bug

parent 69ccafdb
......@@ -75,7 +75,7 @@
position: fixed;
font-size: larger;
bottom: 0;
z-index: 11;
z-index: 1;
margin: 0 auto;
left: 0;
right: 0;
......@@ -342,7 +342,7 @@ footer .footer_link{
position: fixed;
font-size: larger;
bottom: 0;
z-index: 11;
z-index: 1;
width: 100%;
margin: 0 auto;
left: 0;
......@@ -502,7 +502,7 @@ ul {
position: fixed;
font-size: larger;
bottom: 0;
z-index: 11;
z-index: 1;
width: 100%;
margin: 0 auto;
left: 0;
......@@ -2677,7 +2677,7 @@ button.action.submit.primary {
display: block !important;
position: fixed;
bottom: 0;
z-index: 11;
z-index: 1;
}
.breeze-gallery .stage .main-image-wrapper > picture{
display: none;
......
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