sort.css
2.76 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
/*zzf*/
/***************************************************
* 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;
}
#sortPage .m-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
#sortPage .sort {
position: relative;
width: 100%;
height: 100%;
<<<<<<< HEAD
background: #ffffff;
=======
background: #fff;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
#sortPage .sort-left,
#sortPage .sort-right {
width: 50%;
height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
margin-top: 44px;
}
#sortPage .sort-left ul,
#sortPage .sort-right ul {
padding-bottom: 44px;
}
#sortPage .sort-left {
background: #f4f4f4;
left: 0;
font-size: 0;
}
#sortPage .sort-left li {
<<<<<<< HEAD
border-right: 1px solid #dddddd;
}
#sortPage .sort-left li.on {
background: #ffffff;
border-right: 1px solid #ffffff;
=======
border-right: 1px solid #ddd;
}
#sortPage .sort-left li.on {
background: #fff;
border-right: 1px solid #fff;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
#sortPage .sort-left li.on .title {
color: #66cc22;
}
#sortPage .m-table-view .cell {
padding: 0;
overflow: visible;
}
#sortPage .m-table-view .cell .title {
display: block;
float: none;
text-align: left;
padding: 11px 15px;
}
#sortPage .sort-right {
right: 0;
}
#sortPage .sort-right ul {
padding-bottom: 0;
}
#sortPage .sort-right li {
margin: 0 10px;
}
#sortPage .sort-right li .m-table-view {
width: auto;
display: block;
margin: 0 -10px;
background-color: #888;
}
#sortPage .sort-right li .m-table-view .cell:last-child {
border-bottom: none;
}
#sortPage .sort-right li .m-table-view .cell:after {
display: none;
}
#sortPage .sort-right li .m-table-view .cell .title {
color: #fff;
padding: 11px 15px;
}
#sortPage .sort-right .cell .title {
padding: 11px 5px;
}
#sortPage .sort-right .cell:after {
display: none;
content: '';
position: absolute;
top: 14px;
right: 10px;
margin-top: 0;
background: url("../../images/icon/icon.png") -31px -236px repeat;
width: 9px;
height: 15px;
background-size: 150px;
vertical-align: middle;
}
#sortPage .sort-right .cell.more:after,
#sortPage .sort-right .cell.on:after {
display: block;
}
#sortPage .sort-right .cell.on:after {
width: 15px;
height: 9px;
top: 17px;
background: url("../../images/icon/icon.png") -270px -112px repeat;
background-size: 150px;
}