fix

parent f95ea56b
...@@ -128,3 +128,6 @@ a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus { ...@@ -128,3 +128,6 @@ a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus {
a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrowDown2:after, a.toggle_bottom:focus .icon-arrowDown2:after { a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrowDown2:after, a.toggle_bottom:focus .icon-arrowDown2:after {
background: url(../images/icon/arrow_down_black.png) no-repeat; background: url(../images/icon/arrow_down_black.png) no-repeat;
} }
.e_cat_top a.toggle_bottom {
margin-top: 160px;
}
\ No newline at end of file
$(document).ready(function() {
$("a.toggle_bottom").mPageScroll2id();
});
\ No newline at end of file
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