SegControl_wev8.css
3.55 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#SegControl{
width: 45px;
}
#SegControl span{
width: 45px;
}
.SegControl_Btn_Container{
padding: 0px 12px 5px 10px
}
.SegControl_Btn_Container .btnTitle{
color: rgb(164, 169, 174);
border-bottom: 1px solid rgb(223, 223, 223);
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 0px 0px 6px 0px;
position: relative;
margin-bottom: 5px;
}
.SegControl_Btn_Container .btnAdd{
padding-left: 16px;
padding-right: 2px;
background: url('/mobilemode/images/blue_add_wev8.png') no-repeat left center;
color: #5d9cec;
cursor: pointer;
font-size: 12px;
font-weight: normal;
position: absolute;
right: 0px;
bottom: 1px;
margin-bottom: 5px;
}
.SegControl_Btn_Container ul {
padding-left: 0px;
margin: 0px;
list-style: none;
margin-top: -4px;
}
.SegControl_Btn_Container ul li {
border-bottom: 1px dashed #ccc;
}
.SegControl_Btn_Container ul li table {
width: 100%;
border-collapse: collapse;
}
.SegControl_Btn_Container ul li table td{
height: 26px;
vertical-align: middle;
}
.SegControl_Text{
-webkit-appearance: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
border: 1px solid rgb(223, 223, 223);
background-color: rgb(255, 255, 255);
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: border-box;
cursor: auto;
display: inline-block;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
font-size: 12px;
height: 26px;
letter-spacing: normal;
line-height: 19px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(0, 0, 255);
outline-style: none;
outline-width: 0px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
text-align: start;
text-indent: 7px;
text-shadow: none;
text-transform: none;
width: 205px;
word-spacing: 0px;
writing-mode: lr-tb;
zoom: 1;
}
.segbtn_click_desc{
padding-left:16px;
margin-bottom: 0px !important;
cursor: pointer;
background: url("/mobilemode/images/mec/mouse_click_wev8.png") no-repeat;
background-position: 0px 6px;
height: 100%;
line-height: 26px;
margin-left: 15px;
}
.segbtn_del{
width: 12px;
height: 12px;
display: inline-block;
background: url("/mobilemode/images/mec/lego_icon_d5b6388_wev8.png") no-repeat;
background-position: -10px -12px;
cursor: pointer;
margin-bottom: -2px;
}
.MAD_Alert,.MAD_Warn{
left: 0;
width: 100%;
}
.bar-standard .segmented-control{
display: block;
border-collapse: collapse;
}
.MADSeg_Bottom{
padding: 10px 0px 0px 10px;
margin-bottom: 20px;
}
.MADSeg_SaveBtn{
background-color: rgb(107, 163, 237);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 14px;
height: 28px;
line-height: 28px;
margin: 0px;
text-align: center;
width: 348px;
zoom: 1;
}
.SegControl_Btn_Container tbody td.bemove {
background: url(/mobilemode/images/tr_move2_wev8.png) no-repeat center;
cursor: move;
}
.SegControl_Btn_Container .numremindEditFlag {
background: url(/mobilemode/images/toolbar/tbar01_wev8.png) no-repeat;
position: absolute;
top: 5px;
right: 0px;
width: 15px;
height: 18px;
cursor: pointer;
display: none;
}