system-clients 3.2.13 → 3.2.16

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.
@@ -0,0 +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,66 +1,66 @@
1
- /*!
2
- * Bootstrap v3.3.5 (http://getbootstrap.com)
3
- * Copyright 2011-2015 Twitter, Inc.
4
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */
6
-
7
- // Core variables and mixins
8
- @import "variables.less";
9
- @import "mixins.less";
10
-
11
- // Reset and dependencies
12
- @import "normalize.less";
13
- @import "print.less";
14
- @import "glyphicons.less";
15
-
16
- // Core CSS
17
- @import "scaffolding.less";
18
- @import "type.less";
19
- @import "code.less";
20
- @import "grid.less";
21
- @import "tables.less";
22
- @import "forms.less";
23
- @import "buttons.less";
24
-
25
- // Components
26
- @import "component-animations.less";
27
- @import "dropdowns.less";
28
- @import "button-groups.less";
29
- @import "input-groups.less";
30
- @import "navs.less";
31
- @import "navbar.less";
32
- @import "breadcrumbs.less";
33
- @import "pagination.less";
34
- @import "pager.less";
35
- @import "labels.less";
36
- @import "badges.less";
37
- @import "jumbotron.less";
38
- @import "thumbnails.less";
39
- @import "alerts.less";
40
- @import "progress-bars.less";
41
- @import "media.less";
42
- @import "list-group.less";
43
- @import "panels.less";
44
- @import "responsive-embed.less";
45
- @import "wells.less";
46
- @import "close.less";
47
-
48
- // Components w/ JavaScript
49
- @import "modals.less";
50
- @import "tooltip.less";
51
- @import "popovers.less";
52
- @import "carousel.less";
53
- @import "fonts-list.less";
54
-
55
- // Utility classes
56
- @import "utilities.less";
57
- @import "responsive-utilities.less";
58
-
59
-
60
- .themeOne{
61
- @import "aofeng/themeOne.less";
62
- }
63
-
64
- .themeTwo{
65
- @import "aofeng/themeTwo.less";
66
- }
1
+ /*!
2
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
3
+ * Copyright 2011-2015 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+ @import "aofeng/login.less";
7
+ // Core variables and mixins
8
+ @import "variables.less";
9
+ @import "mixins.less";
10
+
11
+ // Reset and dependencies
12
+ @import "normalize.less";
13
+ @import "print.less";
14
+ @import "glyphicons.less";
15
+
16
+ // Core CSS
17
+ @import "scaffolding.less";
18
+ @import "type.less";
19
+ @import "code.less";
20
+ @import "grid.less";
21
+ @import "tables.less";
22
+ @import "forms.less";
23
+ @import "buttons.less";
24
+
25
+ // Components
26
+ @import "component-animations.less";
27
+ @import "dropdowns.less";
28
+ @import "button-groups.less";
29
+ @import "input-groups.less";
30
+ @import "navs.less";
31
+ @import "navbar.less";
32
+ @import "breadcrumbs.less";
33
+ @import "pagination.less";
34
+ @import "pager.less";
35
+ @import "labels.less";
36
+ @import "badges.less";
37
+ @import "jumbotron.less";
38
+ @import "thumbnails.less";
39
+ @import "alerts.less";
40
+ @import "progress-bars.less";
41
+ @import "media.less";
42
+ @import "list-group.less";
43
+ @import "panels.less";
44
+ @import "responsive-embed.less";
45
+ @import "wells.less";
46
+ @import "close.less";
47
+
48
+ // Components w/ JavaScript
49
+ @import "modals.less";
50
+ @import "tooltip.less";
51
+ @import "popovers.less";
52
+ @import "carousel.less";
53
+ @import "fonts-list.less";
54
+
55
+ // Utility classes
56
+ @import "utilities.less";
57
+ @import "responsive-utilities.less";
58
+
59
+
60
+ .themeOne{
61
+ @import "aofeng/themeOne.less";
62
+ }
63
+
64
+ .themeTwo{
65
+ @import "aofeng/themeTwo.less";
66
+ }
Binary file
Binary file