system-clients 4.0.4 → 4.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +16 -16
- package/SystemClient.iml +8 -8
- package/build/webpack.base.conf.js +85 -85
- package/build.gradle +6 -6
- package/examples/LoginPage/App.vue +21 -21
- package/examples/LoginPage/index.html +11 -11
- package/examples/LoginPage/main.js +15 -15
- package/index.html +21 -21
- package/package.json +1 -1
- package/src/App.vue +24 -24
- package/src/LodopFuncs.js +155 -155
- package/src/components/Main.vue +935 -935
- package/src/components/TabButton.vue +201 -201
- package/src/components/Tabs.vue +67 -67
- package/src/components/Util.js +343 -343
- package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
- package/src/components/common/ProgressBase.vue +83 -83
- package/src/components/equipment/EquipmentManage.vue +83 -83
- package/src/components/equipment/PcAdd.vue +115 -115
- package/src/components/equipment/PcList.vue +119 -119
- package/src/components/equipment/PcManage.vue +61 -61
- package/src/components/equipment/PhoneAdd.vue +118 -118
- package/src/components/equipment/PhoneList.vue +113 -113
- package/src/components/equipment/PhoneManage.vue +61 -61
- package/src/components/equipment/PosAdd.vue +319 -319
- package/src/components/equipment/PosList.vue +292 -292
- package/src/components/equipment/PosManage.vue +138 -138
- package/src/components/equipment/PosManageBoth.vue +125 -125
- package/src/components/equipment/PosParamAdd.vue +236 -236
- package/src/components/equipment/PosParamList.vue +121 -121
- package/src/components/equipment/PosParamManage.vue +51 -51
- package/src/components/materialManage/materialData.vue +44 -44
- package/src/components/materialManage/materialList.vue +255 -255
- package/src/components/parammanage/ParamManage.vue +42 -42
- package/src/components/parammanage/ParamPage.vue +337 -337
- package/src/components/parammanage/ParamPages.vue +222 -222
- package/src/components/parammanage/SinglePage.vue +235 -235
- package/src/components/parammanage/SinglePages.vue +167 -167
- package/src/components/server/AddChangeMsg.vue +66 -66
- package/src/components/server/ChangeDeclare.vue +45 -45
- package/src/components/server/ImageVieweTest.vue +56 -56
- package/src/components/server/ImageViewer.vue +350 -350
- package/src/components/server/LeftTree.vue +111 -111
- package/src/components/server/LoadData.vue +55 -55
- package/src/components/server/Login.vue +615 -615
- package/src/components/server/LoginPage.vue +235 -235
- package/src/components/server/LoginView.vue +128 -128
- package/src/components/server/Menu.vue +188 -188
- package/src/components/server/ModifyPw.vue +126 -126
- package/src/components/server/PcdBuildingSelect.vue +243 -243
- package/src/components/server/ResSelect.vue +19 -7
- package/src/components/server/ResSelectGroup.vue +211 -211
- package/src/components/server/RightTree.vue +348 -348
- package/src/components/server/RoleSelector.vue +90 -90
- package/src/components/server/TestResSelect.vue +58 -58
- package/src/components/server/TestResSelectGroup.vue +388 -388
- package/src/filiale/baole/Login.vue +570 -570
- package/src/filiale/baole/system.js +5 -5
- package/src/filiale/bayan/PosAdd.vue +368 -368
- package/src/filiale/bayan/PosList.vue +341 -341
- package/src/filiale/bayan/PosManage.vue +138 -138
- package/src/filiale/bayan/system.js +6 -6
- package/src/filiale/chengtou/Login.vue +539 -539
- package/src/filiale/chengtou/system.js +5 -5
- package/src/filiale/dongguan/Login.vue +902 -902
- package/src/filiale/dongguan/Main.vue +717 -717
- package/src/filiale/dongguan/system.js +6 -6
- package/src/filiale/furuike/Login.vue +587 -587
- package/src/filiale/furuike/Main.vue +840 -840
- package/src/filiale/furuike/system.js +7 -7
- package/src/filiale/gehua/Main.vue +809 -809
- package/src/filiale/gehua/system.js +6 -6
- package/src/filiale/konggang/Login.vue +472 -472
- package/src/filiale/konggang/system.js +7 -7
- package/src/filiale/qianneng/Login.vue +584 -584
- package/src/filiale/qianneng/Main.vue +818 -818
- package/src/filiale/qianneng/ModifyPw.vue +108 -108
- package/src/filiale/qianneng/system.js +11 -11
- package/src/filiale/rizhao/LeftTree.vue +111 -111
- package/src/filiale/rizhao/Login.vue +793 -793
- package/src/filiale/rizhao/Main.vue +611 -611
- package/src/filiale/rizhao/system.js +14 -14
- package/src/filiale/ruihua/Login.vue +576 -576
- package/src/filiale/ruihua/Main.vue +977 -977
- package/src/filiale/ruihua/system.js +6 -6
- package/src/filiale/shiquan/Login.vue +566 -566
- package/src/filiale/shiquan/system.js +8 -8
- package/src/filiale/tianyi/Login.vue +573 -573
- package/src/filiale/tianyi/system.js +5 -5
- package/src/filiale/tongchuan/Login.vue +563 -563
- package/src/filiale/tongchuan/Main.vue +1021 -1021
- package/src/filiale/tongchuan/system.js +7 -7
- package/src/filiale/weinan/Main.vue +924 -924
- package/src/filiale/weinan/system.js +7 -7
- package/src/filiale/wenxi/Login.vue +537 -537
- package/src/filiale/wenxi/Main.vue +787 -787
- package/src/filiale/wenxi/system.js +10 -10
- package/src/filiale/wuhai/LeftTree.vue +141 -141
- package/src/filiale/wuhai/Main.vue +810 -810
- package/src/filiale/wuhai/system.js +10 -10
- package/src/filiale/yuchuan/Login.vue +891 -891
- package/src/filiale/yuchuan/Main.vue +866 -866
- package/src/filiale/yuchuan/system.js +10 -10
- package/src/filiale/zhoukou/Main.vue +809 -809
- package/src/filiale/zhoukou/system.js +6 -6
- package/src/plugins/EncryptUtil.js +53 -53
- package/src/plugins/GetLoginInfoService.js +480 -480
- package/src/plugins/HeatGetLoginInfoService.js +491 -491
- package/src/plugins/validation.js +15 -15
- package/src/project/State.js +17 -17
- package/src/stores/AppData.js +38 -38
- package/src/stores/HeatAppData.js +38 -38
- package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
- package/src/styles/less/.csscomb.json +304 -304
- package/src/styles/less/.csslintrc +19 -19
- package/src/styles/less/alerts.less +73 -73
- package/src/styles/less/aofeng/animate.min.css +10 -10
- package/src/styles/less/aofeng/expandcss.less +569 -569
- package/src/styles/less/aofeng/login.less +367 -367
- package/src/styles/less/aofeng/standard.less +2507 -2507
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +690 -690
- package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/styles/less/aofeng/themeOne.less +17 -17
- package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/styles/less/aofeng/themeTwo.less +3 -3
- package/src/styles/less/badges.less +66 -66
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/breadcrumbs.less +26 -26
- package/src/styles/less/button-groups.less +247 -247
- package/src/styles/less/buttons.less +172 -172
- package/src/styles/less/carousel.less +269 -269
- package/src/styles/less/close.less +34 -34
- package/src/styles/less/code.less +69 -69
- package/src/styles/less/component-animations.less +33 -33
- package/src/styles/less/dropdowns.less +216 -216
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/forms.less +626 -626
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/grid.less +84 -84
- package/src/styles/less/input-groups.less +167 -167
- package/src/styles/less/jumbotron.less +52 -52
- package/src/styles/less/labels.less +64 -64
- package/src/styles/less/list-group.less +141 -141
- package/src/styles/less/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/media.less +66 -66
- package/src/styles/less/mixins/alerts.less +14 -14
- package/src/styles/less/mixins/background-variant.less +9 -9
- package/src/styles/less/mixins/border-radius.less +18 -18
- package/src/styles/less/mixins/buttons.less +69 -69
- package/src/styles/less/mixins/center-block.less +7 -7
- package/src/styles/less/mixins/clearfix.less +22 -22
- package/src/styles/less/mixins/forms.less +90 -90
- package/src/styles/less/mixins/gradients.less +59 -59
- package/src/styles/less/mixins/grid-framework.less +92 -92
- package/src/styles/less/mixins/grid.less +122 -122
- package/src/styles/less/mixins/hide-text.less +21 -21
- package/src/styles/less/mixins/image.less +33 -33
- package/src/styles/less/mixins/labels.less +12 -12
- package/src/styles/less/mixins/list-group.less +30 -30
- package/src/styles/less/mixins/nav-divider.less +10 -10
- package/src/styles/less/mixins/nav-vertical-align.less +9 -9
- package/src/styles/less/mixins/opacity.less +8 -8
- package/src/styles/less/mixins/pagination.less +24 -24
- package/src/styles/less/mixins/panels.less +24 -24
- package/src/styles/less/mixins/progress-bar.less +10 -10
- package/src/styles/less/mixins/reset-filter.less +8 -8
- package/src/styles/less/mixins/reset-text.less +18 -18
- package/src/styles/less/mixins/resize.less +6 -6
- package/src/styles/less/mixins/responsive-visibility.less +15 -15
- package/src/styles/less/mixins/size.less +10 -10
- package/src/styles/less/mixins/tab-focus.less +9 -9
- package/src/styles/less/mixins/table-row.less +44 -44
- package/src/styles/less/mixins/text-emphasis.less +9 -9
- package/src/styles/less/mixins/text-overflow.less +8 -8
- package/src/styles/less/mixins/vendor-prefixes.less +227 -227
- package/src/styles/less/mixins.less +40 -40
- package/src/styles/less/modals.less +151 -151
- package/src/styles/less/navbar.less +660 -660
- package/src/styles/less/navs.less +285 -285
- package/src/styles/less/normalize.less +424 -424
- package/src/styles/less/pager.less +76 -76
- package/src/styles/less/pagination.less +89 -89
- package/src/styles/less/panels.less +275 -275
- package/src/styles/less/popovers.less +131 -131
- package/src/styles/less/print.less +101 -101
- package/src/styles/less/progress-bars.less +87 -87
- package/src/styles/less/responsive-embed.less +35 -35
- package/src/styles/less/responsive-utilities.less +194 -194
- package/src/styles/less/scaffolding.less +161 -161
- package/src/styles/less/stand.less +207 -207
- package/src/styles/less/tables.less +312 -312
- package/src/styles/less/theme.less +291 -291
- package/src/styles/less/thumbnails.less +36 -36
- package/src/styles/less/tooltip.less +102 -102
- package/src/styles/less/type.less +316 -316
- package/src/styles/less/utilities.less +55 -55
- package/src/styles/less/variables.less +899 -899
- package/src/styles/less/wells.less +29 -29
- package/src/system.js +122 -122
- package/src/util/Daiban.json +12 -12
- package/yarn-error.log +6896 -0
- package/package-lock.json +0 -11773
@@ -1,569 +1,569 @@
|
|
1
|
-
@import "../variables.less";
|
2
|
-
|
3
|
-
@form-text-fout-size: @font-size-base;//引用bootstrap的字体大小
|
4
|
-
@form-text-padding: 10px;//右padding
|
5
|
-
/**
|
6
|
-
文本表单flex布局实现固定label
|
7
|
-
*/
|
8
|
-
.form-fix-width{
|
9
|
-
display: -webkit-box;
|
10
|
-
display: -webkit-flex;
|
11
|
-
display: -ms-flexbox;
|
12
|
-
display:flex;
|
13
|
-
}
|
14
|
-
.form-fix-width>:first-child{
|
15
|
-
width: @form-text-padding+@form-text-fout-size*5;
|
16
|
-
-webkit-box-flex:none;
|
17
|
-
-webkit-flex:none;
|
18
|
-
-ms-flexbox-flex:none;
|
19
|
-
flex:none;
|
20
|
-
}
|
21
|
-
.form-fix-width>:last-child{
|
22
|
-
flex:1;
|
23
|
-
-webkit-box-flex:1;
|
24
|
-
-webkit-flex:1;
|
25
|
-
-ms-flexbox-flex:1;
|
26
|
-
}
|
27
|
-
/**
|
28
|
-
固定checkbox的一些属性 后续继续扩增
|
29
|
-
*/
|
30
|
-
.checkbox-fix-width {
|
31
|
-
width: @form-text-fout-size*4+@form-text-padding+20px;
|
32
|
-
text-align: left;
|
33
|
-
margin-left: 0px !important;
|
34
|
-
}
|
35
|
-
|
36
|
-
#android-app {
|
37
|
-
font-size: 16px;
|
38
|
-
}
|
39
|
-
|
40
|
-
/* 解决chrome最小字体为12px问题 */
|
41
|
-
.chrome_adjust {
|
42
|
-
font-size: 10px;
|
43
|
-
-webkit-transform: scale(0.85);
|
44
|
-
-o-transform: scale(1); //针对能识别-webkit的opera browser设置
|
45
|
-
}
|
46
|
-
|
47
|
-
/* 表单内输入框 */
|
48
|
-
.form-input-group-large {
|
49
|
-
display: -webkit-box;
|
50
|
-
display: -webkit-flex;
|
51
|
-
display: -ms-flexbox;
|
52
|
-
display: flex;
|
53
|
-
.control-label {
|
54
|
-
width: 100px;
|
55
|
-
line-height: @input-height-base;
|
56
|
-
text-align: right;
|
57
|
-
+ * {
|
58
|
-
-webkit-box-flex:1;
|
59
|
-
-webkit-flex:1;
|
60
|
-
-ms-flexbox-flex:1;
|
61
|
-
flex: 1;
|
62
|
-
width: 100px; // 随意给的宽度,将有flex重新计算
|
63
|
-
box-sizing: border-box;
|
64
|
-
vertical-align:middle;
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
.form-input-group {
|
69
|
-
display: -webkit-box;
|
70
|
-
display: -webkit-flex;
|
71
|
-
display: -ms-flexbox;
|
72
|
-
display: flex;
|
73
|
-
.control-label {
|
74
|
-
// 居中对齐
|
75
|
-
line-height: @input-height-base;
|
76
|
-
width: 70px;
|
77
|
-
// padding-top: 6px;
|
78
|
-
text-align: right;
|
79
|
-
vertical-align: middle;
|
80
|
-
+ * {
|
81
|
-
-webkit-box-flex:1;
|
82
|
-
-webkit-flex:1;
|
83
|
-
-ms-flexbox-flex:1;
|
84
|
-
flex: 1;
|
85
|
-
width: 100px; // 随意给的宽度,将有flex重新计算
|
86
|
-
box-sizing: border-box;
|
87
|
-
vertical-align:middle;
|
88
|
-
}
|
89
|
-
}
|
90
|
-
}
|
91
|
-
.form-input-group-small {
|
92
|
-
display: -webkit-box;
|
93
|
-
display: -webkit-flex;
|
94
|
-
display: -ms-flexbox;
|
95
|
-
display: flex;
|
96
|
-
label {
|
97
|
-
width: 50px;
|
98
|
-
line-height: @input-height-base;
|
99
|
-
text-align: right;
|
100
|
-
+ * {
|
101
|
-
-webkit-box-flex:1;
|
102
|
-
-webkit-flex:1;
|
103
|
-
-ms-flexbox-flex:1;
|
104
|
-
flex: 1;
|
105
|
-
width: 100px; // 随意给的宽度,将有flex重新计算
|
106
|
-
box-sizing: border-box;
|
107
|
-
vertical-align:middle;
|
108
|
-
}
|
109
|
-
}
|
110
|
-
}
|
111
|
-
.bg-white {
|
112
|
-
background-color: white;
|
113
|
-
}
|
114
|
-
.mgb-5 {
|
115
|
-
margin-bottom: 5px;
|
116
|
-
}
|
117
|
-
.pdl-12 {
|
118
|
-
padding-left: 12px;
|
119
|
-
}
|
120
|
-
// 字体加粗
|
121
|
-
.fwb {
|
122
|
-
font-weight: bold;
|
123
|
-
}
|
124
|
-
// 浮动右对齐
|
125
|
-
.fr {
|
126
|
-
float: right;
|
127
|
-
}
|
128
|
-
.pl-12 {
|
129
|
-
padding-left: 12px;
|
130
|
-
}
|
131
|
-
.p-10 {
|
132
|
-
padding: 10px;
|
133
|
-
}
|
134
|
-
.pt-8 {
|
135
|
-
padding-top: 8px;
|
136
|
-
}
|
137
|
-
// 下拉选择框占据剩余全部空间
|
138
|
-
.select-overspread {
|
139
|
-
.form-group {
|
140
|
-
// margin: 0px 5px 10px 0px;
|
141
|
-
.form-control {
|
142
|
-
margin-right: 0px;
|
143
|
-
}
|
144
|
-
}
|
145
|
-
.btn-group, .btn-group-vertical {
|
146
|
-
// width: 100%;
|
147
|
-
// padding-right: 5px;
|
148
|
-
button {
|
149
|
-
width: 100%;
|
150
|
-
display: flex;
|
151
|
-
justify-content: space-between;
|
152
|
-
align-items: center;
|
153
|
-
}
|
154
|
-
}
|
155
|
-
.dropdown-menu {
|
156
|
-
min-width: 100%
|
157
|
-
}
|
158
|
-
}
|
159
|
-
.app-bg {
|
160
|
-
background: #F5F5F5;
|
161
|
-
}
|
162
|
-
.app-input {
|
163
|
-
background: #FFF;
|
164
|
-
border-bottom: 1px solid #ccc;
|
165
|
-
}
|
166
|
-
.app-input input, .app-input label {
|
167
|
-
padding: 8px 10px;
|
168
|
-
border: none;
|
169
|
-
outline: none;
|
170
|
-
margin: 0px;
|
171
|
-
}
|
172
|
-
.app-textarea {
|
173
|
-
display: block;
|
174
|
-
padding: 10px 15px;
|
175
|
-
border: 0;
|
176
|
-
resize: none;
|
177
|
-
width: 100%;
|
178
|
-
color: inherit;
|
179
|
-
font-size: 1em;
|
180
|
-
line-height: inherit;
|
181
|
-
outline: 0;
|
182
|
-
}
|
183
|
-
.app-cells {
|
184
|
-
height: auto;
|
185
|
-
background-color: #FFFFFF;
|
186
|
-
font-size: 1.2em;
|
187
|
-
overflow: hidden;
|
188
|
-
position: relative;
|
189
|
-
}
|
190
|
-
.app-cells label {
|
191
|
-
padding: 10px;
|
192
|
-
margin: 0px;
|
193
|
-
color: #999999;
|
194
|
-
font-weight: normal;
|
195
|
-
}
|
196
|
-
.app-cells * + * {
|
197
|
-
border-top: 1px solid #D5D5D6;
|
198
|
-
}
|
199
|
-
.app-btn {
|
200
|
-
display: flex;
|
201
|
-
width: 100%;
|
202
|
-
}
|
203
|
-
.app-btn button{
|
204
|
-
flex: 1;
|
205
|
-
border-radius: 17px;
|
206
|
-
margin: 10px;
|
207
|
-
}
|
208
|
-
.app-btn button:focus, .app-btn button::selection {
|
209
|
-
outline: none;
|
210
|
-
}
|
211
|
-
.app-list {
|
212
|
-
margin-top: 8px;
|
213
|
-
background: #FFF;
|
214
|
-
}
|
215
|
-
.app-list div {
|
216
|
-
padding: 6px 10px;
|
217
|
-
}
|
218
|
-
.app-list div:first-child{
|
219
|
-
border-bottom: 1px solid #ccc;
|
220
|
-
}
|
221
|
-
.app-input .datepicker-input[readonly] {
|
222
|
-
border: none;
|
223
|
-
background: none;
|
224
|
-
}
|
225
|
-
div[contenteditable=true]{
|
226
|
-
height: 80px;
|
227
|
-
width: 100%;
|
228
|
-
outline: none;
|
229
|
-
padding: 8px;
|
230
|
-
overflow: scroll;
|
231
|
-
}
|
232
|
-
|
233
|
-
.flex-between {
|
234
|
-
display: flex;
|
235
|
-
justify-content: space-between;
|
236
|
-
align-items: center;
|
237
|
-
}
|
238
|
-
.flex-between span {
|
239
|
-
padding-right: 10px;
|
240
|
-
}
|
241
|
-
.flex-full {
|
242
|
-
flex: 1;
|
243
|
-
}
|
244
|
-
/* app卡片样式 */
|
245
|
-
.app-preview {
|
246
|
-
position: relative;
|
247
|
-
background-color: #FFF;
|
248
|
-
height: auto;
|
249
|
-
}
|
250
|
-
.app-preview > .head > * {
|
251
|
-
padding: 0px;
|
252
|
-
margin: 0px;
|
253
|
-
}
|
254
|
-
.app-preview > .head {
|
255
|
-
display: flex;
|
256
|
-
justify-content: space-between;
|
257
|
-
padding: 10px 15px;
|
258
|
-
line-height: 2.5em;
|
259
|
-
border-bottom: 1px solid #D5D5D6;
|
260
|
-
}
|
261
|
-
.app-preview-btn-default {
|
262
|
-
color: #999999;
|
263
|
-
}
|
264
|
-
.app-preview-btn-success {
|
265
|
-
color: #3CC51F;
|
266
|
-
}
|
267
|
-
.app-preview > .body {
|
268
|
-
padding: 10px 15px;
|
269
|
-
border-bottom: 1px solid #D5D5D6;
|
270
|
-
|
271
|
-
}
|
272
|
-
.app-preview > .body > div > label {
|
273
|
-
text-align: justify;
|
274
|
-
text-align-last: justify;
|
275
|
-
min-width: 70px;
|
276
|
-
}
|
277
|
-
.app-preview > .foot {
|
278
|
-
display: flex;
|
279
|
-
height: 50px;
|
280
|
-
}
|
281
|
-
.app-preview > .foot > * {
|
282
|
-
flex: 1;
|
283
|
-
display: block;
|
284
|
-
flex: 1;
|
285
|
-
|
286
|
-
text-align: center;
|
287
|
-
}
|
288
|
-
.app-preview > .foot > * + * {
|
289
|
-
border-left: 1px solid #D5D5D6;
|
290
|
-
}
|
291
|
-
// 为工单列表样式
|
292
|
-
.compatible {
|
293
|
-
padding: 8px;
|
294
|
-
}
|
295
|
-
.compatible .form-input-group {
|
296
|
-
margin: 3px 0px;
|
297
|
-
padding: 0 8px;
|
298
|
-
}
|
299
|
-
@media screen and (min-width:992px) {
|
300
|
-
.hd-disappear{
|
301
|
-
display: none;
|
302
|
-
}
|
303
|
-
}
|
304
|
-
|
305
|
-
#work-history ul {
|
306
|
-
padding: 0px;
|
307
|
-
}
|
308
|
-
|
309
|
-
// 从order文件夹拷贝
|
310
|
-
// 为blockquote写的通用样式
|
311
|
-
// 大背景
|
312
|
-
.repair-bg {
|
313
|
-
background: #DBDBDB;
|
314
|
-
}
|
315
|
-
// 头部信息提示
|
316
|
-
.bq-parent {
|
317
|
-
height: auto;
|
318
|
-
background: #FFF;
|
319
|
-
padding: 10px 15px;
|
320
|
-
>blockquote {
|
321
|
-
padding: 0px;
|
322
|
-
padding-left: 8px;
|
323
|
-
margin: 0px;
|
324
|
-
font-size: 18px;
|
325
|
-
font-weight: bold;
|
326
|
-
border-left-color: #4C647A;
|
327
|
-
}
|
328
|
-
}
|
329
|
-
// 为移动端提供左侧修饰性边框
|
330
|
-
.lb-left {
|
331
|
-
padding-left: 8px;
|
332
|
-
border: none;
|
333
|
-
border-left: 5px solid #A2C2EB;
|
334
|
-
}
|
335
|
-
// 内容块
|
336
|
-
.repair-info-content {
|
337
|
-
margin: 15px;
|
338
|
-
background: #FFF;
|
339
|
-
border-radius: 5px;
|
340
|
-
}
|
341
|
-
@media screen and (max-width:768px) {
|
342
|
-
.repair-info-content {
|
343
|
-
margin: 0px;
|
344
|
-
padding: 8px;
|
345
|
-
background: #FFF;
|
346
|
-
border-radius: 0px;
|
347
|
-
}
|
348
|
-
}
|
349
|
-
// 为a标签:berfor伪元素写的通用样式
|
350
|
-
.tab-befor-img (@url) {
|
351
|
-
content: '';
|
352
|
-
background-image: url("@{url}");
|
353
|
-
background-size: 30px;
|
354
|
-
display: inline-block;
|
355
|
-
margin-right: 8px;
|
356
|
-
height: 30px;
|
357
|
-
width: 30px;
|
358
|
-
vertical-align: -35%;
|
359
|
-
}
|
360
|
-
.android-repair-order {
|
361
|
-
> div {
|
362
|
-
> ul {
|
363
|
-
background: #4C647A;
|
364
|
-
overflow: auto;
|
365
|
-
li {
|
366
|
-
display: block;
|
367
|
-
width: 100%;
|
368
|
-
}
|
369
|
-
> .active {
|
370
|
-
a {
|
371
|
-
background: #7599C4!important;
|
372
|
-
color: #FFF!important;
|
373
|
-
border: none;
|
374
|
-
display: block;
|
375
|
-
font-weight: bold;
|
376
|
-
&::after {
|
377
|
-
content: "";
|
378
|
-
width: 0px;
|
379
|
-
height: 0px;
|
380
|
-
border-width: 8px 8px 8px 0px;
|
381
|
-
border-color: transparent #FFF;
|
382
|
-
border-style: solid;
|
383
|
-
position: absolute;
|
384
|
-
right: 0;
|
385
|
-
top: 50%;
|
386
|
-
transform: translateY(-50%);
|
387
|
-
}
|
388
|
-
&:focus {
|
389
|
-
color: #FFF;
|
390
|
-
background: none;
|
391
|
-
}
|
392
|
-
}
|
393
|
-
}
|
394
|
-
a {
|
395
|
-
font-size: 18px;
|
396
|
-
color: #FFF;
|
397
|
-
padding: 13px 16px;
|
398
|
-
}
|
399
|
-
}
|
400
|
-
}
|
401
|
-
}
|
402
|
-
|
403
|
-
// 从app中考出
|
404
|
-
.no-close .nav-tabs a {
|
405
|
-
padding: 5px 12px;
|
406
|
-
}
|
407
|
-
/* checkbox和radio的样式 */
|
408
|
-
.magic-radio,
|
409
|
-
.magic-checkbox {
|
410
|
-
position: absolute;
|
411
|
-
display: none;
|
412
|
-
}
|
413
|
-
|
414
|
-
.magic-radio[disabled],
|
415
|
-
.magic-checkbox[disabled] {
|
416
|
-
cursor: not-allowed;
|
417
|
-
}
|
418
|
-
|
419
|
-
.magic-radio + label,
|
420
|
-
.magic-checkbox + label {
|
421
|
-
position: relative;
|
422
|
-
display: block;
|
423
|
-
padding-left: 30px;
|
424
|
-
cursor: pointer;
|
425
|
-
vertical-align: middle;
|
426
|
-
text-align: left;
|
427
|
-
}
|
428
|
-
|
429
|
-
.magic-radio + label:hover:before,
|
430
|
-
.magic-checkbox + label:hover:before {
|
431
|
-
animation-duration: 0.4s;
|
432
|
-
animation-fill-mode: both;
|
433
|
-
animation-name: hover-color;
|
434
|
-
}
|
435
|
-
|
436
|
-
.magic-radio + label:before,
|
437
|
-
.magic-checkbox + label:before {
|
438
|
-
position: absolute;
|
439
|
-
top: 0;
|
440
|
-
left: 0;
|
441
|
-
display: inline-block;
|
442
|
-
width: 20px;
|
443
|
-
height: 20px;
|
444
|
-
content: '';
|
445
|
-
border: 1px solid #c0c0c0;
|
446
|
-
}
|
447
|
-
|
448
|
-
.magic-radio + label:after,
|
449
|
-
.magic-checkbox + label:after {
|
450
|
-
position: absolute;
|
451
|
-
display: none;
|
452
|
-
content: '';
|
453
|
-
}
|
454
|
-
|
455
|
-
.magic-radio[disabled] + label,
|
456
|
-
.magic-checkbox[disabled] + label {
|
457
|
-
cursor: not-allowed;
|
458
|
-
color: #e4e4e4;
|
459
|
-
}
|
460
|
-
|
461
|
-
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
|
462
|
-
.magic-checkbox[disabled] + label:hover,
|
463
|
-
.magic-checkbox[disabled] + label:before,
|
464
|
-
.magic-checkbox[disabled] + label:after {
|
465
|
-
cursor: not-allowed;
|
466
|
-
}
|
467
|
-
|
468
|
-
.magic-radio[disabled] + label:hover:before,
|
469
|
-
.magic-checkbox[disabled] + label:hover:before {
|
470
|
-
border: 1px solid #e4e4e4;
|
471
|
-
animation-name: none;
|
472
|
-
}
|
473
|
-
|
474
|
-
.magic-radio[disabled] + label:before,
|
475
|
-
.magic-checkbox[disabled] + label:before {
|
476
|
-
border-color: #e4e4e4;
|
477
|
-
}
|
478
|
-
|
479
|
-
.magic-radio:checked + label:before,
|
480
|
-
.magic-checkbox:checked + label:before {
|
481
|
-
animation-name: none;
|
482
|
-
}
|
483
|
-
|
484
|
-
.magic-radio:checked + label:after,
|
485
|
-
.magic-checkbox:checked + label:after {
|
486
|
-
display: block;
|
487
|
-
}
|
488
|
-
|
489
|
-
.magic-radio + label:before {
|
490
|
-
border-radius: 50%;
|
491
|
-
}
|
492
|
-
|
493
|
-
.magic-radio + label:after {
|
494
|
-
top: 4px;
|
495
|
-
left: 4px;
|
496
|
-
width: 12px;
|
497
|
-
height: 12px;
|
498
|
-
border-radius: 50%;
|
499
|
-
background: #7697c4;
|
500
|
-
}
|
501
|
-
|
502
|
-
.magic-radio:checked + label:before {
|
503
|
-
border: 2px solid #7697c4;
|
504
|
-
}
|
505
|
-
|
506
|
-
.magic-radio:checked[disabled] + label:before {
|
507
|
-
border: 2px solid #c9e2f9;
|
508
|
-
}
|
509
|
-
|
510
|
-
/*.magic-radio:checked[disabled] + label:after {
|
511
|
-
background: #c9e2f9; }*/
|
512
|
-
|
513
|
-
.magic-checkbox + label:before {
|
514
|
-
border-radius: 3px;
|
515
|
-
}
|
516
|
-
|
517
|
-
.magic-checkbox + label:after {
|
518
|
-
top: 2px;
|
519
|
-
left: 7px;
|
520
|
-
box-sizing: border-box;
|
521
|
-
width: 6px;
|
522
|
-
height: 12px;
|
523
|
-
transform: rotate(45deg);
|
524
|
-
border-width: 2px;
|
525
|
-
border-style: solid;
|
526
|
-
border-color: #fff;
|
527
|
-
border-top: 0;
|
528
|
-
border-left: 0;
|
529
|
-
}
|
530
|
-
|
531
|
-
.magic-checkbox:checked + label:before {
|
532
|
-
border: #7697c4;
|
533
|
-
background: #7697c4;
|
534
|
-
}
|
535
|
-
|
536
|
-
.magic-checkbox:checked[disabled] + label:before {
|
537
|
-
border: #c9e2f9;
|
538
|
-
background: #c9e2f9;
|
539
|
-
}
|
540
|
-
/* 滚动条样式 */
|
541
|
-
/*---滚动条默认显示样式--*/
|
542
|
-
::-webkit-scrollbar-thumb{
|
543
|
-
// display: none;
|
544
|
-
background-color:rgba(0,0,0,0.2);
|
545
|
-
height:50px;
|
546
|
-
outline-offset:-2px;
|
547
|
-
/*outline:2px solid #fff;*/
|
548
|
-
-webkit-border-radius:4px;
|
549
|
-
/*border: 2px solid #fff;*/
|
550
|
-
}
|
551
|
-
|
552
|
-
/*---鼠标点击滚动条显示样式--*/
|
553
|
-
::-webkit-scrollbar-thumb:hover{
|
554
|
-
// display: inherit;
|
555
|
-
background-color:rgba(0,0,0,0.4);
|
556
|
-
height:50px;
|
557
|
-
-webkit-border-radius:4px;
|
558
|
-
}
|
559
|
-
/*---滚动条大小--*/
|
560
|
-
::-webkit-scrollbar{
|
561
|
-
width:8px;
|
562
|
-
height:8px;
|
563
|
-
}
|
564
|
-
/*---滚动框背景样式--*/
|
565
|
-
::-webkit-scrollbar-track-piece{
|
566
|
-
/* 全透明,不显示 */
|
567
|
-
background-color:rgba(255,255,255,0);
|
568
|
-
-webkit-border-radius:0;
|
569
|
-
}
|
1
|
+
@import "../variables.less";
|
2
|
+
|
3
|
+
@form-text-fout-size: @font-size-base;//引用bootstrap的字体大小
|
4
|
+
@form-text-padding: 10px;//右padding
|
5
|
+
/**
|
6
|
+
文本表单flex布局实现固定label
|
7
|
+
*/
|
8
|
+
.form-fix-width{
|
9
|
+
display: -webkit-box;
|
10
|
+
display: -webkit-flex;
|
11
|
+
display: -ms-flexbox;
|
12
|
+
display:flex;
|
13
|
+
}
|
14
|
+
.form-fix-width>:first-child{
|
15
|
+
width: @form-text-padding+@form-text-fout-size*5;
|
16
|
+
-webkit-box-flex:none;
|
17
|
+
-webkit-flex:none;
|
18
|
+
-ms-flexbox-flex:none;
|
19
|
+
flex:none;
|
20
|
+
}
|
21
|
+
.form-fix-width>:last-child{
|
22
|
+
flex:1;
|
23
|
+
-webkit-box-flex:1;
|
24
|
+
-webkit-flex:1;
|
25
|
+
-ms-flexbox-flex:1;
|
26
|
+
}
|
27
|
+
/**
|
28
|
+
固定checkbox的一些属性 后续继续扩增
|
29
|
+
*/
|
30
|
+
.checkbox-fix-width {
|
31
|
+
width: @form-text-fout-size*4+@form-text-padding+20px;
|
32
|
+
text-align: left;
|
33
|
+
margin-left: 0px !important;
|
34
|
+
}
|
35
|
+
|
36
|
+
#android-app {
|
37
|
+
font-size: 16px;
|
38
|
+
}
|
39
|
+
|
40
|
+
/* 解决chrome最小字体为12px问题 */
|
41
|
+
.chrome_adjust {
|
42
|
+
font-size: 10px;
|
43
|
+
-webkit-transform: scale(0.85);
|
44
|
+
-o-transform: scale(1); //针对能识别-webkit的opera browser设置
|
45
|
+
}
|
46
|
+
|
47
|
+
/* 表单内输入框 */
|
48
|
+
.form-input-group-large {
|
49
|
+
display: -webkit-box;
|
50
|
+
display: -webkit-flex;
|
51
|
+
display: -ms-flexbox;
|
52
|
+
display: flex;
|
53
|
+
.control-label {
|
54
|
+
width: 100px;
|
55
|
+
line-height: @input-height-base;
|
56
|
+
text-align: right;
|
57
|
+
+ * {
|
58
|
+
-webkit-box-flex:1;
|
59
|
+
-webkit-flex:1;
|
60
|
+
-ms-flexbox-flex:1;
|
61
|
+
flex: 1;
|
62
|
+
width: 100px; // 随意给的宽度,将有flex重新计算
|
63
|
+
box-sizing: border-box;
|
64
|
+
vertical-align:middle;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
.form-input-group {
|
69
|
+
display: -webkit-box;
|
70
|
+
display: -webkit-flex;
|
71
|
+
display: -ms-flexbox;
|
72
|
+
display: flex;
|
73
|
+
.control-label {
|
74
|
+
// 居中对齐
|
75
|
+
line-height: @input-height-base;
|
76
|
+
width: 70px;
|
77
|
+
// padding-top: 6px;
|
78
|
+
text-align: right;
|
79
|
+
vertical-align: middle;
|
80
|
+
+ * {
|
81
|
+
-webkit-box-flex:1;
|
82
|
+
-webkit-flex:1;
|
83
|
+
-ms-flexbox-flex:1;
|
84
|
+
flex: 1;
|
85
|
+
width: 100px; // 随意给的宽度,将有flex重新计算
|
86
|
+
box-sizing: border-box;
|
87
|
+
vertical-align:middle;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
}
|
91
|
+
.form-input-group-small {
|
92
|
+
display: -webkit-box;
|
93
|
+
display: -webkit-flex;
|
94
|
+
display: -ms-flexbox;
|
95
|
+
display: flex;
|
96
|
+
label {
|
97
|
+
width: 50px;
|
98
|
+
line-height: @input-height-base;
|
99
|
+
text-align: right;
|
100
|
+
+ * {
|
101
|
+
-webkit-box-flex:1;
|
102
|
+
-webkit-flex:1;
|
103
|
+
-ms-flexbox-flex:1;
|
104
|
+
flex: 1;
|
105
|
+
width: 100px; // 随意给的宽度,将有flex重新计算
|
106
|
+
box-sizing: border-box;
|
107
|
+
vertical-align:middle;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
}
|
111
|
+
.bg-white {
|
112
|
+
background-color: white;
|
113
|
+
}
|
114
|
+
.mgb-5 {
|
115
|
+
margin-bottom: 5px;
|
116
|
+
}
|
117
|
+
.pdl-12 {
|
118
|
+
padding-left: 12px;
|
119
|
+
}
|
120
|
+
// 字体加粗
|
121
|
+
.fwb {
|
122
|
+
font-weight: bold;
|
123
|
+
}
|
124
|
+
// 浮动右对齐
|
125
|
+
.fr {
|
126
|
+
float: right;
|
127
|
+
}
|
128
|
+
.pl-12 {
|
129
|
+
padding-left: 12px;
|
130
|
+
}
|
131
|
+
.p-10 {
|
132
|
+
padding: 10px;
|
133
|
+
}
|
134
|
+
.pt-8 {
|
135
|
+
padding-top: 8px;
|
136
|
+
}
|
137
|
+
// 下拉选择框占据剩余全部空间
|
138
|
+
.select-overspread {
|
139
|
+
.form-group {
|
140
|
+
// margin: 0px 5px 10px 0px;
|
141
|
+
.form-control {
|
142
|
+
margin-right: 0px;
|
143
|
+
}
|
144
|
+
}
|
145
|
+
.btn-group, .btn-group-vertical {
|
146
|
+
// width: 100%;
|
147
|
+
// padding-right: 5px;
|
148
|
+
button {
|
149
|
+
width: 100%;
|
150
|
+
display: flex;
|
151
|
+
justify-content: space-between;
|
152
|
+
align-items: center;
|
153
|
+
}
|
154
|
+
}
|
155
|
+
.dropdown-menu {
|
156
|
+
min-width: 100%
|
157
|
+
}
|
158
|
+
}
|
159
|
+
.app-bg {
|
160
|
+
background: #F5F5F5;
|
161
|
+
}
|
162
|
+
.app-input {
|
163
|
+
background: #FFF;
|
164
|
+
border-bottom: 1px solid #ccc;
|
165
|
+
}
|
166
|
+
.app-input input, .app-input label {
|
167
|
+
padding: 8px 10px;
|
168
|
+
border: none;
|
169
|
+
outline: none;
|
170
|
+
margin: 0px;
|
171
|
+
}
|
172
|
+
.app-textarea {
|
173
|
+
display: block;
|
174
|
+
padding: 10px 15px;
|
175
|
+
border: 0;
|
176
|
+
resize: none;
|
177
|
+
width: 100%;
|
178
|
+
color: inherit;
|
179
|
+
font-size: 1em;
|
180
|
+
line-height: inherit;
|
181
|
+
outline: 0;
|
182
|
+
}
|
183
|
+
.app-cells {
|
184
|
+
height: auto;
|
185
|
+
background-color: #FFFFFF;
|
186
|
+
font-size: 1.2em;
|
187
|
+
overflow: hidden;
|
188
|
+
position: relative;
|
189
|
+
}
|
190
|
+
.app-cells label {
|
191
|
+
padding: 10px;
|
192
|
+
margin: 0px;
|
193
|
+
color: #999999;
|
194
|
+
font-weight: normal;
|
195
|
+
}
|
196
|
+
.app-cells * + * {
|
197
|
+
border-top: 1px solid #D5D5D6;
|
198
|
+
}
|
199
|
+
.app-btn {
|
200
|
+
display: flex;
|
201
|
+
width: 100%;
|
202
|
+
}
|
203
|
+
.app-btn button{
|
204
|
+
flex: 1;
|
205
|
+
border-radius: 17px;
|
206
|
+
margin: 10px;
|
207
|
+
}
|
208
|
+
.app-btn button:focus, .app-btn button::selection {
|
209
|
+
outline: none;
|
210
|
+
}
|
211
|
+
.app-list {
|
212
|
+
margin-top: 8px;
|
213
|
+
background: #FFF;
|
214
|
+
}
|
215
|
+
.app-list div {
|
216
|
+
padding: 6px 10px;
|
217
|
+
}
|
218
|
+
.app-list div:first-child{
|
219
|
+
border-bottom: 1px solid #ccc;
|
220
|
+
}
|
221
|
+
.app-input .datepicker-input[readonly] {
|
222
|
+
border: none;
|
223
|
+
background: none;
|
224
|
+
}
|
225
|
+
div[contenteditable=true]{
|
226
|
+
height: 80px;
|
227
|
+
width: 100%;
|
228
|
+
outline: none;
|
229
|
+
padding: 8px;
|
230
|
+
overflow: scroll;
|
231
|
+
}
|
232
|
+
|
233
|
+
.flex-between {
|
234
|
+
display: flex;
|
235
|
+
justify-content: space-between;
|
236
|
+
align-items: center;
|
237
|
+
}
|
238
|
+
.flex-between span {
|
239
|
+
padding-right: 10px;
|
240
|
+
}
|
241
|
+
.flex-full {
|
242
|
+
flex: 1;
|
243
|
+
}
|
244
|
+
/* app卡片样式 */
|
245
|
+
.app-preview {
|
246
|
+
position: relative;
|
247
|
+
background-color: #FFF;
|
248
|
+
height: auto;
|
249
|
+
}
|
250
|
+
.app-preview > .head > * {
|
251
|
+
padding: 0px;
|
252
|
+
margin: 0px;
|
253
|
+
}
|
254
|
+
.app-preview > .head {
|
255
|
+
display: flex;
|
256
|
+
justify-content: space-between;
|
257
|
+
padding: 10px 15px;
|
258
|
+
line-height: 2.5em;
|
259
|
+
border-bottom: 1px solid #D5D5D6;
|
260
|
+
}
|
261
|
+
.app-preview-btn-default {
|
262
|
+
color: #999999;
|
263
|
+
}
|
264
|
+
.app-preview-btn-success {
|
265
|
+
color: #3CC51F;
|
266
|
+
}
|
267
|
+
.app-preview > .body {
|
268
|
+
padding: 10px 15px;
|
269
|
+
border-bottom: 1px solid #D5D5D6;
|
270
|
+
|
271
|
+
}
|
272
|
+
.app-preview > .body > div > label {
|
273
|
+
text-align: justify;
|
274
|
+
text-align-last: justify;
|
275
|
+
min-width: 70px;
|
276
|
+
}
|
277
|
+
.app-preview > .foot {
|
278
|
+
display: flex;
|
279
|
+
height: 50px;
|
280
|
+
}
|
281
|
+
.app-preview > .foot > * {
|
282
|
+
flex: 1;
|
283
|
+
display: block;
|
284
|
+
flex: 1;
|
285
|
+
|
286
|
+
text-align: center;
|
287
|
+
}
|
288
|
+
.app-preview > .foot > * + * {
|
289
|
+
border-left: 1px solid #D5D5D6;
|
290
|
+
}
|
291
|
+
// 为工单列表样式
|
292
|
+
.compatible {
|
293
|
+
padding: 8px;
|
294
|
+
}
|
295
|
+
.compatible .form-input-group {
|
296
|
+
margin: 3px 0px;
|
297
|
+
padding: 0 8px;
|
298
|
+
}
|
299
|
+
@media screen and (min-width:992px) {
|
300
|
+
.hd-disappear{
|
301
|
+
display: none;
|
302
|
+
}
|
303
|
+
}
|
304
|
+
|
305
|
+
#work-history ul {
|
306
|
+
padding: 0px;
|
307
|
+
}
|
308
|
+
|
309
|
+
// 从order文件夹拷贝
|
310
|
+
// 为blockquote写的通用样式
|
311
|
+
// 大背景
|
312
|
+
.repair-bg {
|
313
|
+
background: #DBDBDB;
|
314
|
+
}
|
315
|
+
// 头部信息提示
|
316
|
+
.bq-parent {
|
317
|
+
height: auto;
|
318
|
+
background: #FFF;
|
319
|
+
padding: 10px 15px;
|
320
|
+
>blockquote {
|
321
|
+
padding: 0px;
|
322
|
+
padding-left: 8px;
|
323
|
+
margin: 0px;
|
324
|
+
font-size: 18px;
|
325
|
+
font-weight: bold;
|
326
|
+
border-left-color: #4C647A;
|
327
|
+
}
|
328
|
+
}
|
329
|
+
// 为移动端提供左侧修饰性边框
|
330
|
+
.lb-left {
|
331
|
+
padding-left: 8px;
|
332
|
+
border: none;
|
333
|
+
border-left: 5px solid #A2C2EB;
|
334
|
+
}
|
335
|
+
// 内容块
|
336
|
+
.repair-info-content {
|
337
|
+
margin: 15px;
|
338
|
+
background: #FFF;
|
339
|
+
border-radius: 5px;
|
340
|
+
}
|
341
|
+
@media screen and (max-width:768px) {
|
342
|
+
.repair-info-content {
|
343
|
+
margin: 0px;
|
344
|
+
padding: 8px;
|
345
|
+
background: #FFF;
|
346
|
+
border-radius: 0px;
|
347
|
+
}
|
348
|
+
}
|
349
|
+
// 为a标签:berfor伪元素写的通用样式
|
350
|
+
.tab-befor-img (@url) {
|
351
|
+
content: '';
|
352
|
+
background-image: url("@{url}");
|
353
|
+
background-size: 30px;
|
354
|
+
display: inline-block;
|
355
|
+
margin-right: 8px;
|
356
|
+
height: 30px;
|
357
|
+
width: 30px;
|
358
|
+
vertical-align: -35%;
|
359
|
+
}
|
360
|
+
.android-repair-order {
|
361
|
+
> div {
|
362
|
+
> ul {
|
363
|
+
background: #4C647A;
|
364
|
+
overflow: auto;
|
365
|
+
li {
|
366
|
+
display: block;
|
367
|
+
width: 100%;
|
368
|
+
}
|
369
|
+
> .active {
|
370
|
+
a {
|
371
|
+
background: #7599C4!important;
|
372
|
+
color: #FFF!important;
|
373
|
+
border: none;
|
374
|
+
display: block;
|
375
|
+
font-weight: bold;
|
376
|
+
&::after {
|
377
|
+
content: "";
|
378
|
+
width: 0px;
|
379
|
+
height: 0px;
|
380
|
+
border-width: 8px 8px 8px 0px;
|
381
|
+
border-color: transparent #FFF;
|
382
|
+
border-style: solid;
|
383
|
+
position: absolute;
|
384
|
+
right: 0;
|
385
|
+
top: 50%;
|
386
|
+
transform: translateY(-50%);
|
387
|
+
}
|
388
|
+
&:focus {
|
389
|
+
color: #FFF;
|
390
|
+
background: none;
|
391
|
+
}
|
392
|
+
}
|
393
|
+
}
|
394
|
+
a {
|
395
|
+
font-size: 18px;
|
396
|
+
color: #FFF;
|
397
|
+
padding: 13px 16px;
|
398
|
+
}
|
399
|
+
}
|
400
|
+
}
|
401
|
+
}
|
402
|
+
|
403
|
+
// 从app中考出
|
404
|
+
.no-close .nav-tabs a {
|
405
|
+
padding: 5px 12px;
|
406
|
+
}
|
407
|
+
/* checkbox和radio的样式 */
|
408
|
+
.magic-radio,
|
409
|
+
.magic-checkbox {
|
410
|
+
position: absolute;
|
411
|
+
display: none;
|
412
|
+
}
|
413
|
+
|
414
|
+
.magic-radio[disabled],
|
415
|
+
.magic-checkbox[disabled] {
|
416
|
+
cursor: not-allowed;
|
417
|
+
}
|
418
|
+
|
419
|
+
.magic-radio + label,
|
420
|
+
.magic-checkbox + label {
|
421
|
+
position: relative;
|
422
|
+
display: block;
|
423
|
+
padding-left: 30px;
|
424
|
+
cursor: pointer;
|
425
|
+
vertical-align: middle;
|
426
|
+
text-align: left;
|
427
|
+
}
|
428
|
+
|
429
|
+
.magic-radio + label:hover:before,
|
430
|
+
.magic-checkbox + label:hover:before {
|
431
|
+
animation-duration: 0.4s;
|
432
|
+
animation-fill-mode: both;
|
433
|
+
animation-name: hover-color;
|
434
|
+
}
|
435
|
+
|
436
|
+
.magic-radio + label:before,
|
437
|
+
.magic-checkbox + label:before {
|
438
|
+
position: absolute;
|
439
|
+
top: 0;
|
440
|
+
left: 0;
|
441
|
+
display: inline-block;
|
442
|
+
width: 20px;
|
443
|
+
height: 20px;
|
444
|
+
content: '';
|
445
|
+
border: 1px solid #c0c0c0;
|
446
|
+
}
|
447
|
+
|
448
|
+
.magic-radio + label:after,
|
449
|
+
.magic-checkbox + label:after {
|
450
|
+
position: absolute;
|
451
|
+
display: none;
|
452
|
+
content: '';
|
453
|
+
}
|
454
|
+
|
455
|
+
.magic-radio[disabled] + label,
|
456
|
+
.magic-checkbox[disabled] + label {
|
457
|
+
cursor: not-allowed;
|
458
|
+
color: #e4e4e4;
|
459
|
+
}
|
460
|
+
|
461
|
+
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
|
462
|
+
.magic-checkbox[disabled] + label:hover,
|
463
|
+
.magic-checkbox[disabled] + label:before,
|
464
|
+
.magic-checkbox[disabled] + label:after {
|
465
|
+
cursor: not-allowed;
|
466
|
+
}
|
467
|
+
|
468
|
+
.magic-radio[disabled] + label:hover:before,
|
469
|
+
.magic-checkbox[disabled] + label:hover:before {
|
470
|
+
border: 1px solid #e4e4e4;
|
471
|
+
animation-name: none;
|
472
|
+
}
|
473
|
+
|
474
|
+
.magic-radio[disabled] + label:before,
|
475
|
+
.magic-checkbox[disabled] + label:before {
|
476
|
+
border-color: #e4e4e4;
|
477
|
+
}
|
478
|
+
|
479
|
+
.magic-radio:checked + label:before,
|
480
|
+
.magic-checkbox:checked + label:before {
|
481
|
+
animation-name: none;
|
482
|
+
}
|
483
|
+
|
484
|
+
.magic-radio:checked + label:after,
|
485
|
+
.magic-checkbox:checked + label:after {
|
486
|
+
display: block;
|
487
|
+
}
|
488
|
+
|
489
|
+
.magic-radio + label:before {
|
490
|
+
border-radius: 50%;
|
491
|
+
}
|
492
|
+
|
493
|
+
.magic-radio + label:after {
|
494
|
+
top: 4px;
|
495
|
+
left: 4px;
|
496
|
+
width: 12px;
|
497
|
+
height: 12px;
|
498
|
+
border-radius: 50%;
|
499
|
+
background: #7697c4;
|
500
|
+
}
|
501
|
+
|
502
|
+
.magic-radio:checked + label:before {
|
503
|
+
border: 2px solid #7697c4;
|
504
|
+
}
|
505
|
+
|
506
|
+
.magic-radio:checked[disabled] + label:before {
|
507
|
+
border: 2px solid #c9e2f9;
|
508
|
+
}
|
509
|
+
|
510
|
+
/*.magic-radio:checked[disabled] + label:after {
|
511
|
+
background: #c9e2f9; }*/
|
512
|
+
|
513
|
+
.magic-checkbox + label:before {
|
514
|
+
border-radius: 3px;
|
515
|
+
}
|
516
|
+
|
517
|
+
.magic-checkbox + label:after {
|
518
|
+
top: 2px;
|
519
|
+
left: 7px;
|
520
|
+
box-sizing: border-box;
|
521
|
+
width: 6px;
|
522
|
+
height: 12px;
|
523
|
+
transform: rotate(45deg);
|
524
|
+
border-width: 2px;
|
525
|
+
border-style: solid;
|
526
|
+
border-color: #fff;
|
527
|
+
border-top: 0;
|
528
|
+
border-left: 0;
|
529
|
+
}
|
530
|
+
|
531
|
+
.magic-checkbox:checked + label:before {
|
532
|
+
border: #7697c4;
|
533
|
+
background: #7697c4;
|
534
|
+
}
|
535
|
+
|
536
|
+
.magic-checkbox:checked[disabled] + label:before {
|
537
|
+
border: #c9e2f9;
|
538
|
+
background: #c9e2f9;
|
539
|
+
}
|
540
|
+
/* 滚动条样式 */
|
541
|
+
/*---滚动条默认显示样式--*/
|
542
|
+
::-webkit-scrollbar-thumb{
|
543
|
+
// display: none;
|
544
|
+
background-color:rgba(0,0,0,0.2);
|
545
|
+
height:50px;
|
546
|
+
outline-offset:-2px;
|
547
|
+
/*outline:2px solid #fff;*/
|
548
|
+
-webkit-border-radius:4px;
|
549
|
+
/*border: 2px solid #fff;*/
|
550
|
+
}
|
551
|
+
|
552
|
+
/*---鼠标点击滚动条显示样式--*/
|
553
|
+
::-webkit-scrollbar-thumb:hover{
|
554
|
+
// display: inherit;
|
555
|
+
background-color:rgba(0,0,0,0.4);
|
556
|
+
height:50px;
|
557
|
+
-webkit-border-radius:4px;
|
558
|
+
}
|
559
|
+
/*---滚动条大小--*/
|
560
|
+
::-webkit-scrollbar{
|
561
|
+
width:8px;
|
562
|
+
height:8px;
|
563
|
+
}
|
564
|
+
/*---滚动框背景样式--*/
|
565
|
+
::-webkit-scrollbar-track-piece{
|
566
|
+
/* 全透明,不显示 */
|
567
|
+
background-color:rgba(255,255,255,0);
|
568
|
+
-webkit-border-radius:0;
|
569
|
+
}
|