searchFilter.css
2.72 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
/***************************************************
* feature : 变量配置;
* update : 2015/02/05;
* use : ;
* extend : ;
* example : ;
* desc : ;
* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
****************************************************/
.bg-img {
background: url('../../images/icon/icon.png') no-repeat;
background-size: 150px;
}
/* searchFilter.less */
.filter-area .list-view {
margin-top: 10px;
}
.filter-area h2 {
height: 45px;
line-height: 45px;
border-bottom: 1px #ddd solid;
color: #999;
font-size: 14px;
padding-left: 15px;
font-weight: normal;
}
.filter-area h3 {
height: 30px;
font: 14px/30px normal;
background: #eee;
}
.filter-area h3,
.filter-area li {
padding-left: 15px;
}
.filter-area li {
cursor: pointer;
}
.filter-area .search-area {
background-color: transparent;
text-align: center;
}
.filter-area .list-view li {
position: relative;
}
.filter-area .attr {
margin-left: 15px;
font-size: 14px;
}
.filter-area .attr .filter-attr {
float: right;
color: #999999;
margin-right: 40px;
}
.filter-area .pric {
height: 30px;
line-height: 30px;
}
.filter-area .pric .filter-attr {
margin-right: 20px;
}
.filter-area .filter-header {
position: relative;
}
.filter-area .filter-word {
font-size: 18px;
color: #fff;
}
.filter-area .filter-attr b {
color: #333;
font-weight: 100;
margin-left: 10px;
}
.filter-area .p-min,
.filter-area .p-max {
border: 1px solid #ddd;
background: #f5f5f5;
border-radius: 3px;
width: 53px;
height: 28px;
padding-left: 5px;
vertical-align: middle;
}
.filter-on {
left: 0%;
width: 100%;
}
.f-province .list-view,
.f-city .list-view,
.f-district .list-view {
margin-top: 0;
}
.f-province h2 {
font-weight: normal;
height: 45px;
line-height: 45px;
padding-left: 15px;
}
.f-province .m-table-view {
margin-top: 0;
}
.f-province .m-table-view a {
display: block;
float: none;
text-align: left;
}
.cover-layer {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
top: 0;
}
.layer-content {
display: inline-block;
width: 100%;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
}
.layer-content .list-view {
background: #f4f4f4;
padding: 20px 0;
}
.layer-content .list-view li {
background: #f4f4f4;
border-color: transparent;
}
.cover-completed {
height: 40px;
line-height: 40px;
text-align: right;
background: #ddd;
}
.cover-completed span {
display: inline-block;
margin: 0 10px;
color: #0a7efd;
}
.price-range .text {
color: #333;
}