時(shí)間:2023-07-05 02:00:02 | 來(lái)源:網(wǎng)站運(yùn)營(yíng)
時(shí)間:2023-07-05 02:00:02 來(lái)源:網(wǎng)站運(yùn)營(yíng)
大一新生HTML期末作業(yè)個(gè)人介紹博客 使用html+css+javascript+jquery技術(shù)制作網(wǎng)頁(yè),含有動(dòng)畫(huà),hover效果,含有表格布局:精彩專(zhuān)欄推薦 ?? 作者簡(jiǎn)介: 一個(gè)熱愛(ài)把邏輯思維轉(zhuǎn)變?yōu)榇a的技術(shù)博主 作者主頁(yè): 【主頁(yè)—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設(shè)項(xiàng)目精品實(shí)戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁(yè)制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 echarts大屏展示大數(shù)據(jù)平臺(tái)可視化(150套) 】 免費(fèi)且實(shí)用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級(jí)學(xué)習(xí)視頻教程 120G干貨分享】 關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長(zhǎng),教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過(guò)去,歷經(jīng)變遷,物是人非。 然而,對(duì)于技術(shù)的探索和追求從未停歇。 堅(jiān)持原創(chuàng),熱衷分享,初心未改,繼往開(kāi)來(lái)!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進(jìn)行運(yùn)行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁(yè)、其他html為二級(jí)頁(yè)面; (2) css文件包含:css全部頁(yè)面樣式,文字滾動(dòng), 圖片放大等; (3) js文件包含:js實(shí)現(xiàn)動(dòng)態(tài)輪播特效, 表單提交, 點(diǎn)擊事件等等(個(gè)別網(wǎng)頁(yè)中運(yùn)用到j(luò)s代碼)。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>個(gè)人愛(ài)好</title><style> * { margin: 0; padding: 0; } body { font-family: "Microsoft Yahei"; font-size: 14px; color: #333; background-color: #E4E1E1;} a, a:hover { text-decoration: none; color: #333; } ul, li { list-style: none; } svg{ fill: currentColor; } .mt-tabpage { width: 1100px; margin: 30px auto; box-shadow: 0 0 5px #999; background-color: #FFFFFF; } .mt-tabpage img:hover { font-size: 20px; transform: scale(1.1);} .mt-tabpage-title { height: 44px; font-size: 0; background-color: #fff; width: 94%; margin: auto; background: #fff; border-bottom: 1px solid #f1f1f1; text-align: center; } .mt-tabpage-title .mt-tabpage-item { display: inline-block; width: 105px; height: 44px; line-height: 44px; text-align: center; color: #666; font-size: 20px; } .mt-tabpage-title .mt-tabpage-item:hover{ color: #eb4537; } .mt-tabpage-title .mt-tabpage-item-cur { color: #eb4537; font-size: 24px; border-bottom: 1px solid #F85B5E; } .mt-tabpage-count { position: relative; width: 1100px; height: 340px; overflow: hidden; } .mt-tabpage-cont__wrap { position: absolute; } .mt-tabpage-count .mt-tabpage-item { width: 1100px; height: 340px; text-align: center; } .slide-content{ padding:0px; height:340px; width:300px; float:left; margin-left:50px; } .slide-content-text{ height: 32px; margin-top: 0px; padding-top: 8px; font-size: 20px; } .main-container{ max-width: 1100px; padding: 0px; margin-top: 0px; margin-right: auto; margin-bottom: 20px; margin-left: auto; } .card{ height: 460px; width: 1100px; margin-bottom: 50px; border: 2px solid #00F; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; margin-right: auto; margin-left: auto; } .card-img-left{ width:600px; height:450px; float:left; overflow:auto; } .card-text{ width: 460px; margin: 0 20px; height: 450px; float: right; position: relative; } .btn { font-size: 24px; vertical-align: sub; text-align: justify; position: absolute; bottom: 0px; right: 0px; border: 2px solid #F00;}.card .card-text p { font-family: "微軟雅黑"; font-size: 20px; line-height: 30px; margin-top: 30px;}.card .card-text h3 { font-family: "微軟雅黑"; font-size: 36px; text-align: center;}.banner-x{ width: auto; height: 650px; background-image: url(static/image/banner.png);} </style><link href="static/css/banner-style.css" rel="stylesheet" type="text/css"></head><body> <div class="menus menus1"> <h1>個(gè)人博客 </h1> <ul> <div class="bg"></div> <li><span><a href="index.html" target="blank">首頁(yè)</a></span></li> <li><span><a href="xz.html" target="blank">游戲擴(kuò)列</a></span></li> <li><span><a href="" target="blank">愛(ài)好</a></span></li> <li><span><a href="drink.html">番劇</a></span></li> </ul> <div class="clear"></div> </div><script src="static/js/jquery-1.10.2.js"></script><script src="static/js/index.js"></script><div class="banenr"> <div class="banner-bg"> <h3>個(gè)人愛(ài)好?</h3> </div></div><div class="banner-x"></div> <div class="mt-tabpage" js-tab="2"> <div class="mt-tabpage-title"> <a href="javascript:;" class="mt-tabpage-item mt-tabpage-item-cur">繪畫(huà)</a> <a href="javascript:;" class="mt-tabpage-item">音樂(lè)</a> <a href="javascript:;" class="mt-tabpage-item">其他</a> </div> <div class="mt-tabpage-count"> <ul class="mt-tabpage-cont__wrap"> <li class="mt-tabpage-item"> <div class="slide-content"><img src="static/picture/b1.jpg"> <div class="slide-content-text">1</div></div> <div class="slide-content"><img src="static/picture/b2.jpg"> <div class="slide-content-text">2</div></div> <div class="slide-content"><img src="static/picture/b3.jpg"> <div class="slide-content-text">3</div></div> </li> <li class="mt-tabpage-item"> <div class="slide-content"><img src="static/picture/j1.jpg"> <div class="slide-content-text">歐美</div></div> <div class="slide-content"><img src="static/picture/j2.jpg"> <div class="slide-content-text">日系</div></div> <div class="slide-content"><img src="static/picture/j3.jpg"> <div class="slide-content-text">古風(fēng)</div></div></li> <li class="mt-tabpage-item"> <div class="slide-content"><img src="static/picture/h1.jpg"> <div class="slide-content-text">美食</div></div> <div class="slide-content"><img src="static/picture/h2.jpg"> <div class="slide-content-text">舞蹈(只會(huì)這個(gè))</div></div> <div class="slide-content"><img src="static/picture/h3.jpg"> <div class="slide-content-text">小說(shuō)</div></div></li> </ul> </div> </div><script src="static/js/jquery-3.1.1.min.js"></script><script src="static/js/mt-tabpage.js"></script><script> $(function () { $('[js-tab=2]').tab({ curDisplay: 1, changeMethod: 'horizontal' }); $('[js-tab=3]').tab({ curDisplay: 1, changeMethod: 'horizontal' }); }); </script> <div class="jrcd"><img src="static/picture/jrms.png"></div> <div class="main-container"> <div class="card"><div class="card-img-left"><img src="static/picture/01.jpg"></div><div class="card-text"> <h3>閱讀</h3> <p>作為一個(gè)老宅,閱讀當(dāng)然必不可少。<br> 在閑暇的午后,泡一杯茶,在沙發(fā)上坐定。<br> 捧起一本大部頭的小說(shuō),借此打發(fā)一下午的時(shí)光。<br> 不管是金庸或是古龍的武俠世界。<br> 還是科學(xué)風(fēng)格的三體、貼近現(xiàn)實(shí)的百科全書(shū)。<br> 甚至僅僅是一本網(wǎng)絡(luò)連載的輕小說(shuō)。<br> 我都能在其中,忘卻時(shí)間。<br> 閱讀。<br> 是我的靈魂的一部分。</p> <a href="#" class="btn">了解更多</a> </div></div></div> <div class="card"><div class="card-img-left"><img src="static/picture/03.jpg"></div><div class="card-text"> <h3>運(yùn)動(dòng)</h3> <p>作為一個(gè)宅。<br> 我的運(yùn)動(dòng)能力只能算是差強(qiáng)人意。<br> 在我初中的時(shí)候也曾經(jīng)是一個(gè)運(yùn)動(dòng)型的。<br> 但高中繁重的學(xué)業(yè)磨去了運(yùn)動(dòng)的熱情。<br> 現(xiàn)在只能慢慢在肚皮上加游泳圈而已。<br> 不過(guò)當(dāng)周?chē)呐笥严胍壹尤霑r(shí)。<br> 我還是能支棱起來(lái)的。<br> 我運(yùn)動(dòng)方面的愛(ài)好是輪滑。</p> <a href="#" class="btn">了解更多</a> </div></div> <div class="card"><div class="card-img-left"><img src="static/picture/02.jpg"></div><div class="card-text"> <h3>桌游</h3> <p>長(zhǎng)久以來(lái)<br> 我對(duì)桌游就有非常大的興趣。<br> 從小時(shí)候的普通的圍棋象棋跳棋撲克。 <br> 到后來(lái)的大富翁,狼人殺,劇本殺,或者的基于口頭的rpg解說(shuō)。<br> 現(xiàn)在有點(diǎn)想去嘗試一下跑團(tuán),如果你也有興趣或者已經(jīng)參與其中可以交流一下</p> <a href="#" class="btn">了解更多</a> </div></div><footer> <div id="footer"> <p></p> </div></footer></body></html>
/* CSS Document */* { margin: 0; padding: 0;}a { color: #000; text-decoration: none;}.menus.menus1 h1 { vertical-align: sub; float: left; margin-top: 30px; font-size: 54px; text-transform: none; font-family: "????–?è???¥·"; font-weight: lighter; color???#000000;}.banenr { height: 80px; width: auto; background-color: #eb4537;}.banenr .banner-bg h3 { font-size: 36px; font-weight: lighter; float: left; margin-top: 20px; color: #f1f1f1;}.banner-bg { margin: auto; width: 1100px; height: 80px; padding-left: 0px;}li { list-style: none;}.clear { clear: both;}.menus { width: 1100px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; height: 100px;}.menus ul { width: 700px; position: relative; float: right; margin-top: 20px; font-style: italic; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ff5a5a;}.menus li { float: left; width: 100px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-size: 24px;}.menus li:nth-child(2) { color: #fff;}.menus .bg { width: 100px; height: 40px; position:absolute; left: 0; top: 0; z-index: -1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background-image: url(../image/ban.png);}.tab { width: 750px; height: 500px; border: 1px solid #000; margin-top: 20px; font-size: 40px; line-height: 500px; text-align: center; color: #888; font-weight: bold; display: none;}.show { display: block;}#footer { text-align: center; vertical-align: middle; height: 150px; padding-top: 50px; color: #FFF; background-color: #333; font-size: 16px;}body { margin: 0px;}.zpc { padding: 10px; height: 700px; width: 1100px; margin-top: 10px; margin-right: auto; margin-left: auto;}#zpc-text-line { font-family: "???è?ˉé?…é?‘"; font-size: 36px; height: 40px; width: auto; border-left-width: 7px; border-left-style: solid; border-left-color: #6F3; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F00; padding-bottom: 0px;}.banner-x{ width:auto; height:500px;}.jrcd { height: 125px; width: 1100px; margin-top: 5px; margin-right: auto; margin-bottom: 5px; margin-left: auto;}
請(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)鍵詞:使用,技術(shù),新生,作業(yè)
客戶&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
客戶&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。