diff --git "a/\350\224\241\344\270\234\347\224\237/lesson11/css/father.css" "b/\350\224\241\344\270\234\347\224\237/lesson11/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..fdb256bc6146ccced7181142097b20c600377a29 --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/lesson11/css/father.css" @@ -0,0 +1,20 @@ + + #father { + width:700px; + margin:1000px; + background-color:#0CF; + margin:0 auto; + font-size:12px; + + + + + } +body{ + background-color:#FFD8D9; + } +*{ + margin:0px; + padding:0px; + } + ul { list-style:none} diff --git "a/\350\224\241\344\270\234\347\224\237/lesson11/css/left.css" "b/\350\224\241\344\270\234\347\224\237/lesson11/css/left.css" new file mode 100644 index 0000000000000000000000000000000000000000..6bee15f32b0acced47fe9c5cf49b449909b1623d --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/lesson11/css/left.css" @@ -0,0 +1,69 @@ +/* CSS Document */ + #left { width:180px; + height:1000px; + background-color:#FFF; + float:left; + background:url(../img/leftbottom.jpg) bottom no-repeat #FFF; + } + #left1 { background:url(../img/login.jpg) no-repeat ; + padding-top:50px; + } + #left1 li{ + margin-left:20px; + padding-top:10px; + } +.txtStyle { width:100px; + border:none; + border-bottom:solid 1px #000000; +} +.btnStyle{ + width:40px; + } + #left1 a { color:#333; + text-decoration:none; + } + #left1 a:hover{ position:relative; + bottom:1px; + right:1px; + + + } + #left2 { + background:url(../img/category.jpg) no-repeat; + padding:50px 24px 5px 24px; + + + + + } + h3{ + background-color:#FDD2CF; + width:140px; + margin-top:10px; + + + } + left2 ul { + padding-top:14px; + } + #left2 li{ + + padding-top:14px; + background:url(../img/icon1.gif) no-repeat center left; + padding-left:10px; + border-bottom:dashed 1px #000000; + + } + #left2 a{ + text-decoration:none; + color:#000 + } + #left2 a:hover{ border-bottom:solid 1px #FF0000; + position:relative; + bottom:1px; + right:1px; + + color:#F00; + + } + diff --git "a/\350\224\241\344\270\234\347\224\237/lesson11/css/right.css" "b/\350\224\241\344\270\234\347\224\237/lesson11/css/right.css" new file mode 100644 index 0000000000000000000000000000000000000000..6e26407a6d596066db05368f3bfc083a90f8ceeb --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/lesson11/css/right.css" @@ -0,0 +1,75 @@ +/* CSS Document */ +#right{ + width:518px; + height:1070px; + float:right; + } +#right1{ + background:url(../img/news.jpg) no-repeat; + padding-top:33px; + width:518px; + height:110px; + } +#right1 li{ + float:left; + } +#right2{ + width:518px; + height:330px; + background:url(../img/recommend.jpg) no-repeat #FFF; + padding-top:33px; + } +#right2 li{ + float:left; + text-align:center; + margin-left:18.8px; + padding-top:15px; + } +#right2 a{ + color:#000; + text-decoration:none; + padding-bottom:20px; + } +#right a:hover{ + color:#C03; + position:relative; + bottom:2px; + right:2px; + } +#right3{ + width:518px; + height:140px; + padding-top:40px; + background:url(../img/fresh.jpg) no-repeat #FFF; + margin-top:5px; + } +#right3 li{ + float:left; + padding-left:18.8px; + text-align:center; + padding-bottom:10px; + } +#right3 a{ + text-decoration:none; + color:#000; + } +#right4{ + width:518px; + height:250px; + background:url(../img/tips.jpg) no-repeat #FFF; + padding-top:50px; + margin-top:5px; + } +#right4 a{ + color:black; + text-align:center; + text-decoration:none; + background:url(../img/icon2.gif) no-repeat center left; + padding-left:7px; + } +#right4 li{ + float:left; + width:220px; + margin-left:25px; + padding-top:20px; + } \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/lesson11/css/top.css" "b/\350\224\241\344\270\234\347\224\237/lesson11/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..b88992e29aaa64704eb9c4b1f1e12bfe15692d00 --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/lesson11/css/top.css" @@ -0,0 +1,37 @@ +/* CSS Document */ +#top{ width:700px; + height:153px; + background-color:#3F0; + margin-bottom:2px; + } +#top1{ + width:700px; + height:120px; + background-image:url(../img/banner.jpg); + } +#top2{ + width:700px; + height:33px; + + + } +#top2 ul{ + list-style:none; + } +#top2 li{ + float:left; + background-image:url(../img/button1.jpg); + line-height:33px; + text-align:center; + width:100px; + } +#top2 a{ + text-decoration:none; + color:#000; + display:block; + } +#top2 a:hover{ + background-image:url(../img/button1_bg.jpg); + position:relative; + bottom:2px; + right:2px; \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/lesson11/index.html" "b/\350\224\241\344\270\234\347\224\237/lesson11/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..139f9ce9c7fddac8a10032e519ac9cdca217202a --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/lesson11/index.html" @@ -0,0 +1,151 @@ + + + + +满屋花 + + + + + + + +
+
+
+ +
+
+
+
+ +
+ +
+ + + +
+ +
+ + diff --git "a/\350\224\241\344\270\234\347\224\237/xjx/css/bottom.css" "b/\350\224\241\344\270\234\347\224\237/xjx/css/bottom.css" new file mode 100644 index 0000000000000000000000000000000000000000..6d824f9a62ea0eb46cbd18c48b1e230d9b6657ce --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/xjx/css/bottom.css" @@ -0,0 +1,8 @@ +#bottom{ + + background-color: #5EA6EE; + + border: white solid 6px; + line-height: 30px; + +} \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/xjx/css/father.css" "b/\350\224\241\344\270\234\347\224\237/xjx/css/father.css" new file mode 100644 index 0000000000000000000000000000000000000000..5e5f8115908e594cb22415f3f373dabe3b7dcf8a --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/xjx/css/father.css" @@ -0,0 +1,15 @@ +body { + background-color:#2286C6; +} + #father{ width: 780px; + height: 900px; + background-color:#2286C6; + margin: 0 auto; + + + } + ul{list-style: none;} + *{ margin: 0px; + padding: 0px; + } + \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/xjx/css/middle.css" "b/\350\224\241\344\270\234\347\224\237/xjx/css/middle.css" new file mode 100644 index 0000000000000000000000000000000000000000..8410e0e6b97f6312daff6e706c8b5cd07d000178 --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/xjx/css/middle.css" @@ -0,0 +1,250 @@ + #middle{ + width: 48.75rem; + height: 690px; + font-size: 13px; + margin-bottom: 2px; + + + } + .left{ width: 12.5rem; + float: left; + + + } +.left1{ + background:url(../images/weather.jpg) no-repeat; + width: 12.5rem; + height: 2.625rem; + ; + line-height:50px; + padding-left:75px; + font-size:12px; + color:#FFF; + + + + } + .left2{ width:11.875rem; + height: 8.275rem; + background-color: #5EA6EE; + + border-left: white solid 5px; + border-right: white solid 5px; + + } + .left2 li{ + padding-left: 13px; + background: url(../images/icon1.gif) no-repeat center left; + margin-left: 10px; + font-size: 12px; + line-height:25px; + } + .left2 a{ + text-decoration: none; + color: white; + + } + li:hover{ position: relative; + bottom: 2px; + right: 2px; + + + + } + .jrtj{ background-color:white; + background:url(../images/icon2.gif) no-repeat center left 10px; + text-align:left; + background-color: #BBDDFF; + + padding-left: 20px; + line-height: 30px; + border-left: white solid 5px; + border-right: white solid 5px; + + } + .left3{padding-left: 5px; + padding-right: 5px; + background-color: white; + + } + .left3 li{ text-align: center; + padding-top: 15px; + color: white; + + } + .left4{width: 190px; + height: 470px; + background-color: #5EA6EE; + padding-top: 10px; + border-bottom: white solid 5px; + } + + .left4 img{ + border: white 2px solid; + + } + .middle1{ + width: 25rem; + height: 685px; + float: left; + margin-left: 2px; + background-color: white; + + } + .middle2{ + background: url(../images/ghost.jpg); + width: 390px; + height: 270px; + margin-left: 5px; + margin-top: 5px; + margin-bottom: 5px; + } + .middle3{ + background: url(../images/picture_h1.gif) no-repeat; + height: 41px; + width: 390px; + margin-left: 5px; + } +.middle4{ + width:390px; + height:140px; + background:url(../img/picture_h1.gif) no-repeat; + margin-top:15px; + } + .middle4 img{ + border: blue 1px solid; + } +.middle4 li{ + float:left; + padding-left:12.8px; + } +.middle5{ + background: url(../images/route_h1.gif) no-repeat; + width: 390px; + height: 41px; + margin-left: 5px; + } +.middle6{ + + border-left: white solid 5px; + border-right: white solid 5px; + padding-top: 20px; +} +.middle6 li{ + line-height:30px; + padding-left: 13px; + background: url(../images/icon1.gif) no-repeat center left ; + color: #06528D; + +} + .right{ + float: right; + height: 685px; + width:175px ; + background-color: white; + } +.right1{ background-color:white; + background:url(../images/icon2.gif) no-repeat center left 10px; + text-align:left; + background-color: #BBDDFF; + + padding-left: 20px; + line-height: 30px; + border-left: white solid 5px; + border-right: white solid 5px; + border-top: solid white 5px; + + } + .right2{ + width: 155px; + height: 240px; + background-color:#5EA6EE ; + margin-left: 5px; + border:#5EA6EE solid 5px; + + + } + .right2 li{ + padding-top: 10px; + } + .right2 img{ + border: white 2px solid; + } + .right3{ + background-color:white; + background:url(../images/icon2.gif) no-repeat center left 10px; + text-align:left; + background-color: #BBDDFF; + + padding-left: 20px; + line-height: 30px; + border-left: white solid 5px; + border-right: white solid 5px; + + } + .right4{ + width: 165px; + height: 8.275rem; + background-color: #5EA6EE; + + border-left: white solid 5px; + border-right: white solid 5px; + + } + .right4 li{ + line-height:30px; + padding-left: 13px; + background: url(../images/icon1.gif) no-repeat center left; + + border-bottom: white dashed 1px; + margin-left: 10px; + margin-right: 10px; + + } + .right4 a{ + text-decoration: none; + color: white; + + } + .right5{ background-color:white; + background:url(../images/icon2.gif) no-repeat center left 10px; + text-align:left; + background-color: #BBDDFF; + + padding-left: 20px; + line-height: 30px; + border-left: white solid 5px; + border-right: white solid 5px; + + } + .right6{ + width: 165px; + height: 200px; + background-color: #5EA6EE; + + border-left: white solid 5px; + border-right: white solid 5px; + + } + .right6 li{ + line-height:25px; + padding-left: 13px; + background: url(../images/icon1.gif) no-repeat center left ; + + + border-bottom: white dashed 1px; + margin-left: 10px; + margin-right: 10px; + + } + .right6 a{ + text-decoration: none; + color: white; + + + + } + + + + \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/xjx/css/top.css" "b/\350\224\241\344\270\234\347\224\237/xjx/css/top.css" new file mode 100644 index 0000000000000000000000000000000000000000..0ef4f0f8e0d37b6e438b5d66b1cd6dfd662d0989 --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/xjx/css/top.css" @@ -0,0 +1,35 @@ + #top{ + width: 780px; + height: 11.4375rem; + margin-bottom: 0.125rem; + + } + .top1{ background: url(../images/banner.jpg) no-repeat; + width: 780px; + height: 150px; + + } + .top2 {width: 48.75rem; + } + + + .top2 li{float: left; + width: 4.875rem; + height:2.0625rem; + text-align: center; + line-height: 2.0625rem; + background-image: url(../images/button1.jpg) ; + + } + .top2 a { + color:#155991; + display: block; + + } + .top2 a:hover { + color:#155991; + position: relative; + background-image: url(../images/button1_bg.jpg); + bottom: 1px; + right: 1px;; + } \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/xjx/js/index.html" "b/\350\224\241\344\270\234\347\224\237/xjx/js/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..66248770b27e66331c223c628be125e371392e10 --- /dev/null +++ "b/\350\224\241\344\270\234\347\224\237/xjx/js/index.html" @@ -0,0 +1,121 @@ + + + + + + Document + + + + + + + +
+
+
+ + + +
+
+
+
天气推荐
+ +
今日推荐
+
+
+
    +
  • 喀纳斯河
  • +
  • 布尔津
  • +
  • 天山之路
  • + +
+
+
+ +
+
+
+
+
+
    +
  • +
  • +
  • +
  • +
+ +
+
+ +
+
+
    +
  • 吐鲁番— —库尔勒— —库车— —塔中— —和田— —喀什
  • +
  • 乌鲁木齐— —天池— —克拉玛依— —乌伦古湖— —喀纳斯
  • +
  • 乌鲁木齐— —奎屯— —乔尔玛— —那拉提— —巴音布鲁克
  • +
  • 乌鲁木齐— —五彩城— —将军隔壁— —吉木萨尔
  • +
+
+
+
+
新疆风光
+
+
    +
  • +
  • +
+
+
小吃推荐
+ +
宾馆酒店
+ +
+ +
+
路过©   版权所有   demo@8569321489
+
+ + \ No newline at end of file diff --git "a/\350\224\241\344\270\234\347\224\237/xjx/\345\233\276\347\211\207.png" "b/\350\224\241\344\270\234\347\224\237/xjx/\345\233\276\347\211\207.png" new file mode 100644 index 0000000000000000000000000000000000000000..0349bad54b60aab8a6ebca2292d44f3ad6b72605 Binary files /dev/null and "b/\350\224\241\344\270\234\347\224\237/xjx/\345\233\276\347\211\207.png" differ