mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
细节优化
This commit is contained in:
@ -78,7 +78,7 @@
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="search-content">
|
||||
<div class="search-content search-nav">
|
||||
<ul class="sort-nav" data-am-sticky="{animation: 'slide-top'}">
|
||||
<li class="active" data-field="default" data-type="desc">
|
||||
<a href="javascript:;" title="综合">
|
||||
|
||||
@ -108,11 +108,6 @@ class Hook extends Controller
|
||||
{
|
||||
return '<style type="text/css">
|
||||
@media only screen and (min-width:640px) {
|
||||
.plugins-homemiddleadv-home-adv ul.am-gallery {
|
||||
width: calc(100% + 20px);
|
||||
margin-left: -10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.plugins-homemiddleadv-home-adv ul.am-gallery img {
|
||||
-webkit-transition: transform .2s ease-in;
|
||||
-moz-transition: transform .2s ease-in;
|
||||
@ -127,6 +122,16 @@ class Hook extends Controller
|
||||
transform: translate3d(0px, -3px, 0px);
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width:1025px) {
|
||||
.plugins-homemiddleadv-home-adv {
|
||||
overflow: hidden;
|
||||
}
|
||||
.plugins-homemiddleadv-home-adv ul.am-gallery {
|
||||
width: calc(100% + 20px);
|
||||
margin-left: -10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
</style>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user