Skip to content

Commit 01e1d1e

Browse files
committed
初始化
1 parent f13e238 commit 01e1d1e

3 files changed

Lines changed: 117 additions & 5 deletions

File tree

baixing/css/guideList.css

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
@charset "UTF-8";
2+
/* CSS Document */
3+
4+
/*css reset*/
5+
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form{
6+
margin:0;
7+
font: 14px/1.5 'Arial',sans-serif;
8+
}
9+
ol,li,ul{
10+
margin:0;
11+
padding:0;
12+
list-style:none;
13+
}
14+
15+
/*common use*/ƒ
16+
ul li{
17+
padding-left:5px;
18+
}
19+
a{
20+
text-decoration:none;
21+
color:#000;
22+
}
23+
a:hover{
24+
text-decoration:underline;
25+
}
26+
/*guidList*/
27+
.red{
28+
color:#F00;
29+
}
30+
#guideList{
31+
width:1000px;
32+
margin:0 auto;
33+
}
34+
.listContentTitle{
35+
background-color:#f7f7f7;
36+
width:180px;
37+
height:29px;
38+
border-bottom:2px solid #82c727;
39+
padding:3px 5px;
40+
line-height:29px;
41+
}
42+
.icon{
43+
background:url(../image/icons.png) no-repeat 0 0;
44+
display:inline-block;
45+
width:18px;
46+
height:18px;
47+
vertical-align:text-bottom;
48+
overflow:hidden;
49+
}
50+
.iconCar{
51+
background-position:-41px 1px;
52+
}
53+
.iconAnimal{
54+
background-position:2px -23px;
55+
}
56+
.iconLove{
57+
background-position:-172px 2px;
58+
}
59+
.iconHouse{
60+
background-position:-84px 1px;
61+
}
62+
.iconHire{
63+
background-position:-128px 2px;
64+
}
65+
.iconservice{
66+
background-position:-85px -23px;
67+
}
68+
.iconPart{
69+
background-position:-128px -23px;
70+
}
71+
.iconEducation{
72+
background-position:-215px 1px;
73+
}
74+
.listContent{
75+
width:180px;
76+
margin-left:20px;
77+
float:left;
78+
}
79+
.titleH{
80+
display:inline;
81+
font-size:14px;
82+
}
83+
.titleLink:link{
84+
color:green;
85+
}
86+
.titleLink:hover{
87+
color:#888;
88+
}
89+
.listSort h4 {
90+
padding:5px 0;
91+
}
92+
ul li{
93+
border-bottom: thin dotted #888;
94+
padding-bottom:5px;
95+
}
96+
.little{
97+
font-size:12px;
98+
padding-bottom:5px;
99+
}
100+
.little:link{
101+
color:#888;
102+
}
103+
.noBorder{
104+
border:none;
105+
}
106+
.towList{
107+
display:inline-block;
108+
width:80px;
109+
height:31px;
110+
}
111+
#long{
112+
width:120px;
113+
}

index.html renamed to baixing/guideList.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88

99
<body>
10-
<div id="guideList">
10+
<div id="guideList">
1111
<!--list 1-->
1212
<div class="listContent">
1313
<!--物品交易-->
@@ -157,7 +157,7 @@ <h3 class="titleH"><a href="#" target="_blank" class="titleLink">房屋租售</a
157157
</div>
158158
<ul class="listSort">
159159
<li>
160-
<h4><a href="#" target="_blank" id="red">房屋出租</a></h4>
160+
<h4><a href="#" target="_blank" class="red">房屋出租</a></h4>
161161
<a href="#" target="_blank" class="little">整套出租</a>
162162
<a href="#" target="_blank" class="little">床位出租</a>
163163
<a href="#" target="_blank" class="little">...</a>
@@ -173,7 +173,7 @@ <h4><a href="#" target="_blank">电脑及配件</a></h4>
173173
<a href="#" target="_blank" class="little">...</a>
174174
</li>
175175
<li>
176-
<h4><a href="#" target="_blank" id="red"></a></h4>
176+
<h4><a href="#" target="_blank" class="red"></a></h4>
177177
<a href="#" target="_blank" class="towList">二手房出售</a>
178178
<a href="#" target="_blank" class="towList">新房出售</a>
179179
<a href="#" target="_blank" class="towList">写字楼出售</a>
@@ -309,12 +309,11 @@ <h4><a href="#" target="_blank">保安/保洁</a></h4>
309309
<h4><a href="#" target="_blank">厨师/切配</a></h4>
310310
</li>
311311
<li class="noBorder">
312-
<h4><a href="#" target="_blank" id="red">工人/技工</a></h4>
312+
<h4><a href="#" target="_blank" class="red">工人/技工</a></h4>
313313
</li>
314314
<li class="noBorder">
315315
<h4><a href="#" target="_blank">财务/会计</a></h4>
316316
</li>
317-
</li>
318317
<li class="noBorder">
319318
<h4><a href="#" target="_blank">老师/培训师</a></h4>
320319
</li>

baixing/image/icons.png

3.7 KB
Loading

0 commit comments

Comments
 (0)