diff --git "a/\351\237\246\345\244\251\347\277\224/css/base.css" "b/\351\237\246\345\244\251\347\277\224/css/base.css" new file mode 100644 index 0000000000000000000000000000000000000000..6cdfad0aec1c97641bd12cfaec162419c6f8df3e --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/css/base.css" @@ -0,0 +1,17 @@ +#father{ + width:780px; + height:300px; + margin:0 auto; +} +body{ + background-color:#2286C6; +} + +*{ + margin:0px; + padding:0px; + font-size:12px; +} +#father ul{ + list-style:none; +} \ No newline at end of file diff --git "a/\351\237\246\345\244\251\347\277\224/css/bott.css" "b/\351\237\246\345\244\251\347\277\224/css/bott.css" new file mode 100644 index 0000000000000000000000000000000000000000..b2d85f8df6f700c2af620c14bdc179ea0c9bf2a7 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/css/bott.css" @@ -0,0 +1,23 @@ +#bott{ + width:780px; + height:25px; + background-color:#FFF; + float:left; + margin-top:2px; +} + +#bott ul{ + list-style:none; +} + +#bott li{ + background:#5EA6EB; + text-align:center; + margin-top:5px; + width:770px; + margin-left:5px; +} +#bott a{ + color:#FFF; + text-decoration:none; +} \ No newline at end of file diff --git "a/\351\237\246\345\244\251\347\277\224/css/left.css" "b/\351\237\246\345\244\251\347\277\224/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..72b3478eff25b2bf7bd2dbb0a074e2ae77d96d72 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/css/left.css" @@ -0,0 +1,50 @@ +#left{ + float:left; + width:200px; + height:615px; + background:#FFF; + margin-right:2px; +} +#weather{ + margin:5px 5px 0px 5px; + background:#5EA6EB; + width:190px; + height:160px; +} +#weather ul{ + margin-top:10px; + margin-bottom:10px; +} +#weather li{ + margin-left:10px; + background:url(../img/icon1.gif) left no-repeat; + padding-left:15px; + margin-top:5px; +} +#weather a{ + color:#FFF; + text-decoration:none; +} +#tuijian{ + width:190px; + margin:0px 5px 5px 5px; + background:#5EA6EB; +} +#tuijian ul{ + text-align:center; +} +#tuijian h3{ + background:#BBDDFF url(../img/icon2.gif) no-repeat 6px 6px; + padding-left:18px; +} +#tuijian li{ + margin-top:10px; + margin-left:2px; +} +#tuijian a{ + color:#FFF; + text-decoration:none; +} + + + diff --git "a/\351\237\246\345\244\251\347\277\224/css/middle.css" "b/\351\237\246\345\244\251\347\277\224/css/middle.css" new file mode 100644 index 0000000000000000000000000000000000000000..330bf6e7a2dce170d36a298fbe71c9b6ef4c90b9 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/css/middle.css" @@ -0,0 +1,46 @@ +#middle{ + width:400px; + height:615px; + float:left; + background-color:#FFF; + margin-right:2px; +} +#ghost{ + width:390px; + height:260px; + padding:5px 5px; + margin-bottom:15px; +} +#beauty{ + background:url(../img/picture_h1.gif) no-repeat; + width:390px; + margin-left:5px; + padding-top:50px; + margin-bottom:20px; +} +#beauty li{ + float:left; + margin-left:12px; +} + +#routy{ + background:url(../img/route_h1.gif) no-repeat; + width:390px; + height:300px; + margin-left:5px; + float:inherit; + padding-top:40px; +} +#routy ul{ + margin-left:20px; +} +#routy li{ + margin-top:8px; + background:url(../img/icon1.gif) no-repeat left; + padding-left:10px; +} +#routy a{ + color:#2286C6; +} + + diff --git "a/\351\237\246\345\244\251\347\277\224/css/right.css" "b/\351\237\246\345\244\251\347\277\224/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..9b2945f1c7fbbdfadea32ac5cd336513e57fe275 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/css/right.css" @@ -0,0 +1,51 @@ +#right{ + width:175px; + height:615px; + background-color:#FFF; + float:left; +} +#fengguang{ + margin:5px 5px 0px 5px; + width:165px; + height:245px; + background:#5EA6EB; +} +#fengguang h2{ + background:#BBDDFF url(../img/icon2.gif) no-repeat 6px 6px; + padding-left:18px; +} +#fengguang li{ + margin-top:5px; + margin-left:7px; +} + +#xiaochi{ + width:165px; + height:360px; + margin:0px 5px 5px 5px; + background:#5EA6EB; +} +#xiaochi h1{ + background:#BBDDFF url(../img/icon2.gif) no-repeat 6px 6px; + padding-left:18px; +} +#xiaochi li{ + margin-left:10px; + background:url(../img/icon1.gif) left no-repeat; + padding-left:15px; + margin-top:5px; + border-bottom:dashed 1px #FFF; + width:110px; + margin-top:6px; + padding-bottom:3px; +} +#xiaochi h4{ + background:#BBDDFF url(../img/icon2.gif) no-repeat 6px 6px; + padding-left:18px; + margin-top:20px; + margin-bottom:10px; +} +#xiaochi a{ + text-decoration:none; + color:#FFF; +} \ No newline at end of file diff --git "a/\351\237\246\345\244\251\347\277\224/css/top.css" "b/\351\237\246\345\244\251\347\277\224/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..66fdf5b59c00caec95aad5b82a2c627b341651be --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/css/top.css" @@ -0,0 +1,50 @@ +#top{ + width:780px; + height:183px; + margin-bottom:2px; +} + +#banner{ + background:url(../img/banner.jpg) no-repeat; + width:780px; + height:150px; +} +#nav{ + width:780px; + height:33px; +} +#nav li{ + background:url(../img/button1.jpg) no-repeat; + width:78px; + line-height:33px; + text-align:center; + float:left; +} +#nav a{ + color:#000; +} +#nav li:hover{ + position:relative; + bottom:2px; + left:2px; +} + + + + + + + + + + + + + + + + + + + + diff --git "a/\351\237\246\345\244\251\347\277\224/index.html" "b/\351\237\246\345\244\251\347\277\224/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..33da90e36b4ea1fd6072ac251c2768ac097c2be4 --- /dev/null +++ "b/\351\237\246\345\244\251\347\277\224/index.html" @@ -0,0 +1,111 @@ + + + + +新疆行 + + + + + + + + +
+
+ + +
+
+ +
+

今日推荐

+ +
+
+
+
+
+
    +
  • +
  • +
  • +
  • +
+
+ +
+ +
+ +
+
+ + diff --git "a/\351\237\246\345\244\251\347\277\224/\346\226\260\347\226\206\350\241\214.png" "b/\351\237\246\345\244\251\347\277\224/\346\226\260\347\226\206\350\241\214.png" new file mode 100644 index 0000000000000000000000000000000000000000..1afe3ccb6b5712c859d24b06efceb7480d7b6d9a Binary files /dev/null and "b/\351\237\246\345\244\251\347\277\224/\346\226\260\347\226\206\350\241\214.png" differ