文章目錄
一、?網站題目
? 學生管理系統網頁設計 、OA管理系統、后臺管理模板、智能停車系統、等網站的設計與制作。
二、??網站描述
?HTML網頁設計,采用DIV+CSS布局,共有多個頁面,排版整潔,內容豐富,主題鮮明,首頁使用CSS排版比較豐富,色彩鮮明有活力,導航與正文字體分別設置不同字號大小。導航區域設置了背景圖。子頁面有純文字頁面和圖文并茂頁面。
一套優質的網頁設計應該包含 (具體可根據個人要求而定)
頁面分為頁頭、菜單導航欄(最好可下拉)、中間內容板塊、頁腳四大部分。所有頁面相互超鏈接,可到二三級頁面,有多頁面組成。頁面樣式風格統一布局顯示正常,不錯亂,使用Div+Css技術。菜單美觀、醒目,二級菜單可正常彈出與跳轉。可選有JS特效,如定時切換和手動切換圖片輪播。頁面中有多媒體元素,如gif、視頻、音樂,表單技術的使用。頁面清爽、美觀、大方,不雷同。 。不僅要能夠把用戶要求的內容呈現出來內容管理系統模板,還要滿足布局良好、界面美觀、配色優雅、表現形式多樣等要求。 三、網站介紹
網站布局方面:計劃采用目前主流的、能兼容各大主流瀏覽器、顯示效果穩定的浮動網頁布局結構。
網站程序方面:計劃采用最新的網頁編程語言HTML5+CSS3+JS程序語言完成網站的功能設計。并確保網站代碼兼容目前市面上所有的主流瀏覽器,已達到打開后就能即時看到網站的效果。
網站素材方面:計劃收集各大平臺好看的圖片素材,并精挑細選適合網頁風格的圖片,然后使用PS做出適合網頁尺寸的圖片。
網站文件方面:網站系統文件種類包含:html網頁結構文件、css網頁樣式文件、js網頁特效文件、網頁圖片文件;
網頁編輯方面:網頁作品代碼簡單,可使用任意HTML編輯軟件(如:、、 、 、、Text 、++ 等任意html編輯軟件進行運行及修改編輯等操作)。
其中:
(1)html文件包含:其中index.html是首頁、其他html為二級頁面;
(2) css文件包含:css全部頁面樣式,文字滾動, 圖片放大等;
(3) js文件包含:js實現動態輪播特效, 表單提交, 點擊事件等等(個別網頁中運用到js代碼)。
四、網站演示
五、?? 網站代碼 HTML結構代碼
doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>人員信息管理系統title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/jquery-3.2.1.min.js">script>
<script src="js/bootstrap.min.js">script>
<script src="js/index.js">script>
head>
<body onload="speckText('目前 API 僅支持整段語音識別的模式,即需要上傳完整語音文件進行識別。文件大小不超過10M,時長不超過60s。')">
<div class="leftBar">
<div class="navTop">
<div class="logo">
<img src="picture/logo.png" alt="">
div>
<p class="demo">人員管理后臺界面p>
div>
<div class="listItem">
<a href="home.html" target="mainIframe" class="item">
<i class="icon icon-01">i>首頁<i class="icon-15">i>
a>
<a href="personSearch.html" target="mainIframe" class="item">
<i class="icon icon-02">i>人員查詢<i class="icon-15">i>
a>
<a href="orgPreserve.html" target="mainIframe" class="item">
<i class="icon icon-03">i>組織機構維護<i class="icon-15">i>
a>
<a href="personInfo.html" target="mainIframe" class="item">
<i class="icon icon-04">i>行業內人員信息<i class="icon-15">i>
a>
<a href="personDetail.html" target="mainIframe" class="item">
<i class="icon icon-05">i>行業外人員信息<i class="icon-15">i>
a>
<a href="authorityManage.html" target="mainIframe" class="item">
<i class="icon icon-06">i>權限配置<i class="icon-15">i>
a>
<a href="noticeManage.html" target="mainIframe" class="item">
<i class="icon icon-07">i>通知管理<i class="icon-15">i>
a>
<a href="toDo.html" target="mainIframe" class="item">
<i class="icon icon-23">i>待辦事項<i class="icon-15">i>
a>
div>
<div class="navBottom">
<img src="picture/head.jpg" alt="">
<div class="person">
<p>姓名:程皓p>
<p>部門:部門管理p>
div>
div>
div>
<div class="topBar clearfix">
<p class="title pull-left">中國煙草總公司職工進修學院p>
<div class="pull-right">
<i class="icon-02" id="personSearch" title="人員查詢">i>
<i class="icon-10 point" id="message" title="消息通知">i>
<i class="icon-11" id="setAccount" title="帳號設置">i>
<i class="icon-12" id="loginOut" title="退出">i>
div>
div>
<div class="contentIndex">
<iframe src="" id="mainIframe" name="mainIframe" frameborder="0">iframe>
div>
body>
<script>
function speckText(str){
//var request= new URLRequest();
var url = "http://tts.baidu.com/text2audio?lan=zh&ie=UTF-8&text=" + encodeURI(str); // baidu
//url = "http://translate.google.cn/translate_tts?ie=UTF-8&tl=zh-CN&total=1&idx=0&textlen=19&prev=input&q=" + encodeURI(str); // google
//request.url = encodeURI(url);
// request.contentType = "audio/mp3"; // for baidu
//request.contentType = "audio/mpeg"; // for google
var n = new Audio(url);
n.src = url;
n.play();
// $("...").play();
// var sound = new Sound(request);
// sound.play();
}
script>
html>
CSS樣式代碼
@import "style.css";
/***************reset樣式,保持瀏覽器樣式一致性******************/
* {
word-wrap: break-word;
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p,
input[type="radio"],
input[type="checkbox"] {
margin: 0;
}
i {
font-style: normal;
}
a {
text-decoration: none;
cursor: pointer;
color: #666;
}
a:hover {
text-decoration: none;
outline: none;
color: #fff;
}
a.ie6:hover {
zoom: 1;
}
ul,
ol {
list-style: none;
}
a:focus {
outline: none;
color: #fff;
}
.leftBar .listItem .item.active .icon-15 {
display: block;
}
.leftBar .navBottom {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
color: #fff;
padding: 20px 0;
}
.leftBar .navBottom img {
width: 48px;
height: 48px;
border-radius: 50%;
}
.leftBar .navBottom .person p {
padding: 0 10px;
opacity: 0.8;
}
.topBar {
position: fixed;
top: 0;
left: 0;
z-index: 1;
padding-left: 220px;
width: 100%;
height: 50px;
background: #fff;
-moz-box-shadow: 0 2px 12px #B9B9B9;
-webkit-box-shadow: 0 2px 12px #B9B9B9;
box-shadow: 0 2px 12px #B9B9B9;
min-width: 1200px;
}
.topBar .title {
font-size: 19px;
line-height: 50px;
padding-left: 20px;
letter-spacing: 1px;
}
.topBar .pull-right {
margin-right: 20px;
}
.topBar .pull-right i {
cursor: pointer;
position: relative;
font-size: 20px;
margin: 15px 8px;
display: inline-block;
}
.topBar .pull-right i.point:after {
content: "";
position: absolute;
top: 2px;
right: -2px;
display: block;
width: 6px;
height: 6px;
background: #FF6700;
border-radius: 50%;
}
.contentIndex {
position: fixed;
top: 50px;
left: 220px;
width: calc(100% - 220px);
height: calc(100% - 50px);
}
.contentIndex iframe {
width: 100%;
height: 100%;
}
六、 如何讓學習不再盲目
21年程序員總結給編程菜鳥的16條忠告
入門期間不要盲目看太多書,找一本網上或身邊有經驗程序員推薦的教材,先系統的學習。多看幫助文檔,幫助文檔就像一個游戲的玩法說明通關秘籍,該看就看別太自信。菜鳥容易被對象、屬性、方法等詞匯迷惑?那是你連最基礎知識都還沒掌握。不要忽視沒一個看起來不起眼的問題,經常總結做到舉一反三。沒積累足夠知識和經驗前,你是開發不出一個完整項目的。把最新技術掛在嘴邊,還不如把過時技術牢記心中。活到老學到老,只有一招半式是闖不了江湖的。看得懂的書,仔細看;看不懂的書內容管理系統模板,硬著頭皮也要看完。書讀百遍其義自見,別指望讀一遍就能掌握。請把教程里的例子親手實踐下,即使案例中有完整源碼。把在教程中看到的有意義的例子擴充;并將其切實的運用到自己的工作中。不要漏掉教程中任何一個習題——請全部做完并做好筆記。水平是在不斷的實踐中完善和發展的,你與大牛差的只是經驗的積累。每學到一個難點的時候,嘗試對朋友或網上分享你的心得,讓別人都能看得懂說明你真的掌握。做好保存源文件的習慣,這些都是你的知識積累。遇到問題不要張口就問,要學會自己找答案,比如、百度和上都有很多編程相關資料,你只要輸入關鍵字就能找到你的答案。 七、更多干貨
1.如果我的博客對你有幫助、如果你喜歡我的博客內容,請 “點贊” “??評論” “收藏” 一鍵三連哦!
2.【關注我| 獲取更多源碼 | 優質文章】 帶您學習各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學生畢業HTML模板 、期末大作業模板 、等! 「在這里有好多 前端 開發者,一起探討 前端 Node 知識,互相學習」!
3.
以上內容技術相關問題歡迎一起交流學習