当前位置:Gxlcms > html代码 > html中无法加载css_html/css_WEB-ITnose

html中无法加载css_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:26人阅读

css代码:
@charset "utf-8";



/***********************************************1 style*********************************** */
/*menu slide_btn*/
.slide_btn .arrow_btn{ /* arrow_btn: */
background-image:url(img/btn/slide_btn_type2.png);
background-repeat:no-repeat;
background-position:0 0;
width: 54px;
height: 46px;
margin-top: 340px;
margin-left: 25px;
cursor:pointer;
}
.slide_btn{
width:87px;
height:678px;
position:absolute;
top:40px;
overflow:hidden;
}

.slide_btn .arrow_btn:hover{
background-image:url(img/btn/slide_btn_type2_over.png);
}

html代码