search-list.css
1.75 KB
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
body{background-color: white;}
.div-search-list{
width:1000px;
margin:0 auto;
}
.div-search-list>div{
color:#999999;
}
.div-search-list>ul{
padding-left:0;
list-style: none;
}
.div-search-title{
margin-bottom: 14px;
}
.div-search-title a,.div-search-title label,.font-key{
font-size:15px;
}
.div-search-title a{
text-decoration: none;
color:#179bf0;
font-size: 20px;
}
.div-search-title a:hover{
text-decoration: underline;
color:#1e57ad;
}
.div-search-list>ul>li{
margin-top:20px;
}
.search-text{
border:1px solid #0096eb;
border-right:none;
width:515px;
height:38px;
float:left;
}
.search-text img{
margin-left:10px;
/* margin-top:10px; */
margin-right:4px;
}
.search-text input[type="text"]{
border:none;
width:475px;
height:36px;
padding:4px;
}
.btn-search{
width:92px;
height:38px;
}
.distance{
/* margin-left: 36px; */
}
.highlight{
color: red;
}
.div-search-title .highlight{
font-size: 20px;
}
.s_tag {
margin-top:20px;
margin-left:85px;
background: #f8f8f8;
line-height: 36px;
height: 38px;
float: none;
}
#tag {
/* margin-left:100px; */
}
#tag > ul > li {
float:left;
list-style:none;
margin-right:5px;
height:60px;
width:70px;
text-align:center;
}
#tag > ul > li:hover {
cursor:pointer;
}
.tag_active {
border-bottom:5px solid #38f;
font-weight: bold;
color: #323232;
font-size: 18px;
}
.null_content {
text-align: center;
font-size: 25px;
/* height: 100px; */
/* text-align:center; */
/* line-height: 100px; */
/* font-size: 25px; */
/* font-weight: 600; */
}
nav>ul>li>a{
font-size:12px;
color:#1e57ad;
}
.searchContent {
text-overflow: ellipsis;
overflow:hidden;
white-space:nowrap;
}
.threeRow {
font-size:14px;
line-height:1.4;
max-height:60px;
}
.ul_data li{
margin-top: 40px;
}