Commit 25a89c00 by liumengfei

优化bug

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