tabstrip.less
5.05 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
/*!
*/
@import "../common/icons.less";
@import "../common/tabstrip.less";
@import "base.less";
/* TabStrip */
.km-ios7 .km-tabstrip
{
padding: 0;
display: table;
table-layout: fixed;
}
.km-ios7 .km-tabstrip .km-button
{
font-size: .7em;
display: table-cell;
border: 0;
padding: .6em .8em .195em;
line-height: 1em;
}
.km-ios7 .km-tabstrip .km-icon {
font-size: 1.6rem;
height: 1.6rem;
}
.km-ios7 .km-tabstrip .km-icon:before
{
display: none;
}
.km-ios7 .km-tabstrip .km-icon:after {
text-align: center;
}
.km-ios7 .km-tabstrip .km-image,
.km-ios7 .km-tabstrip .km-button .km-icon
{
margin: 0 auto .326em;
display: inline-block;
}
.km-tablet .km-ios7 .km-tabstrip .km-text {
font-size: 1.125em;
}
.km-tablet .km-ios7 .km-tabstrip .km-button {
padding-top: 0.364em;
}
.km-tablet .km-ios7 .km-tabstrip .km-image,
.km-tablet .km-ios7 .km-tabstrip .km-button .km-icon {
margin-bottom: 0.231em;
}