nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
@import "variables.less";
@import "../common/TabBar.less";
@import "../common/domButtons/DomButtonWhiteCross.css";
 
.mblTabBar {
  color: @ios7-grey2;
  font-weight: normal;
}
 
.mblTabBarSegmentedControl .mblTabBarButton {
  border-top: solid 2px @ios7-base-color;
  border-bottom: solid 2px @ios7-base-color;
  border-left: solid 1px @ios7-base-color;
  border-right: solid 1px @ios7-base-color;
 
}
 
.mblTabBarSegmentedControl .mblTabBarButton:first-child {
  border-left: solid 2px @ios7-base-color;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
 
.mblTabBarSegmentedControl .mblTabBarButton:last-child {
  border-right: solid 2px @ios7-base-color;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
 
}
 
.mblHeading .mblTabBar {
  background-color: rgba(0, 0, 0, 0);
}
 
.mblTabBarSlimTab {
  border: none;
  background-color: @ios7-base-color;
  background-image: none;
}
 
.mblTabBarSlimTab .mblTabBarButton, .mblTabBarFlatTab .mblTabBarButton {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  color: @ios7-grey1;
  font-weight: normal;
  text-shadow: none;
  border-color: white;
}
 
.mblTabBarFlatTab .mblTabBarButton {
  color: black;
}
 
.mblTabBarSlimTab .mblTabBarButton:first-child {
  border-color: white;
}
 
.mblTabBarSlimTab .mblTabBarButtonSelected, .mblTabBarFlatTab .mblTabBarButtonSelected {
  background-color: white;
  background-image: none;
  color: @ios7-base-color;
  border-color: white;
  font-weight: normal;
}
 
.mblTabBarTallTab {
  background-color: @ios7-base-color;
  background-image: none;
  margin: 0;
}
 
.mblTabBarTallTab .mblTabBarButton {
  background-image: none;
  border: none;
 
}
 
.mblTabBarTallTab .mblTabBarButtonSelected {
  color: @ios7-base-color;
  background-color: white;
  border: none;
}