From 6a30dcfcf5de630e812bc307e474de9cc902291a Mon Sep 17 00:00:00 2001 From: li-ziyuan1210 <1298453558@qq.com> Date: Mon, 14 Dec 2020 16:59:48 +0800 Subject: [PATCH] first commit --- .../css/base.css" | 11 ++ .../css/shang.css" | 29 +++++ .../css/xia.css" | 11 ++ .../css/you.css" | 68 +++++++++++ .../css/zhong.css" | 38 ++++++ .../css/zuo.css" | 66 ++++++++++ ...\346\226\260\347\226\206\350\241\214.html" | 113 ++++++++++++++++++ 7 files changed, 336 insertions(+) create mode 100644 "\346\235\216\345\255\220\346\272\220/css/base.css" create mode 100644 "\346\235\216\345\255\220\346\272\220/css/shang.css" create mode 100644 "\346\235\216\345\255\220\346\272\220/css/xia.css" create mode 100644 "\346\235\216\345\255\220\346\272\220/css/you.css" create mode 100644 "\346\235\216\345\255\220\346\272\220/css/zhong.css" create mode 100644 "\346\235\216\345\255\220\346\272\220/css/zuo.css" create mode 100644 "\346\235\216\345\255\220\346\272\220/\346\226\260\347\226\206\350\241\214.html" 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 0000000..ab7a035 --- /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 0000000..9da67b3 --- /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 0000000..20f32d2 --- /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 0000000..df8ee64 --- /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 0000000..6d02664 --- /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 0000000..bd97303 --- /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 0000000..f4bacfd --- /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 @@ + + + + + + 新疆行 + + + + + + + + +
+
+ + +
+
+ +
+
    +

    今日推荐

    +

  • 喀纳斯河
  • +

  • 布尔津
  • +

  • 天山之路
  • +
+
+
+
+
+
    +
  • +
+
+ +
+
    +
  • +
  • +
  • +
  • +
+
+ + +
+
+
+

新疆风光

+
    +
  • +
  • +
+
+
+

小吃推荐

+ +
+ +
+
+ 艾萨克版权所有© demo@demo.com +
+
+ + \ No newline at end of file -- Gitee