diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/2020-12-14_162052.png" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/2020-12-14_162052.png" new file mode 100644 index 0000000000000000000000000000000000000000..b70d33945b0bdf8331fa890b57874f9d9ed9d3c5 Binary files /dev/null and "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/2020-12-14_162052.png" differ diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/base.css" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..6938dadfd947d1572b641ae13f641282d3e99395 --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/base.css" @@ -0,0 +1,50 @@ +*{ + font-size:12px; + margin:0px; + padding:0px; + position:relative; +} + +ul{ + list-style:none; +} + +body{ + background:#2286C6; +} + +#father{ + margin:0px auto; + width:780px; +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* CSS Document */ + diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/bottom.css" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/bottom.css" new file mode 100644 index 0000000000000000000000000000000000000000..100d652574c358e04ea5b9675c20aaaf2ca55b02 --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/bottom.css" @@ -0,0 +1,48 @@ +#bottom{ + width:780px; + height:25px; + float:left; + margin-top:2px; + background:#FFF; +} + +#bottom ul{ + margin:5px; + background:#5EA6EB; +} + +#bottom li{ + text-align:center; +} + +#bottom font{ + color:#FFF; +} + + + + + + + + + + + + + + + + + + + + + + + + + + +/* CSS Document */ + diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/center.css" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/center.css" new file mode 100644 index 0000000000000000000000000000000000000000..00f06ca73a6b90d279849572412d8ef3c36c29f6 --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/center.css" @@ -0,0 +1,70 @@ +#center{ + width:400px; + height:590px; + background:#FFF; + float:left; + margin-right:2px; +} + +#centerbanner{ + margin:5px auto 0; + background:url(../img/ghost.jpg); + width:390px; + height:260px; +} + +#view{ + margin-top:25px; + background:url(../img/picture_h1.gif) no-repeat; + width:400px; + height:164px; + margin-bottom:15px; +} + +#view li{ + display:block; + float:left; + width:80px; + padding-top:45px; + margin:0px 10px 0px 10px; +} + +#route{ + width:400px; + height:100px; + margin:0 auto; + background:url(../img/route_h1.gif) no-repeat; + padding-top:45px; + color:#125B92; +} + +#route ul{ + padding-left:15px; +} + +#route li{ + background:url(../img/icon1.gif) center left no-repeat; + padding-left:10px; +} + + + + + + + + + + + + + + + + + + + + +/* CSS Document */ + diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/left.css" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..f08976c763de5670a83abe161d8fb0bc7ad86beb --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/left.css" @@ -0,0 +1,67 @@ +#left{ + width:200px; + height:600px; + background:#FFF; + float:left; + margin-right:2px; +} + +#winter #tianqi{ + background:url(../img/weather.jpg) no-repeat #5EA6EB; + width:200px; + margin:0 auto; + height:47px; +} + +#winter h3{ + line-height:50px; + text-align:center; + color:#FFF; +} + +#winter #wenzi{ + background:#5EA6EB; + height:85px; + margin:0 auto; + width:190px; +} + +#winter ul{ + padding-left:10px; +} + +#winter li{ + padding-left:12px; + background:url(../img/icon1.gif) no-repeat center left; +} + +#recommend{ + width:190px; + margin:0px auto; + background-color:#5EA6EB; + color:#D7EBFE; +} + +#recommend h3{ + background:url(../img/icon2.gif) no-repeat center left #BBDDFF; + padding-left:15px; + margin:0 auto; + width:175px; + color:#003973; +} + +#recommend li{ + line-height:22px; + padding-top:5px; + text-align:center; +} + +#recommend img{ + border:solid #FFF 1px; +} + + + + + + diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/right.css" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..46597449ff61edd458d73485b368c37c5f303aad --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/right.css" @@ -0,0 +1,78 @@ +#right{ + width:176px; + height:590px; + background:white; + float:right; + padding-top:5px; +} + +#right h3{ + background:#BBDDFF url(../img/icon2.gif) center left no-repeat; + height:20px; + width:151px; + margin-bottom:0px; + padding-left:15px; +} + +#jingse{ + width:166px; + height:250px; + margin:0 auto; +} + +#jingse ul{ + background:#5EA6EB; + padding-top:5px; + padding-bottom:15px; +} + +#jingse li{ + text-align:center; +} + +#foot{ + width:166px; + height:150px; + margin:0 auto; + background:#5EA6EB; +} + +#foot ul{ + padding-top:10px; +} + +#foot li{ + line-height:25px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:10px; + margin-left:10px; + color:#FFF; + border-bottom:dashed 1px #FFF; +} + +#home{ + width:166px; + height:180px; + margin:0 auto; + background:#5EA6EB; +} + +#home ul{ + padding-top:10px; +} + +#home li{ + line-height:20px; + background:url(../img/icon1.gif) no-repeat left center; + padding-left:10px; + margin-left:10px; + color:#FFF; + border-bottom:dashed 1px #FFF; +} + + + + + + + diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/top.css" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..1d83b4638b7811b41048de9f87bf2fa885a9cbc8 --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/css/top.css" @@ -0,0 +1,58 @@ +#top{ + width:780px; + height:183px; + background:#6C0; + margin-bottom:2px; +} + +#banner{ + background:url(../img/banner.jpg) no-repeat; + height:150px; +} + +#dav li{ + text-align:center; + width:78px; + display:block; + float:left; + line-height:33px; + background:url(../img/button1.jpg) no-repeat; +} + +#dav a{ + color:#004A87; + display:block; +} + +#dav a:hover{ + bottom:1px; + right:1px; + background:url(../img/button1_bg.jpg) no-repeat; +} + + + + + + + + + + + + + + + + + + + + + + + + + +/* CSS Document */ + diff --git "a/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/index.html" "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..14c15bd200b5574e7531791a5e7f5a21ac450c68 --- /dev/null +++ "b/\345\217\266\347\234\237/\346\226\260\347\226\206\350\241\214/index.html" @@ -0,0 +1,118 @@ + + +
+ +