searchFilter.css
2.19 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
/***************************************************
* 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下未能垂直居中];
****************************************************/
/* Search Index Less */
body {
overflow: hidden;
}
.search {
margin-left: 40px;
}
.search-area {
background-color: transparent;
text-align: center;
}
.go-kinds,
.go-detail {
padding: 12px 20px;
}
.go-kinds i,
.go-detail i {
vertical-align: middle;
}
.list-view {
margin-top: 10px;
}
.list-view li {
position: relative;
}
.attr {
margin-left: 15px;
font-size: 14px;
}
.attr .filter-type {
float: left;
}
.attr .filter-attr {
float: right;
color: #999999;
margin-right: 40px;
}
.pric {
height: 30px;
line-height: 30px;
}
.pric .filter-attr {
margin-right: 20px;
}
.filter-header {
background: #6c2;
padding: 5px 10px;
color: #ffffff;
}
.filter-area {
position: absolute;
width: 100%;
background-color: #f5f5f5;
top: 0;
left: 100%;
transition: all 0.3s;
-webit-transition: all 0.3s;
-moz-transition: all 0.3s;
}
.filter-area .list-view {
margin-top: 0;
}
.filter-area h1 {
color: #999999;
height: 45px;
font: 14px/45px normal;
}
.filter-area h2 {
height: 30px;
font: 14px/30px normal;
background: #eee;
}
.filter-area h1,
.filter-area h2,
.filter-area li {
padding-left: 15px;
}
.filter-area li {
cursor: pointer;
}
.filter-on {
left: 0%;
}
.filter-word {
font-size: 18px;
}
.filter-attr b {
color: #333;
font-weight: 100;
margin-left: 10px;
}
.p-min,
.p-max {
border: 1px solid #ddd;
background: #f5f5f5;
border-radius: 3px;
width: 53px;
height: 28px;
padding-left: 5px;
vertical-align: middle;
text-align: center;
}
.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;
vertical-align: bottom;
}
.price-range .text {
color: #333;
}