头部定位

This commit is contained in:
caishi 2019-11-13 15:56:26 +08:00
parent 65323a4656
commit d501415da4
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
position: relative;
padding-bottom: 120px;
box-sizing: border-box;
padding-top: 74px;
}
#ajax-indicator {
position: absolute; /* fixed not supported by IE*/
@ -305,7 +306,7 @@ a:hover.qx_btn{color:#3b94d6;}
.topnav_course_menu{display: none; border:1px solid #eaeaea; background:#fff; padding-left:10px; padding-bottom:10px; padding-top:8px; width:60px; left:-7px; position:absolute; z-index:9999; line-height:2; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); margin-top: 20px;}
.topnav_course_menu a{color:#3b94d6;}
/*新个人主页框架css*/
.navContainer {width:100%; background-color:#fff;}
.navContainer {width:100%; background-color:#fff;position: fixed;top:0px;left: 0px;z-index: 999;box-shadow:3px 3px 6px 0px rgba(0,0,0,0.05);}
.homepageContentContainer {width:100%; margin:0 auto; background-color:#eaebed;}
.homepageContent {width:1000px; background-color:#eaebed; margin:0 auto;}
.navHomepage {width:1200px; height:54px; background-color:#fff; margin:0px auto;padding:10px 0px}