diff --git "a/\346\235\216\345\255\220\346\272\220/css/base.css" "b/\346\235\216\345\255\220\346\272\220/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..ab7a0357ed1649ac3f4c653d1812523dfbfc8f89 --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/css/base.css" @@ -0,0 +1,11 @@ +#father{ + width: 780px; + margin: 0 auto; +} +*{ + margin: 0; + padding: 0; +} +body{ + background-color: #2286C6; +} \ No newline at end of file diff --git "a/\346\235\216\345\255\220\346\272\220/css/shang.css" "b/\346\235\216\345\255\220\346\272\220/css/shang.css" new file mode 100644 index 0000000000000000000000000000000000000000..9da67b32849cb71f056150faddedaf1291ed91d5 --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/css/shang.css" @@ -0,0 +1,29 @@ +#shang{ + width: 780px; + margin-bottom: 2px; +} +#banner{ + width: 780px; + height: 150px; + background: url(../img/banner.jpg) no-repeat; +} +#nav li{ + float: left; + width: 78px; + text-align: center; + background: url(../img/button1.jpg); + line-height: 33px; +} +#nav a{ + text-decoration: underline; + color: #034C88; +} +#nav li:hover{ + background: url(../img/button1_bg.jpg); + position: relative; + bottom: 1px; + right: 1px; +} +#nav ul{ + list-style: none; +} \ No newline at end of file diff --git "a/\346\235\216\345\255\220\346\272\220/css/xia.css" "b/\346\235\216\345\255\220\346\272\220/css/xia.css" new file mode 100644 index 0000000000000000000000000000000000000000..20f32d2277a648ddb91fbe27bc32c748e2f31c6c --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/css/xia.css" @@ -0,0 +1,11 @@ +#xia { + float: left; + margin: 0 auto; + border: solid 5px #FFF; + width: 770px; + height: 20px; + margin-top: 2px; + background-color: #5EA6EB; + text-align: center; + font-size: 16px; +} \ No newline at end of file diff --git "a/\346\235\216\345\255\220\346\272\220/css/you.css" "b/\346\235\216\345\255\220\346\272\220/css/you.css" new file mode 100644 index 0000000000000000000000000000000000000000..df8ee64d12e6f0f07ef56c851dd2b1ae158227b0 --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/css/you.css" @@ -0,0 +1,68 @@ +#you { + height: 670px; + width: 166px; + float: right; + border: solid 5px #FFF; + background-color:#5EA6EB; +} +#fengguang li { + list-style: none; + padding-left:6px; + padding-top:5px; +} +#fengguang img { + border: solid 1px #FFF; +} +#fengguang { +} +#fengguang h3 { + background: url(img/icon2.gif) no-repeat left center #BBDDFF; + padding-left: 10px; + padding-top: 3px; + padding-bottom: 3px; + margin-bottom: 5px; +} +#jiudian li{ + list-style:none; + margin-left: 15px; + background: url(img/icon1.gif) no-repeat left center; + padding-left: 10px; + color: #FFF; + padding-top:3px; + padding-bottom:3px; + border-bottom:dashed 1px; + width:130px; +}#jiudian h3 { + background: url(img/icon2.gif) no-repeat left center #BBDDFF; + padding-left: 10px; + padding-top: 3px; + padding-bottom: 3px; + margin-bottom: 5px; + margin-top:10px; +} +#jiudian a { + text-decoration:none; + color:#FFF; +} +#xiaochi li{ + list-style:none; + margin-left: 15px; + background: url(img/icon1.gif) no-repeat left center; + padding-left: 10px; + color: #FFF; + padding-top:2px; + padding-bottom:2px; + border-bottom:dashed 1px; + width:130px; +} +#xiaochi h3 { + background: url(img/icon2.gif) no-repeat left center #BBDDFF; + padding-left: 10px; + padding-top: 3px; + padding-bottom: 3px; + margin-bottom: 5px; +} +#xiaochi a { + text-decoration:none; + color:#FFF; +} \ No newline at end of file diff --git "a/\346\235\216\345\255\220\346\272\220/css/zhong.css" "b/\346\235\216\345\255\220\346\272\220/css/zhong.css" new file mode 100644 index 0000000000000000000000000000000000000000..6d026640ef3443742a16db3bc3d3d548cca464ab --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/css/zhong.css" @@ -0,0 +1,38 @@ +#zhong{ + width: 390px; + height: 670px; + float: left; + border: solid 5px white; + background: white; +} +#center li { + list-style: none; + margin-bottom: 10px; +} +#center2 { +} +#center2 li { + list-style: none; + float: left; + margin-left: 12px; + margin-top: 8px; +} +#center3 { + margin-top: 10px; +} +#center3 li { + list-style: none; + float: left; + background: url(../img/icon1.gif) no-repeat left center; + margin-left: 10px; + padding-left: 15px; +} +#center3 a { + text-decoration: none; + color: #04518C; + font-size: 12px; +} +#center3 a:hover { + text-decoration: underline; + color: red; +} \ No newline at end of file diff --git "a/\346\235\216\345\255\220\346\272\220/css/zuo.css" "b/\346\235\216\345\255\220\346\272\220/css/zuo.css" new file mode 100644 index 0000000000000000000000000000000000000000..bd973030f0b1f18b1ea256d3d5faa1195b596e75 --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/css/zuo.css" @@ -0,0 +1,66 @@ +#zuo{ + width: 200px; + height: 670px; + background: white; + float: left; + padding-top: 5px; + margin-right: 2px; + padding-bottom: 5px; +} +#weather ul{ + list-style: none; + background: #4881B8; + margin-left: 5px; +} +#weather{ + width: 190px; + margin: 0 auto; + background: url(../img/weather.jpg) no-repeat; + padding-top: 15px; + padding-bottom: 10px; +} +#weather h3{ + text-align: center; + padding-bottom: 15px; + color: #FFF; + font-size: 14px; +} +#weather li{ + margin-left: 15px; + padding-left: 10px; + background: url(../img/icon1.gif) no-repeat left center; +} +#weather a{ + text-decoration: none; + color: white; + font-size: 12px; + font-weight: 100; +} +#tuijian p{ + background: url(../img/icon2.gif) no-repeat left center #BBDDFF; + padding-left: 10px; + text-decoration: none; + color: black; + font-weight: 900; + font-size: 14px; +} +#tuijian li{ + text-align: center; + padding-top: 20px; + color: white; +} +#tuijian ul{ + list-style: none; + margin-left: 5px; + margin-right: 5px; + background: #5EA6EB; +} +#tuijian img{ + border: solid 1px #FFF; +} + + + + + + diff --git "a/\346\235\216\345\255\220\346\272\220/\346\226\260\347\226\206\350\241\214.html" "b/\346\235\216\345\255\220\346\272\220/\346\226\260\347\226\206\350\241\214.html" new file mode 100644 index 0000000000000000000000000000000000000000..f4bacfd944fc41e72ff7a3a54ebffdb04e03a0cd --- /dev/null +++ "b/\346\235\216\345\255\220\346\272\220/\346\226\260\347\226\206\350\241\214.html" @@ -0,0 +1,113 @@ + + +
+ + +
+
+
+
+