時(shí)間:2023-07-22 22:21:02 | 來(lái)源:網(wǎng)站運(yùn)營(yíng)
時(shí)間:2023-07-22 22:21:02 來(lái)源:網(wǎng)站運(yùn)營(yíng)
大學(xué)生簡(jiǎn)單靜態(tài)HTML網(wǎng)頁(yè)模板源碼——家鄉(xiāng)介紹美麗鄉(xiāng)村11頁(yè):<!DOCTYPE html><html lang="zh-CN"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="keywords" content="美好鄉(xiāng)村 板石嶺"> <meta name="description" content="美好鄉(xiāng)村 板石嶺"> <link rel="stylesheet" type="text/css" href="css/2016.css"> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/lubotu.js"></script> <script type="text/javascript" src="js/BreakingNews.js"></script></head><body><!-- 頭部開(kāi)始 --><div class="header"> <div class="menu"> <div class="logo"><a href="">美好鄉(xiāng)村 板石嶺</a></div> <div class="nav"> <ul> <li class="on"><a href="" target="_self">首頁(yè)</a></li> <li><a href="about.html" target="_self">走進(jìn)板石嶺</a></li> <li><a href="news.html" target="_self">旅游動(dòng)態(tài)</a></li> <li><a href="product.html" target="_self">特產(chǎn)特色</a></li> <li class="nav_r"><a href="help.html" target="_self">制作說(shuō)明</a></li> </ul> </div> </div></div><!-- 頭部結(jié)束 --><!-- banner開(kāi)始 --><div class="banner"> <div class="bottom"><a id="bottom" href="#top">Bottom</a></div> <div class="lubo"> <ul class='lubo_box'> <li style='opacity: 1;filter:alpha(opacity=100);'><a href='#' style='background:url(picture/banner1.jpg) center top no-repeat'></a></li> <li><a href='#' style='background:url(picture/banner2.jpg) center top no-repeat'></a></li> <li><a href='#' style='background:url(picture/banner3.jpg) center top no-repeat'></a></li> </ul> </div></div><!-- banner結(jié)束 --><!-- 主體部分開(kāi)始 --><div class="main"> <div class="news"> <div class="BreakingNewsController easing" id="breakingnews2"> <div class="bn-title"></div> <ul id="abc"> <li><a href="show.html">家發(fā)鎮(zhèn)聯(lián)三村:美好鄉(xiāng)村板石嶺文化亮點(diǎn)</a></li> <li><a href="show2.html">銅陵、繁昌兩地驢友攜手同游美好鄉(xiāng)村板石嶺</a></li> <li><a href="show3.html">板石嶺 看山水風(fēng)光品味原生態(tài)的自然生活</a></li> </ul> <div class="bn-arrows"> <span class="bn-arrows-left"></span> <span class="bn-arrows-right"></span> </div> </div> </div> <div class="product"> <ul> <li><a href="product_1.html" target="_blank"><img src="picture/news1.jpg" width="280" height="210"><span>豐富的鄉(xiāng)村文化生活</span></a></li> <li><a href="product_2.html" target="_blank"><img src="picture/news2.jpg" width="280" height="210"><span>純手工制作的板石嶺茶干</span></a></li> <li class="mr0"><a href="product_3.html" target="_blank"><img src="picture/news3.jpg" width="280" height="210"><span>板石嶺農(nóng)村文化展示館</span></a></li> </ul> </div></div><!-- 主體部分結(jié)束 --><!-- 底部開(kāi)始 --><div class="footer" id="top"> <div class="footer-bottom"> 版權(quán)所有 © </div></div><!-- 底部結(jié)束 --><div id="share"><a id="a1">返回頂部</a></div><script>$(function(){ //首先將#back-to-top隱藏 $("#a1").hide(); //當(dāng)滾動(dòng)條的位置處于距頂部100像素以下時(shí),跳轉(zhuǎn)鏈接出現(xiàn),否則消失 $(function () { $(window).scroll(function(){ if ($(window).scrollTop()>100){ $("#a1").fadeIn(); } else { $("#a1").fadeOut(); } }); //當(dāng)點(diǎn)擊跳轉(zhuǎn)鏈接后,回到頁(yè)面頂部位置 $("#a1").click(function(){ $('body,html').animate({scrollTop:0},500); return false; }); $("#bottom").click(function(){ $('body,html').animate({ scrollTop: $($(this).attr("href")).offset().top + "px" },500); return false; }); }); // 滾動(dòng)新聞 $('#breakingnews2').BreakingNews({ title: '旅游動(dòng)態(tài)', timer: 4000, effect: 'slide' }); // 輪播圖 $(".lubo").lubo({});}); </script></body></html><style> .main{ background-image: url('picture/logo.png'); }</style>
* {margin:0;padding:0;}body {font-size:14px;line-height: 180%; font-family:"Microsoft Yahei" , arial; ;background-color:#f5f5f5;color:#333333;text-align: left;}a {color:#666666; text-decoration: none;}a:hover {color:#12673b;}li {list-style: none;}img {border: none;}h1, h2, h3, h4, h5, h6, small { font-size: 100%; font-weight: normal !important; }.mr0 {margin-right:0 !important;}/*頭部導(dǎo)航*/.header {width:100%;height:70px; line-height:70px; position:fixed;background:#ffffff;filter:alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;-moz-box-shadow:2px 2px 5px #999999; -webkit-box-shadow:2px 2px 5px #999999; box-shadow:2px 2px 5px #999999;z-index: 1000;}.menu {width:960px;margin:0 auto;overflow: hidden;}.logo {float:left;width:237px;}.logo a {display: block;background:url(../image/logo.png) no-repeat center center; text-indent:-9999px;background-size: 100% 100%; }.nav {float:right;}.nav li {float:left;width:80px;padding:0 10px;text-align: center;height:68px; line-height: 68px;background:url(../image/nav-line.jpg) no-repeat center right;font-size:16px;}.nav li.on a {color:#12673b;}.nav li a {display: block;}.nav li a:hover {border-bottom:2px solid #12673b;}.nav li.nav_r {background:none;}.nav li.nav_r a {color:#ff0000;}.nav li.nav_r a:hover {border-bottom:2px solid #ff0000;}/*banner*/.banner {width:100%;position: relative;}.bottom {width:75px;height:86px;position: absolute; left:50%;margin-left:-38px;bottom:20px;z-index: 999;}.bottom a {display:block;width:76px;height:86px;background:url(../image/bottom.png) no-repeat center center;text-indent: -9999px;}.lubo{ width: 100%; min-width:1170px;clear: both; position: relative; height:674px;} .lubo_box{ position: relative; width: 100%; height:624px; } .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:624px; opacity: 0;filter:alpha(opacity=0);} .lubo_box li a{ display: block;width: 100%; height: 100%;} .lubo_box li img{ width: 100%; height: 624px;} /*圓點(diǎn)*/ .cir_box{ overflow: hidden; position: absolute; z-index: 100;} .cir_box li{ float: left; width: 70px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);} .cir_on{ background: #f4a42b !important;} /*按鈕*/ .lubo_btn{ position: absolute; width: 100%; top: 50%;margin-top:-20px;} .left_btn, .right_btn{ width: 40px; height: 50px; background: #00ad4f;/*opacity: 0.9;filter:alpha(opacity=90); */cursor: pointer; color: #fff; line-height: 45px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; box-shadow: inset 0 -4px 0 #009842} .left_btn{ float: left;border-radius:0 5px 5px 0px;} .right_btn{ float: right;border-radius:5px 0px 0px 5px;}
請(qǐng) “ 點(diǎn)贊” “??評(píng)論” “ 收藏”
一鍵三連哦!??【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開(kāi)發(fā)者,一起探討 前端 Node 知識(shí),互相學(xué)習(xí)」!關(guān)鍵詞:家鄉(xiāng),美麗,鄉(xiāng)村,靜態(tài),簡(jiǎn)單,模板,大學(xué)生
客戶&案例
營(yíng)銷資訊
關(guān)于我們
客戶&案例
營(yíng)銷資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。