html跳转页面闪动,在跳转页面的时候图标会跳动
在页面发生跳转的时候红框内容会发生跳转,这是为什么呢?是因为那个图标的问题吗?有什么方法解决吗?course给我们意见关于我们会员登录首页全部面包面包课堂会员社区@font-face {font-family: 'iconfont';src: url('../font/iconfont.eot');src: url('../font/iconfont.eot?#iefix') format(
在页面发生跳转的时候红框内容会发生跳转,这是为什么呢?是因为那个图标的问题吗?有什么方法解决吗?
course@font-face {
font-family: 'iconfont';
src: url('../font/iconfont.eot');
src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
url('../font/iconfont.woff') format('woff'),
url('../font/iconfont.ttf') format('truetype'),
url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
font-family:"iconfont" !important;
font-size:18px;font-style:normal;
color:#afb4ae;
margin-right:3px;
text-align:center;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
html{
overflow-y: scroll;
}
body {
background:#f5f4f2;
}
.container{
max-width:1078px;
margin: 30px auto;
margin-bottom: 0px;
position: relative;
min-height:calc(100vh - 200px);
}
#header{
width:100%;
height:80px;
}
#left-top{
width: 100%;
overflow: hidden;
min-height: 36px;
}
#left-top ul{
float: right;
width: 370px;
}
#left-top li{
display:inline-block;
width: 120px;
text-align: center;
}
#left-top li>a{
font-size: 16px;
line-height: 16px;
}
#navi{
margin-left: 50px;
float:left;
padding-bottom:5px;
border-width:3px 0;
border-style:solid;
border-color:#bababa;
}
#navi ul{
margin-top:4px;
}
#navi li{
display:inline-block;
padding-left:70px;
width:100px;
}
#left-top li a,
#navi li a{
color:#bababa;
}
#left-top li a:hover,
#navi li a:hover{
color: #666;
}
#left-top ul li:last-child a{
background-color: #afb4ae;
color: #e2e2e0;
}
.form-box{
float:right;
width:200px;
height:36px;
padding-left: 24px;
line-height:36px;
position: relative;
}
.searchBtn{
border:none;
background:url(../image/search.png) no-repeat;
width: 16px;
height: 16px;
cursor:pointer;
/*line-height:16px;*/
display: inline-block;
vertical-align: middle;
}
.form-box form{
display: block;
background: #FFF;
overflow: hidden;
}
.search{
display: inline-block;
border: 0;
outline: 0;
z-index: 10;
padding: 10px;
}
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)