Commit 25a89c00 by liumengfei

优化bug

parent 580a88da
......@@ -8,8 +8,8 @@ if ($isEnable):
if ($is_image):
?>
<style>
.free-shipping-bar{line-height: 0.7;width: 100%;height: auto;}
@media (max-width: 768px) {.free-shipping-bar{line-height: unset;}}
.free-shipping-bar{width: 100%; height: auto;z-index: 10;}
@media (max-width: 768px) {.free-shipping-bar{position: fixed;}}
</style>
<div class="free-shipping-bar">
<picture>
......
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