Commit 870302f2 by lmf

优化底部页面链接

parent 1c523dae
...@@ -23,7 +23,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight() ...@@ -23,7 +23,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<div class="footer-container"> <div class="footer-container">
<div class="footer_link"> <div class="footer_link">
<div style="text-align: center;"> <div style="text-align: center;">
<img src="https://media.joshine.com/wysiwyg/joshine_logo_1.png" width="200px;" class="logo_img" > <img src="/media/logo/stores/1/joshine_logo_500.png" width="200px;" class="logo_img" >
</div> </div>
<div> <div>
<h4>ABOUT JOSHINE <span> > </span></h4> <h4>ABOUT JOSHINE <span> > </span></h4>
...@@ -55,10 +55,10 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight() ...@@ -55,10 +55,10 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
</div> </div>
<div class="copyright" > <div class="copyright" >
<span class="copyright_left">Copyright © JOSHINE all rights reserved</span> <span class="copyright_left">Copyright © JOSHINE all rights reserved</span>
<span class="copyright_right"><img src="https://media.joshine.com/wysiwyg/footerpay.png" height="40px;"> <span class="copyright_right"><img src="/media/wysiwyg/footerpay.png" height="40px;">
<a title="Copy Right" href="https://www.joshine.com/copy-right" >Copy Right</a> <a title="Copy Right" href="/copy-right" >Copy Right</a>
<a title="Terms of Use" href="https://www.joshine.com/terms-of-use" >Terms of Use</a> <a title="Terms of Use" href="/terms-of-use" >Terms of Use</a>
<a title="Security & Privacy Policy" href="https://www.joshine.com/security-privacy-policy" >Security & Privacy Policy</a> <a title="Security & Privacy Policy" href="/security-privacy-policy" >Security & Privacy Policy</a>
</span> </span>
</div> </div>
......
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