摘要: //结构部分 <div id="pn"> <h1>欢迎来到双哥网</h1> <h2>大幅的广告</h2> </div> <div class="content"> 双哥网欢迎你<br/> 正文部分 </div> //交互部分 <script type="text/javascript"> var H 阅读全文
posted @ 2016-03-22 23:51 liushuang001 阅读(222) 评论(0) 推荐(0)
摘要: //样式 *{ padding: 0; margin: 0;}#main { position: relative;}.box { padding: 15px 0 0 15px; float: left;}.pic { padding: 10px; border: 1px solid #ccc; b 阅读全文
posted @ 2016-03-22 18:44 liushuang001 阅读(239) 评论(0) 推荐(1)
摘要: <style> .box { width: 1190px; margin: 0 auto; } #btn { width: 40px; height: 40px; background: url(images.png) no-repeat left top;//回到顶部的小箭头 position: 阅读全文
posted @ 2016-03-22 14:52 liushuang001 阅读(194) 评论(0) 推荐(0)
摘要: 首先是样式部分,分别定义一大一小两个盒子,用来盛放大图片和小图片。 <style > *{ padding: 0; margin: 0; } #demo { display: block; width: 400px; height: 255px; margin: 50px; position: re 阅读全文
posted @ 2016-03-22 01:27 liushuang001 阅读(255) 评论(0) 推荐(0)