feat/task1-c-wallet
devil_gong 2018-08-22 18:01:22 +08:00
parent 936127bfe4
commit 8b9c8aae97
2 changed files with 12 additions and 1 deletions

View File

@ -311,6 +311,7 @@ li.am-comment{ width:100%}
@media only screen and (min-width:640px)
{
.listMain{padding-top: 10px;}
/*导航固定*/
ul.am-tabs-nav.am-nav.am-nav-tabs {margin-right:10px ;margin-left: 10px;width: auto;}
@ -462,4 +463,13 @@ ul.am-tabs-nav.am-nav.am-nav-tabs {left:20% ;max-width:960px ;margin-right: 0px;
/*导航固定*/
ul.am-tabs-nav.am-nav.am-nav-tabs {left:auto;right:auto;width:960px ;}
}
/* 手机模式下 */
@media only screen and (max-width:640px)
{
.nav.white { display: none; }
body {
padding-top: 0px;
}
}

View File

@ -1502,7 +1502,8 @@ $(document).ready(function() {
if (st >= tp) {
if (dv.css('position') != 'fixed') dv.css({
'position': 'fixed',
top: 53,
top: 0,
left: 0,
'z-index': 1000009
});