system-clients 4.0.4 → 4.0.5
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 +105 -105
- 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/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/ModifyPw.vue +126 -126
- package/src/components/server/PcdBuildingSelect.vue +243 -243
- package/src/components/server/ResSelect.vue +178 -172
- 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/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,367 +1,367 @@
|
|
1
|
-
* {
|
2
|
-
box-sizing: border-box;
|
3
|
-
margin: 0;
|
4
|
-
padding: 0;
|
5
|
-
font-weight: 400;
|
6
|
-
outline: none;
|
7
|
-
}
|
8
|
-
|
9
|
-
body {
|
10
|
-
font-family: 'Source Sans Pro', sans-serif;
|
11
|
-
color: white;
|
12
|
-
font-weight: 400;
|
13
|
-
}
|
14
|
-
|
15
|
-
body ::-webkit-input-placeholder {
|
16
|
-
/* WebKit browsers */
|
17
|
-
font-family: 'Source Sans Pro', sans-serif;
|
18
|
-
color: white;
|
19
|
-
font-weight: 400;
|
20
|
-
}
|
21
|
-
|
22
|
-
body :-moz-placeholder {
|
23
|
-
/* Mozilla Firefox 4 to 18 */
|
24
|
-
font-family: 'Source Sans Pro', sans-serif;
|
25
|
-
color: white;
|
26
|
-
opacity: 1;
|
27
|
-
font-weight: 400;
|
28
|
-
}
|
29
|
-
|
30
|
-
body ::-moz-placeholder {
|
31
|
-
/* Mozilla Firefox 19+ */
|
32
|
-
font-family: 'Source Sans Pro', sans-serif;
|
33
|
-
color: white;
|
34
|
-
opacity: 1;
|
35
|
-
font-weight: 400;
|
36
|
-
}
|
37
|
-
|
38
|
-
body :-ms-input-placeholder {
|
39
|
-
/* Internet Explorer 10+ */
|
40
|
-
font-family: 'Source Sans Pro', sans-serif;
|
41
|
-
color: white;
|
42
|
-
font-weight: 400;
|
43
|
-
}
|
44
|
-
|
45
|
-
.wrapper {
|
46
|
-
/*background: #2D83BA;
|
47
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
48
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
49
|
-
opacity: 0.8;*/
|
50
|
-
position: absolute;
|
51
|
-
top: 50%;
|
52
|
-
right: -60px;
|
53
|
-
width: 40%;
|
54
|
-
height: 400px;
|
55
|
-
margin-top: -150px;
|
56
|
-
overflow: hidden;
|
57
|
-
|
58
|
-
}
|
59
|
-
|
60
|
-
.wrapper.form-success .container h3 {
|
61
|
-
-webkit-transform: translateY(85px);
|
62
|
-
-ms-transform: translateY(85px);
|
63
|
-
transform: translateY(85px);
|
64
|
-
}
|
65
|
-
|
66
|
-
.container {
|
67
|
-
max-width: 350px;
|
68
|
-
margin: 0 auto;
|
69
|
-
padding: 30px 100px 50px 100px;
|
70
|
-
height: 400px;
|
71
|
-
text-align: center;
|
72
|
-
/*以下增加*/
|
73
|
-
background: #2D83BA;
|
74
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
75
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
76
|
-
opacity: 0.8;
|
77
|
-
}
|
78
|
-
|
79
|
-
.container h3 {
|
80
|
-
font-size: 40px;
|
81
|
-
-webkit-transition-duration: 1s;
|
82
|
-
transition-duration: 1s;
|
83
|
-
-webkit-transition-timing-function: ease-in-put;
|
84
|
-
transition-timing-function: ease-in-put;
|
85
|
-
font-weight: 200;
|
86
|
-
}
|
87
|
-
|
88
|
-
.form {
|
89
|
-
padding: 20px 0;
|
90
|
-
position: relative;
|
91
|
-
z-index: 2;
|
92
|
-
}
|
93
|
-
|
94
|
-
.form input {
|
95
|
-
-webkit-appearance: none;
|
96
|
-
-moz-appearance: none;
|
97
|
-
appearance: none;
|
98
|
-
outline: 0;
|
99
|
-
border: 1px solid #50ABE6;
|
100
|
-
background-color: #50ABE6;
|
101
|
-
width: 250px;
|
102
|
-
border-radius: 3px;
|
103
|
-
padding: 10px 15px;
|
104
|
-
margin: 0 auto 10px auto;
|
105
|
-
display: block;
|
106
|
-
text-align: center;
|
107
|
-
font-size: 18px;
|
108
|
-
color: white;
|
109
|
-
-webkit-transition-duration: 0.25s;
|
110
|
-
transition-duration: 0.25s;
|
111
|
-
font-weight: 400;
|
112
|
-
}
|
113
|
-
|
114
|
-
.form input:hover {
|
115
|
-
background-color: rgba(255, 255, 255, 0.4);
|
116
|
-
}
|
117
|
-
|
118
|
-
.form input:focus {
|
119
|
-
background-color: white;
|
120
|
-
width: 300px;
|
121
|
-
color: #53e3a6;
|
122
|
-
}
|
123
|
-
|
124
|
-
.usericon {
|
125
|
-
background-image: url(../../../../static/usericon.png);
|
126
|
-
background-repeat: no-repeat;
|
127
|
-
background-size: 30px;
|
128
|
-
background-position-x: 8px;
|
129
|
-
background-position-y: 8px;
|
130
|
-
}
|
131
|
-
|
132
|
-
.psicon {
|
133
|
-
background-image: url(../../../../static/psicon.png);
|
134
|
-
background-repeat: no-repeat;
|
135
|
-
background-size: 30px;
|
136
|
-
background-position-x: 8px;
|
137
|
-
background-position-y: 8px;
|
138
|
-
}
|
139
|
-
|
140
|
-
.form button {
|
141
|
-
-webkit-appearance: none;
|
142
|
-
-moz-appearance: none;
|
143
|
-
appearance: none;
|
144
|
-
outline: 0;
|
145
|
-
background-color: white;
|
146
|
-
border: 0;
|
147
|
-
padding: 10px 15px;
|
148
|
-
color: #253830;
|
149
|
-
border-radius: 3px;
|
150
|
-
width: 250px;
|
151
|
-
cursor: pointer;
|
152
|
-
font-size: 18px;
|
153
|
-
-webkit-transition-duration: 0.25s;
|
154
|
-
transition-duration: 0.25s;
|
155
|
-
}
|
156
|
-
|
157
|
-
.form button:hover {
|
158
|
-
background-color: #f5f7f9;
|
159
|
-
}
|
160
|
-
|
161
|
-
/*注册字体样式*/
|
162
|
-
.form span {
|
163
|
-
color: #fff;
|
164
|
-
display: table-footer-group;
|
165
|
-
position: absolute;
|
166
|
-
right: 10px;
|
167
|
-
margin-top: 10px;
|
168
|
-
cursor: pointer;
|
169
|
-
}
|
170
|
-
|
171
|
-
.logotitle {
|
172
|
-
color: #fff;
|
173
|
-
position: absolute;
|
174
|
-
top: 50px;
|
175
|
-
left: 50px;
|
176
|
-
font-size: 50px;
|
177
|
-
}
|
178
|
-
|
179
|
-
/*注册模态框界面样式*/
|
180
|
-
.modifystyle {
|
181
|
-
background: #FCFEEE;
|
182
|
-
}
|
183
|
-
|
184
|
-
.modifystyle div {
|
185
|
-
height: auto;
|
186
|
-
margin-bottom: 15px;
|
187
|
-
/*text-align: center;*/
|
188
|
-
/*margin-left: 20%;*/
|
189
|
-
}
|
190
|
-
|
191
|
-
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
192
|
-
.modifystyle div input + span {
|
193
|
-
top: 0 !important;
|
194
|
-
right: 32%;
|
195
|
-
}
|
196
|
-
|
197
|
-
.modifystyle span {
|
198
|
-
color: red;
|
199
|
-
}
|
200
|
-
|
201
|
-
/* 通告区内容 */
|
202
|
-
.notice-board {
|
203
|
-
height: auto;
|
204
|
-
position: absolute;
|
205
|
-
top: 50%;
|
206
|
-
margin-top: -150px;
|
207
|
-
margin-left: 100px;
|
208
|
-
color: #fff;
|
209
|
-
}
|
210
|
-
|
211
|
-
/*修改密码底部按钮部分样式*/
|
212
|
-
.footerbtn {
|
213
|
-
text-align: center;
|
214
|
-
padding: 15px;
|
215
|
-
}
|
216
|
-
|
217
|
-
.footerbtn button {
|
218
|
-
width: 100px;
|
219
|
-
margin-left: 20px;
|
220
|
-
}
|
221
|
-
|
222
|
-
.bg-bubbles {
|
223
|
-
position: absolute;
|
224
|
-
top: 0;
|
225
|
-
left: 0;
|
226
|
-
width: 100%;
|
227
|
-
height: 100%;
|
228
|
-
z-index: 1;
|
229
|
-
}
|
230
|
-
|
231
|
-
.bg-bubbles li {
|
232
|
-
position: absolute;
|
233
|
-
list-style: none;
|
234
|
-
display: block;
|
235
|
-
width: 40px;
|
236
|
-
height: 40px;
|
237
|
-
background-color: rgba(255, 255, 255, 0.15);
|
238
|
-
bottom: -160px;
|
239
|
-
-webkit-animation: square 25s infinite;
|
240
|
-
animation: square 25s infinite;
|
241
|
-
-webkit-transition-timing-function: linear;
|
242
|
-
transition-timing-function: linear;
|
243
|
-
}
|
244
|
-
|
245
|
-
.bg-bubbles li:nth-child(1) {
|
246
|
-
left: 10%;
|
247
|
-
}
|
248
|
-
|
249
|
-
.bg-bubbles li:nth-child(2) {
|
250
|
-
left: 20%;
|
251
|
-
width: 80px;
|
252
|
-
height: 80px;
|
253
|
-
-webkit-animation-delay: 2s;
|
254
|
-
animation-delay: 2s;
|
255
|
-
-webkit-animation-duration: 17s;
|
256
|
-
animation-duration: 17s;
|
257
|
-
}
|
258
|
-
|
259
|
-
.bg-bubbles li:nth-child(3) {
|
260
|
-
left: 25%;
|
261
|
-
-webkit-animation-delay: 4s;
|
262
|
-
animation-delay: 4s;
|
263
|
-
}
|
264
|
-
|
265
|
-
.bg-bubbles li:nth-child(4) {
|
266
|
-
left: 40%;
|
267
|
-
width: 60px;
|
268
|
-
height: 60px;
|
269
|
-
-webkit-animation-duration: 22s;
|
270
|
-
animation-duration: 22s;
|
271
|
-
background-color: rgba(255, 255, 255, 0.25);
|
272
|
-
}
|
273
|
-
|
274
|
-
.bg-bubbles li:nth-child(5) {
|
275
|
-
left: 70%;
|
276
|
-
}
|
277
|
-
|
278
|
-
.bg-bubbles li:nth-child(6) {
|
279
|
-
left: 80%;
|
280
|
-
width: 120px;
|
281
|
-
height: 120px;
|
282
|
-
-webkit-animation-delay: 3s;
|
283
|
-
animation-delay: 3s;
|
284
|
-
background-color: rgba(255, 255, 255, 0.2);
|
285
|
-
}
|
286
|
-
|
287
|
-
.bg-bubbles li:nth-child(7) {
|
288
|
-
left: 32%;
|
289
|
-
width: 160px;
|
290
|
-
height: 160px;
|
291
|
-
-webkit-animation-delay: 7s;
|
292
|
-
animation-delay: 7s;
|
293
|
-
}
|
294
|
-
|
295
|
-
.bg-bubbles li:nth-child(8) {
|
296
|
-
left: 55%;
|
297
|
-
width: 20px;
|
298
|
-
height: 20px;
|
299
|
-
-webkit-animation-delay: 15s;
|
300
|
-
animation-delay: 15s;
|
301
|
-
-webkit-animation-duration: 40s;
|
302
|
-
animation-duration: 40s;
|
303
|
-
}
|
304
|
-
|
305
|
-
.bg-bubbles li:nth-child(9) {
|
306
|
-
left: 25%;
|
307
|
-
width: 10px;
|
308
|
-
height: 10px;
|
309
|
-
-webkit-animation-delay: 2s;
|
310
|
-
animation-delay: 2s;
|
311
|
-
-webkit-animation-duration: 40s;
|
312
|
-
animation-duration: 40s;
|
313
|
-
background-color: rgba(255, 255, 255, 0.3);
|
314
|
-
}
|
315
|
-
|
316
|
-
.bg-bubbles li:nth-child(10) {
|
317
|
-
left: 90%;
|
318
|
-
width: 160px;
|
319
|
-
height: 160px;
|
320
|
-
-webkit-animation-delay: 11s;
|
321
|
-
animation-delay: 11s;
|
322
|
-
}
|
323
|
-
.logofooter{
|
324
|
-
font-size: 12px;
|
325
|
-
color:#fff;
|
326
|
-
width:150px;
|
327
|
-
margin-left: 17px;
|
328
|
-
}
|
329
|
-
.logocontent{
|
330
|
-
font-size: 14px;
|
331
|
-
color:#fff;
|
332
|
-
width:150px;
|
333
|
-
margin: 3px -15px;
|
334
|
-
}
|
335
|
-
.imglogo {
|
336
|
-
background:url(../../../../static/logo.png);
|
337
|
-
background-size:100%;
|
338
|
-
}
|
339
|
-
.logoew {
|
340
|
-
width:120px;
|
341
|
-
height:120px;
|
342
|
-
float:right;
|
343
|
-
margin-right:8.5%;
|
344
|
-
margin-top:10px;
|
345
|
-
}
|
346
|
-
|
347
|
-
@-webkit-keyframes square {
|
348
|
-
0% {
|
349
|
-
-webkit-transform: translateY(0);
|
350
|
-
transform: translateY(0);
|
351
|
-
}
|
352
|
-
100% {
|
353
|
-
-webkit-transform: translateY(-700px) rotate(600deg);
|
354
|
-
transform: translateY(-700px) rotate(600deg);
|
355
|
-
}
|
356
|
-
}
|
357
|
-
|
358
|
-
@keyframes square {
|
359
|
-
0% {
|
360
|
-
-webkit-transform: translateY(0);
|
361
|
-
transform: translateY(0);
|
362
|
-
}
|
363
|
-
100% {
|
364
|
-
-webkit-transform: translateY(-700px) rotate(600deg);
|
365
|
-
transform: translateY(-700px) rotate(600deg);
|
366
|
-
}
|
367
|
-
}
|
1
|
+
* {
|
2
|
+
box-sizing: border-box;
|
3
|
+
margin: 0;
|
4
|
+
padding: 0;
|
5
|
+
font-weight: 400;
|
6
|
+
outline: none;
|
7
|
+
}
|
8
|
+
|
9
|
+
body {
|
10
|
+
font-family: 'Source Sans Pro', sans-serif;
|
11
|
+
color: white;
|
12
|
+
font-weight: 400;
|
13
|
+
}
|
14
|
+
|
15
|
+
body ::-webkit-input-placeholder {
|
16
|
+
/* WebKit browsers */
|
17
|
+
font-family: 'Source Sans Pro', sans-serif;
|
18
|
+
color: white;
|
19
|
+
font-weight: 400;
|
20
|
+
}
|
21
|
+
|
22
|
+
body :-moz-placeholder {
|
23
|
+
/* Mozilla Firefox 4 to 18 */
|
24
|
+
font-family: 'Source Sans Pro', sans-serif;
|
25
|
+
color: white;
|
26
|
+
opacity: 1;
|
27
|
+
font-weight: 400;
|
28
|
+
}
|
29
|
+
|
30
|
+
body ::-moz-placeholder {
|
31
|
+
/* Mozilla Firefox 19+ */
|
32
|
+
font-family: 'Source Sans Pro', sans-serif;
|
33
|
+
color: white;
|
34
|
+
opacity: 1;
|
35
|
+
font-weight: 400;
|
36
|
+
}
|
37
|
+
|
38
|
+
body :-ms-input-placeholder {
|
39
|
+
/* Internet Explorer 10+ */
|
40
|
+
font-family: 'Source Sans Pro', sans-serif;
|
41
|
+
color: white;
|
42
|
+
font-weight: 400;
|
43
|
+
}
|
44
|
+
|
45
|
+
.wrapper {
|
46
|
+
/*background: #2D83BA;
|
47
|
+
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
48
|
+
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
49
|
+
opacity: 0.8;*/
|
50
|
+
position: absolute;
|
51
|
+
top: 50%;
|
52
|
+
right: -60px;
|
53
|
+
width: 40%;
|
54
|
+
height: 400px;
|
55
|
+
margin-top: -150px;
|
56
|
+
overflow: hidden;
|
57
|
+
|
58
|
+
}
|
59
|
+
|
60
|
+
.wrapper.form-success .container h3 {
|
61
|
+
-webkit-transform: translateY(85px);
|
62
|
+
-ms-transform: translateY(85px);
|
63
|
+
transform: translateY(85px);
|
64
|
+
}
|
65
|
+
|
66
|
+
.container {
|
67
|
+
max-width: 350px;
|
68
|
+
margin: 0 auto;
|
69
|
+
padding: 30px 100px 50px 100px;
|
70
|
+
height: 400px;
|
71
|
+
text-align: center;
|
72
|
+
/*以下增加*/
|
73
|
+
background: #2D83BA;
|
74
|
+
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
75
|
+
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
76
|
+
opacity: 0.8;
|
77
|
+
}
|
78
|
+
|
79
|
+
.container h3 {
|
80
|
+
font-size: 40px;
|
81
|
+
-webkit-transition-duration: 1s;
|
82
|
+
transition-duration: 1s;
|
83
|
+
-webkit-transition-timing-function: ease-in-put;
|
84
|
+
transition-timing-function: ease-in-put;
|
85
|
+
font-weight: 200;
|
86
|
+
}
|
87
|
+
|
88
|
+
.form {
|
89
|
+
padding: 20px 0;
|
90
|
+
position: relative;
|
91
|
+
z-index: 2;
|
92
|
+
}
|
93
|
+
|
94
|
+
.form input {
|
95
|
+
-webkit-appearance: none;
|
96
|
+
-moz-appearance: none;
|
97
|
+
appearance: none;
|
98
|
+
outline: 0;
|
99
|
+
border: 1px solid #50ABE6;
|
100
|
+
background-color: #50ABE6;
|
101
|
+
width: 250px;
|
102
|
+
border-radius: 3px;
|
103
|
+
padding: 10px 15px;
|
104
|
+
margin: 0 auto 10px auto;
|
105
|
+
display: block;
|
106
|
+
text-align: center;
|
107
|
+
font-size: 18px;
|
108
|
+
color: white;
|
109
|
+
-webkit-transition-duration: 0.25s;
|
110
|
+
transition-duration: 0.25s;
|
111
|
+
font-weight: 400;
|
112
|
+
}
|
113
|
+
|
114
|
+
.form input:hover {
|
115
|
+
background-color: rgba(255, 255, 255, 0.4);
|
116
|
+
}
|
117
|
+
|
118
|
+
.form input:focus {
|
119
|
+
background-color: white;
|
120
|
+
width: 300px;
|
121
|
+
color: #53e3a6;
|
122
|
+
}
|
123
|
+
|
124
|
+
.usericon {
|
125
|
+
background-image: url(../../../../static/usericon.png);
|
126
|
+
background-repeat: no-repeat;
|
127
|
+
background-size: 30px;
|
128
|
+
background-position-x: 8px;
|
129
|
+
background-position-y: 8px;
|
130
|
+
}
|
131
|
+
|
132
|
+
.psicon {
|
133
|
+
background-image: url(../../../../static/psicon.png);
|
134
|
+
background-repeat: no-repeat;
|
135
|
+
background-size: 30px;
|
136
|
+
background-position-x: 8px;
|
137
|
+
background-position-y: 8px;
|
138
|
+
}
|
139
|
+
|
140
|
+
.form button {
|
141
|
+
-webkit-appearance: none;
|
142
|
+
-moz-appearance: none;
|
143
|
+
appearance: none;
|
144
|
+
outline: 0;
|
145
|
+
background-color: white;
|
146
|
+
border: 0;
|
147
|
+
padding: 10px 15px;
|
148
|
+
color: #253830;
|
149
|
+
border-radius: 3px;
|
150
|
+
width: 250px;
|
151
|
+
cursor: pointer;
|
152
|
+
font-size: 18px;
|
153
|
+
-webkit-transition-duration: 0.25s;
|
154
|
+
transition-duration: 0.25s;
|
155
|
+
}
|
156
|
+
|
157
|
+
.form button:hover {
|
158
|
+
background-color: #f5f7f9;
|
159
|
+
}
|
160
|
+
|
161
|
+
/*注册字体样式*/
|
162
|
+
.form span {
|
163
|
+
color: #fff;
|
164
|
+
display: table-footer-group;
|
165
|
+
position: absolute;
|
166
|
+
right: 10px;
|
167
|
+
margin-top: 10px;
|
168
|
+
cursor: pointer;
|
169
|
+
}
|
170
|
+
|
171
|
+
.logotitle {
|
172
|
+
color: #fff;
|
173
|
+
position: absolute;
|
174
|
+
top: 50px;
|
175
|
+
left: 50px;
|
176
|
+
font-size: 50px;
|
177
|
+
}
|
178
|
+
|
179
|
+
/*注册模态框界面样式*/
|
180
|
+
.modifystyle {
|
181
|
+
background: #FCFEEE;
|
182
|
+
}
|
183
|
+
|
184
|
+
.modifystyle div {
|
185
|
+
height: auto;
|
186
|
+
margin-bottom: 15px;
|
187
|
+
/*text-align: center;*/
|
188
|
+
/*margin-left: 20%;*/
|
189
|
+
}
|
190
|
+
|
191
|
+
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
192
|
+
.modifystyle div input + span {
|
193
|
+
top: 0 !important;
|
194
|
+
right: 32%;
|
195
|
+
}
|
196
|
+
|
197
|
+
.modifystyle span {
|
198
|
+
color: red;
|
199
|
+
}
|
200
|
+
|
201
|
+
/* 通告区内容 */
|
202
|
+
.notice-board {
|
203
|
+
height: auto;
|
204
|
+
position: absolute;
|
205
|
+
top: 50%;
|
206
|
+
margin-top: -150px;
|
207
|
+
margin-left: 100px;
|
208
|
+
color: #fff;
|
209
|
+
}
|
210
|
+
|
211
|
+
/*修改密码底部按钮部分样式*/
|
212
|
+
.footerbtn {
|
213
|
+
text-align: center;
|
214
|
+
padding: 15px;
|
215
|
+
}
|
216
|
+
|
217
|
+
.footerbtn button {
|
218
|
+
width: 100px;
|
219
|
+
margin-left: 20px;
|
220
|
+
}
|
221
|
+
|
222
|
+
.bg-bubbles {
|
223
|
+
position: absolute;
|
224
|
+
top: 0;
|
225
|
+
left: 0;
|
226
|
+
width: 100%;
|
227
|
+
height: 100%;
|
228
|
+
z-index: 1;
|
229
|
+
}
|
230
|
+
|
231
|
+
.bg-bubbles li {
|
232
|
+
position: absolute;
|
233
|
+
list-style: none;
|
234
|
+
display: block;
|
235
|
+
width: 40px;
|
236
|
+
height: 40px;
|
237
|
+
background-color: rgba(255, 255, 255, 0.15);
|
238
|
+
bottom: -160px;
|
239
|
+
-webkit-animation: square 25s infinite;
|
240
|
+
animation: square 25s infinite;
|
241
|
+
-webkit-transition-timing-function: linear;
|
242
|
+
transition-timing-function: linear;
|
243
|
+
}
|
244
|
+
|
245
|
+
.bg-bubbles li:nth-child(1) {
|
246
|
+
left: 10%;
|
247
|
+
}
|
248
|
+
|
249
|
+
.bg-bubbles li:nth-child(2) {
|
250
|
+
left: 20%;
|
251
|
+
width: 80px;
|
252
|
+
height: 80px;
|
253
|
+
-webkit-animation-delay: 2s;
|
254
|
+
animation-delay: 2s;
|
255
|
+
-webkit-animation-duration: 17s;
|
256
|
+
animation-duration: 17s;
|
257
|
+
}
|
258
|
+
|
259
|
+
.bg-bubbles li:nth-child(3) {
|
260
|
+
left: 25%;
|
261
|
+
-webkit-animation-delay: 4s;
|
262
|
+
animation-delay: 4s;
|
263
|
+
}
|
264
|
+
|
265
|
+
.bg-bubbles li:nth-child(4) {
|
266
|
+
left: 40%;
|
267
|
+
width: 60px;
|
268
|
+
height: 60px;
|
269
|
+
-webkit-animation-duration: 22s;
|
270
|
+
animation-duration: 22s;
|
271
|
+
background-color: rgba(255, 255, 255, 0.25);
|
272
|
+
}
|
273
|
+
|
274
|
+
.bg-bubbles li:nth-child(5) {
|
275
|
+
left: 70%;
|
276
|
+
}
|
277
|
+
|
278
|
+
.bg-bubbles li:nth-child(6) {
|
279
|
+
left: 80%;
|
280
|
+
width: 120px;
|
281
|
+
height: 120px;
|
282
|
+
-webkit-animation-delay: 3s;
|
283
|
+
animation-delay: 3s;
|
284
|
+
background-color: rgba(255, 255, 255, 0.2);
|
285
|
+
}
|
286
|
+
|
287
|
+
.bg-bubbles li:nth-child(7) {
|
288
|
+
left: 32%;
|
289
|
+
width: 160px;
|
290
|
+
height: 160px;
|
291
|
+
-webkit-animation-delay: 7s;
|
292
|
+
animation-delay: 7s;
|
293
|
+
}
|
294
|
+
|
295
|
+
.bg-bubbles li:nth-child(8) {
|
296
|
+
left: 55%;
|
297
|
+
width: 20px;
|
298
|
+
height: 20px;
|
299
|
+
-webkit-animation-delay: 15s;
|
300
|
+
animation-delay: 15s;
|
301
|
+
-webkit-animation-duration: 40s;
|
302
|
+
animation-duration: 40s;
|
303
|
+
}
|
304
|
+
|
305
|
+
.bg-bubbles li:nth-child(9) {
|
306
|
+
left: 25%;
|
307
|
+
width: 10px;
|
308
|
+
height: 10px;
|
309
|
+
-webkit-animation-delay: 2s;
|
310
|
+
animation-delay: 2s;
|
311
|
+
-webkit-animation-duration: 40s;
|
312
|
+
animation-duration: 40s;
|
313
|
+
background-color: rgba(255, 255, 255, 0.3);
|
314
|
+
}
|
315
|
+
|
316
|
+
.bg-bubbles li:nth-child(10) {
|
317
|
+
left: 90%;
|
318
|
+
width: 160px;
|
319
|
+
height: 160px;
|
320
|
+
-webkit-animation-delay: 11s;
|
321
|
+
animation-delay: 11s;
|
322
|
+
}
|
323
|
+
.logofooter{
|
324
|
+
font-size: 12px;
|
325
|
+
color:#fff;
|
326
|
+
width:150px;
|
327
|
+
margin-left: 17px;
|
328
|
+
}
|
329
|
+
.logocontent{
|
330
|
+
font-size: 14px;
|
331
|
+
color:#fff;
|
332
|
+
width:150px;
|
333
|
+
margin: 3px -15px;
|
334
|
+
}
|
335
|
+
.imglogo {
|
336
|
+
background:url(../../../../static/logo.png);
|
337
|
+
background-size:100%;
|
338
|
+
}
|
339
|
+
.logoew {
|
340
|
+
width:120px;
|
341
|
+
height:120px;
|
342
|
+
float:right;
|
343
|
+
margin-right:8.5%;
|
344
|
+
margin-top:10px;
|
345
|
+
}
|
346
|
+
|
347
|
+
@-webkit-keyframes square {
|
348
|
+
0% {
|
349
|
+
-webkit-transform: translateY(0);
|
350
|
+
transform: translateY(0);
|
351
|
+
}
|
352
|
+
100% {
|
353
|
+
-webkit-transform: translateY(-700px) rotate(600deg);
|
354
|
+
transform: translateY(-700px) rotate(600deg);
|
355
|
+
}
|
356
|
+
}
|
357
|
+
|
358
|
+
@keyframes square {
|
359
|
+
0% {
|
360
|
+
-webkit-transform: translateY(0);
|
361
|
+
transform: translateY(0);
|
362
|
+
}
|
363
|
+
100% {
|
364
|
+
-webkit-transform: translateY(-700px) rotate(600deg);
|
365
|
+
transform: translateY(-700px) rotate(600deg);
|
366
|
+
}
|
367
|
+
}
|