listview.less
6.28 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
/*!
*/
@import "../common/icons.less";
@import "../common/listview.less";
@import "base.less";
/* ListView */
.km-ios7 .km-listinset,
.km-ios7 .km-listgroupinset
{
margin: 0;
}
.km-ios7 .km-list > li
{
font-size: 1.1em;
padding-left: 1em;
background: transparent;
border-radius: 0;
border-width: 1px 0 0;
border-style: solid;
}
.km-ios7 .km-list > .km-load-more+li {
border-top: 0;
}
.km-ios7 .km-listview-link:after
{
width: .66rem;
height: .64rem;
border-width: 0;
box-shadow: inset -.2rem .2rem 0 currentcolor;
}
.km-ios7 .km-list li > .km-listview-link,
.km-ios7 .km-list li > .km-listview-label
{
margin-left: -1em;
padding-left: 1em;
border-radius: 0;
}
.km-ios7 .km-group-title
{
font-size: .95em;
position: -webkit-sticky;
text-indent: 1em;
margin-top: 0;
font-weight: normal;
text-transform: uppercase;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.km-ios7 .km-listgroup .km-group-title,
.km-ios7 .km-listgroupinset .km-group-title
{
line-height: 2em;
border-top-width: 2em;
border-top-style: solid;
}
.km-ios7 .km-listview .km-switch
{
margin-top: -1.1rem;
}
/* Filter box */
.km-ios7 .km-filter-wrap
{
color: inherit;
border-radius: @ios7-secondary-border-radius;
background: currentcolor;
}
.km-ios7 .km-filter-wrap > input
{
padding: 0 1.8em;
color: transparent;
background: transparent;
}
.km-ios7 .km-filter-wrap > input::-webkit-input-placeholder { text-align: center; }
.km-ios7 .km-filter-wrap > input::-moz-placeholder { text-align: center; }
.km-ios7 .km-filter-wrap > input::-ms-input-placeholder { text-align: center; }
.km-ios7 .km-filter-wrap > input:focus::-webkit-input-placeholder { text-align: left; }
.km-ios7 .km-filter-wrap > input:focus::-moz-placeholder { text-align: left; }
.km-ios7 .km-filter-wrap > input:focus::-ms-input-placeholder { text-align: left; }
.km-ios7 .km-filter-wrap:before,
.km-ios7 .km-filter-reset .km-clear
{
position: absolute;
top: 50%;
margin-top: -.55em;
}
.km-ios7 .km-filter-wrap:before
{
font-size: 1em;
content: "\e21e";
}
.km-ios7 .km-filter-wrap .km-clear:after
{
content: "\e031";
}