SegControl_wev8.css
1.42 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
.bar-standard{
position:relative;
padding: 7px 10px;
background-color: #fff;
border-bottom: 1px solid #ddd;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
}
.bar-standard .segmented-control{
margin: 0 auto;
display: table;
overflow: hidden;
font-size: 14px;
line-height: 21px;
font-weight: 400;
background-color: #fff;
border: 1px solid #017afd;
border-radius: 3px;
box-sizing: border-box;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
border-collapse: separate;
}
.segmented-control .control-item{
display: table-cell;
width: 1%;
padding-top: 6px;
padding-bottom: 7px;
overflow: hidden;
line-height: 1;
color: #017afd;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
border-left: 1px solid #017afd;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
font-size: 14px;
font-weight: 400;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
cursor: pointer !important;
}
.segmented-control .control-item:first-child{
border-left-width: 0;
}
.segmented-control .control-item.active {
color: white;
background-color: #017afd !important;
}
.segmented-control .MEC_NumberRemind{
margin-left: 2px;
}
.segmented-control .MEC_NumberRemind:before {
content: '(';
}
.segmented-control .MEC_NumberRemind:after {
content: ')';
}