Commit 11d29638 by lmf

优化底部logo 和顶部搜索框

parent 870302f2
...@@ -22,8 +22,8 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight() ...@@ -22,8 +22,8 @@ $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;color: #ffffff;">
<img src="/media/logo/stores/1/joshine_logo_500.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>
......
...@@ -97,9 +97,6 @@ ...@@ -97,9 +97,6 @@
.box-tocart .fieldset .actions > button{ .box-tocart .fieldset .actions > button{
width: 100%; width: 100%;
} }
.block .block-content,#search_mini_form{
display: none;
}
.block .review-add .block-content{ .block .review-add .block-content{
display: block !important; display: block !important;
...@@ -285,9 +282,7 @@ footer a{ ...@@ -285,9 +282,7 @@ footer a{
width: max-content; width: max-content;
} }
.block .block-search #search_mini_form {
display: none;
}
.breadcrumbs li > .item .product{ .breadcrumbs li > .item .product{
margin-top: 60px; margin-top: 60px;
...@@ -384,9 +379,7 @@ ul { ...@@ -384,9 +379,7 @@ ul {
@media (max-width: 767px){ @media (max-width: 767px){
.block .block-search #search_mini_form {
display: none;
}
#product-review-container #customer-reviews .block .block-content { #product-review-container #customer-reviews .block .block-content {
display: block; display: block;
......
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