diff --git a/WebNews/css/foucsreport.css b/WebNews/css/foucsreport.css new file mode 100644 index 0000000..1eacfc1 --- /dev/null +++ b/WebNews/css/foucsreport.css @@ -0,0 +1,84 @@ +body{ + margin: 0; + padding: 0; +} +a{ + text-decoration: none; + +} +.navbar{ + width: 100%; + height: 65px; + position: fixed; + background-color: lightgray; + top: 0; +} +.navinit{ + width: 980px; + height: 100%; + margin: auto; + +} +.navbtnpart{ + float: right; +} +.logo{ + float: left; + line-height: 65px; + +} +.navbtn{ + line-height: 65px; + float: left; + margin: 0 20px; +} +.navbtn a{ + color: #000; +} +.navbtn a:hover{ + color: #0091ea; +} +.mainbody{ + width: 980px; + height: 1200px; + margin: auto; +} +.titlebar{ + margin-top: 90px; + background-color: skyblue; + line-height: 60px; + height: 60px; + padding: 0 20px; +} +.title{ + font-size: 22px; + display: inline-block; + +} +.reportbox{ + width: 30%; + margin-top: 20px; +} +.boxtitle{ + height: 40px; + background-color: skyblue; + font-size: 18px; + +} +.boxcover img{ + width: 294px; + height:210px; + overflow: hidden; +} +.boxinfo{ + background-color: #ebebeb; + padding: 10px; + font-size: 22px; + text-indent: 2em; +} +.footer{ + height: 100px; + background-color: #3fa8ea; + line-height: 100px; + text-align: center; +} \ No newline at end of file diff --git a/WebNews/css/index.css b/WebNews/css/index.css new file mode 100644 index 0000000..c295ded --- /dev/null +++ b/WebNews/css/index.css @@ -0,0 +1,115 @@ +body{ + margin: 0; + padding: 0; +} +a{ + text-decoration: none; + +} + +.Progress { + width: 100%; + padding: 0; + margin: 0; + position: fixed; + top: 0px; + z-index: 1000; + +} + +.Prostick { + width: 0; + background-color: #0091EA; + height: 5px; +} +.navbar{ + width: 100%; + height: 65px; + position: fixed; + background-color: lightgray; + top: 0; +} +.navinit{ + width: 980px; + height: 100%; + margin: auto; + +} +.navbtnpart{ + float: right; +} +.logo{ + float: left; + line-height: 65px; + +} +.navbtn{ + line-height: 65px; + float: left; + margin: 0 20px; +} +.navbtn a{ + color: #000; +} +.navbtn a:hover{ + color: #0091ea; +} +.mainbody{ + width: 980px; + margin: auto; +} +.banner{ + width: 980px; + height: 400px; + border: 1px solid black; + margin-top: 95px; + margin-bottom: 30px; +} +.banner img{ + justify-content: baseline; +} +.newszy{ + background-color: skyblue; + +} +.newszy h3{ + text-align: center; + color: #fff; + font-size: 22px; + border-bottom: #fff 3px; + +} +.newszy li{ + line-height: 60px; + color:#FFF; + font-size: 18px; +} +.newszy li:hover{ + color: #000; + transition: 0.3s; + +} +.newsinfo { + background-color: skyblue; + +} +.newsinfo h3{ + text-align: center; + color: #fff; + font-size: 22px; + border-bottom: #fff 3px; +} +.newsinfo p{ + padding: 20px; + text-indent: 2em; + color: #FFF; + font-size: 18px; + line-height: 30px; + +} +.footer{ + height: 100px; + background-color: #3fa8ea; + line-height: 100px; + text-align: center; +} \ No newline at end of file diff --git a/WebNews/css/newsclass.css b/WebNews/css/newsclass.css new file mode 100644 index 0000000..e3f7e2f --- /dev/null +++ b/WebNews/css/newsclass.css @@ -0,0 +1,111 @@ +body{ + margin: 0; + padding: 0; +} +a{ + text-decoration: none; + +} +.navbar{ + width: 100%; + height: 65px; + position: fixed; + background-color: lightgray; + top: 0; +} +.navinit{ + width: 980px; + height: 100%; + margin: auto; + +} +.navbtnpart{ + float: right; +} +.logo{ + float: left; + line-height: 65px; + +} +.navbtn{ + line-height: 65px; + float: left; + margin: 0 20px; +} +.navbtn a{ + color: #000; +} +.navbtn a:hover{ + color: #0091ea; +} +.mainbody{ + width: 980px; + height: 1200px; + margin: auto; +} +.classboxL{ + float: left; + overflow: hidden; + margin-top: 95px; + width: 450px; + background-color: 236 236 236; + border-bottom: skyblue 6px solid; + background-color: lightgray; + border-radius: 5px; + margin-left: 8px; +} +.title{ + background-color: skyblue; + color: #fff; + width: 450px; + height: 80px; + text-align: center; + line-height: 80px; + border-radius: 5px; + margin-top: -25px; +} +.swbtn{ + display: inline-block; + width: 95px; + height: 50px; + border-radius: 5px; + margin: 5px 5px; + background-color: #fff; + line-height: 50px; + text-align: center; +} +.classboxL p{ + height: 100%; + font-size: 20px; + text-indent: 2em; + line-height: 35px; + padding: 0 10px; + background-color: skyblue; + margin: 0 10px; +} +.classboxR{ + float: right; + overflow: hidden; + margin-top: 95px; + width: 450px; + background-color: 236 236 236; + border-bottom: skyblue 6px solid; + background-color: lightgray; + border-radius: 5px; + margin-right:8px; +} +.classboxR p{ + height: 100%; + font-size: 20px; + text-indent: 2em; + line-height: 35px; + padding: 0 10px; + background-color: skyblue; + margin: 0 10px; +} +.footer{ + height: 100px; + background-color: #3fa8ea; + line-height: 100px; + text-align: center; +} \ No newline at end of file diff --git a/WebNews/css/newsinfo.css b/WebNews/css/newsinfo.css new file mode 100644 index 0000000..c1768d5 --- /dev/null +++ b/WebNews/css/newsinfo.css @@ -0,0 +1,64 @@ +body{ + margin: 0; + padding: 0; +} +a{ + text-decoration: none; + +} +.navbar{ + width: 100%; + height: 65px; + position: fixed; + background-color: lightgray; + top: 0; +} +.navinit{ + width: 980px; + height: 100%; + margin: auto; + +} +.navbtnpart{ + float: right; +} +.logo{ + float: left; + line-height: 65px; + +} +.navbtn{ + line-height: 65px; + float: left; + margin: 0 20px; +} +.navbtn a{ + color: #000; +} +.navbtn a:hover{ + color: #0091ea; +} +.mainbody{ + width: 980px; + margin: auto; +} +.searchbox{ + margin-top: 95px; + width: 430px; + height: 50px; + padding-left: 20px; + box-shadow:0px 3px 5px #606060 ; + border-radius: 25px; +} +.searchicon { + width: 85px; + height: 50px; + color: #FFF; + font-size: 18px; +} +.footer{ + height: 100px; + background-color: #3fa8ea; + line-height: 100px; + text-align: center; +} \ No newline at end of file diff --git a/WebNews/foucsreport.html b/WebNews/foucsreport.html new file mode 100644 index 0000000..5aff7c0 --- /dev/null +++ b/WebNews/foucsreport.html @@ -0,0 +1,64 @@ + + + + + + + 专题报道 + + + + +
+
+
《专题报道》 + 更多>>> +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/WebNews/index.html b/WebNews/index.html new file mode 100644 index 0000000..b9489ff --- /dev/null +++ b/WebNews/index.html @@ -0,0 +1,60 @@ + + + + + + + + web新闻网站 + + + +
+
+
+ +
+ +
+

新闻的作用

+ +
+
+

新闻的定义

+

示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例

+

示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例

+

示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例

+
+
+ + + + + \ No newline at end of file diff --git a/WebNews/newsclass.html b/WebNews/newsclass.html new file mode 100644 index 0000000..e6675bc --- /dev/null +++ b/WebNews/newsclass.html @@ -0,0 +1,47 @@ + + + + + + + 新闻分类 + + + + +
+
+

新闻区域方面

+ 时政新闻 + 经济新闻 + 法律新闻 + 军事新闻 +

+ 示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例 +

+
+
+

新闻区域方面

+ 时政新闻 + 经济新闻 + 法律新闻 + 军事新闻 +

+ 示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例示例 +

+
+
+ + + \ No newline at end of file diff --git a/WebNews/newsinfo.html b/WebNews/newsinfo.html new file mode 100644 index 0000000..053212c --- /dev/null +++ b/WebNews/newsinfo.html @@ -0,0 +1,27 @@ + + + + + + + 新闻资讯 + + + + + +
+ + + \ No newline at end of file diff --git a/WebNews/pics/43401.png b/WebNews/pics/43401.png new file mode 100644 index 0000000..774af31 Binary files /dev/null and b/WebNews/pics/43401.png differ diff --git a/WebNews/pics/43402.png b/WebNews/pics/43402.png new file mode 100644 index 0000000..311f0b2 Binary files /dev/null and b/WebNews/pics/43402.png differ diff --git a/WebNews/pics/43403.png b/WebNews/pics/43403.png new file mode 100644 index 0000000..0f4d558 Binary files /dev/null and b/WebNews/pics/43403.png differ diff --git a/WebNews/pics/45502.png b/WebNews/pics/45502.png new file mode 100644 index 0000000..62f7d9c Binary files /dev/null and b/WebNews/pics/45502.png differ diff --git a/WebNews/pics/47202.jpg b/WebNews/pics/47202.jpg new file mode 100644 index 0000000..7dd157f Binary files /dev/null and b/WebNews/pics/47202.jpg differ diff --git a/WebNews/pics/47203.jpg b/WebNews/pics/47203.jpg new file mode 100644 index 0000000..fce30bd Binary files /dev/null and b/WebNews/pics/47203.jpg differ diff --git a/WebNews/pics/47204.jpg b/WebNews/pics/47204.jpg new file mode 100644 index 0000000..dde78bd Binary files /dev/null and b/WebNews/pics/47204.jpg differ diff --git a/WebNews/pics/47205.jpg b/WebNews/pics/47205.jpg new file mode 100644 index 0000000..69ae42f Binary files /dev/null and b/WebNews/pics/47205.jpg differ diff --git a/WebNews/pics/47206.jpg b/WebNews/pics/47206.jpg new file mode 100644 index 0000000..cb44705 Binary files /dev/null and b/WebNews/pics/47206.jpg differ diff --git a/时序图.vsdx b/时序图.vsdx new file mode 100644 index 0000000..2cae46a Binary files /dev/null and b/时序图.vsdx differ diff --git a/流程图.vsdx b/流程图.vsdx new file mode 100644 index 0000000..d6d63b2 Binary files /dev/null and b/流程图.vsdx differ diff --git a/类图.vsdx b/类图.vsdx new file mode 100644 index 0000000..722c776 Binary files /dev/null and b/类图.vsdx differ