-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwz.css
136 lines (116 loc) · 2.39 KB
/
wz.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
margin: 0;
padding: 0;
}
body{
background-color: #fafafa;
}
.search {
text-align: center;
width: 1190px;
height: 46px;
}
.search img {
width: 128px;
height: 41px;
display: inline;
}
.search div .from {
width: 112px;
height: 44px;
height: 46px;
background-color: #4E6EF2;
border: 0;
border: 0 none;
color: #fff;
font-size: 17px;
border-radius: 0 10px 10px 0;
}
.content{
width: 1188px;
height: 522px;
/* position: relative; */
/* margin-bottom: 10px; */
margin: 0 auto;
padding: 9px 0 40px;
background-color: #fff;
border: 1px solid #DEE3EB;
}
a {
font-size: 14px;
text-align: left;
display: inline-block;
height: 16px;
/* width: 100%;
height: 100%; */
text-decoration: none;
line-height: 16px;
/* text-align: left;
display: block; */
/*
visible 可见 默认值
hidden 隐藏
scroll 滑动 不管有没有超出都有白条(滚动条)
auto 自动 超出的时候才有白条(滚动条)
overflow: hidden; */
/* display: inline-table; */
overflow: hidden;
/* //自动隐藏文字 */
text-overflow: ellipsis;
/* 文字隐藏后添加省略号 */
white-space: nowrap;
/* nowrap:文本不会换行,文本会在在同一行上继续,直到遇到 标签为止。 */
}
a:hover {
/* background-color: darkgrey;
border-radius: 10px; */
color: red;
text-decoration: underline;
/* font-size: 20px; */
}
a:focus {
color: red;
}
ul li {
/* margin-left: 5px; */
float: left;
list-style-type: none;
width: 102px;
height: 18px;
line-height: 18px;
color: royalblue;
display: table;
font-size: 14px;
padding: 6px 0 3px;
}
ul {
width: 100%;
/* 保证ul是一行一行排列的。 */
clear: both;
}
.first {
width: 61px;
margin-left: 15px;
}
ul .first a{
color: #0AA770;
}
.new {
/* top: */
text-align: center;
/* height: 80px; */
margin-right : 50%;
margin: 0 auto;
}
/* .biankuang {
width: 980px;
margin: 0 auto;
border-style: solid;
border-width: 1px;
border-color: #86D981;
background: url("http://www.mabaoshan.top/img/search_box_index_bg.gif") repeat-x scroll 0 0 transparent;
} */
.main{
top: 70px;
position: absolute;
}