Home  >  Article  >  Web Front-end  >  html中无法加载css_html/css_WEB-ITnose

html中无法加载css_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:16:181269browse

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代码

 
 


<script> <br /> <br /> /* $(document).ready(function() { <br /> });//script end */ <br /> </script>




close x








Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn