system-clients 3.2.15 → 3.2.18
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/package.json +1 -1
- package/src/components/Main.vue +0 -4
- package/src/components/server/Login.vue +0 -370
- package/src/filiale/dongguan/Login.vue +900 -901
- package/src/filiale/konggang/Login.vue +0 -370
- package/src/filiale/tongchuan/Login.vue +0 -371
- package/src/styles/less/aofeng/login.less +367 -0
- package/src/styles/less/bootstrap.less +1 -1
- package/static/newStyle/dongguan1.png +0 -0
- package/src/styles/fonts/PINGFANG LIGHT.TTF +0 -0
- package/src/styles/fonts/PingFangSC-Regular.ttf +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.svg +0 -288
- package/src/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/styles/fonts/pingfang-bold.ttf +0 -0
- package/src/styles/fonts/pingfang-medium.ttf +0 -0
- package/src/styles/fonts/pingfang-regular.ttf +0 -0
- package/src/styles/fonts/trendstrends.ttf +0 -0
- package/src/styles/fonts//346/261/211/344/273/252/350/217/261/345/277/203/344/275/223/347/256/200.ttf +0 -0
@@ -513,377 +513,6 @@ export default {
|
|
513
513
|
</script>
|
514
514
|
|
515
515
|
<style>
|
516
|
-
|
517
|
-
/*输入框样式*/
|
518
|
-
/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
|
519
|
-
* {
|
520
|
-
box-sizing: border-box;
|
521
|
-
margin: 0;
|
522
|
-
padding: 0;
|
523
|
-
font-weight: 400;
|
524
|
-
outline: none;
|
525
|
-
}
|
526
|
-
|
527
|
-
body {
|
528
|
-
font-family: 'Source Sans Pro', sans-serif;
|
529
|
-
color: white;
|
530
|
-
font-weight: 400;
|
531
|
-
}
|
532
|
-
|
533
|
-
body ::-webkit-input-placeholder {
|
534
|
-
/* WebKit browsers */
|
535
|
-
font-family: 'Source Sans Pro', sans-serif;
|
536
|
-
color: white;
|
537
|
-
font-weight: 400;
|
538
|
-
}
|
539
|
-
|
540
|
-
body :-moz-placeholder {
|
541
|
-
/* Mozilla Firefox 4 to 18 */
|
542
|
-
font-family: 'Source Sans Pro', sans-serif;
|
543
|
-
color: white;
|
544
|
-
opacity: 1;
|
545
|
-
font-weight: 400;
|
546
|
-
}
|
547
|
-
|
548
|
-
body ::-moz-placeholder {
|
549
|
-
/* Mozilla Firefox 19+ */
|
550
|
-
font-family: 'Source Sans Pro', sans-serif;
|
551
|
-
color: white;
|
552
|
-
opacity: 1;
|
553
|
-
font-weight: 400;
|
554
|
-
}
|
555
|
-
|
556
|
-
body :-ms-input-placeholder {
|
557
|
-
/* Internet Explorer 10+ */
|
558
|
-
font-family: 'Source Sans Pro', sans-serif;
|
559
|
-
color: white;
|
560
|
-
font-weight: 400;
|
561
|
-
}
|
562
|
-
|
563
|
-
.wrapper {
|
564
|
-
/*background: #2D83BA;
|
565
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
566
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
567
|
-
opacity: 0.8;*/
|
568
|
-
position: absolute;
|
569
|
-
top: 50%;
|
570
|
-
right: -60px;
|
571
|
-
width: 40%;
|
572
|
-
height: 400px;
|
573
|
-
margin-top: -150px;
|
574
|
-
overflow: hidden;
|
575
|
-
|
576
|
-
}
|
577
|
-
|
578
|
-
.wrapper.form-success .container h3 {
|
579
|
-
-webkit-transform: translateY(85px);
|
580
|
-
-ms-transform: translateY(85px);
|
581
|
-
transform: translateY(85px);
|
582
|
-
}
|
583
|
-
|
584
|
-
.container {
|
585
|
-
max-width: 350px;
|
586
|
-
margin: 0 auto;
|
587
|
-
padding: 30px 100px 50px 100px;
|
588
|
-
height: 400px;
|
589
|
-
text-align: center;
|
590
|
-
/*以下增加*/
|
591
|
-
background: #2D83BA;
|
592
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
593
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
594
|
-
opacity: 0.8;
|
595
|
-
}
|
596
|
-
|
597
|
-
.container h3 {
|
598
|
-
font-size: 40px;
|
599
|
-
-webkit-transition-duration: 1s;
|
600
|
-
transition-duration: 1s;
|
601
|
-
-webkit-transition-timing-function: ease-in-put;
|
602
|
-
transition-timing-function: ease-in-put;
|
603
|
-
font-weight: 200;
|
604
|
-
}
|
605
|
-
|
606
|
-
.form {
|
607
|
-
padding: 20px 0;
|
608
|
-
position: relative;
|
609
|
-
z-index: 2;
|
610
|
-
}
|
611
|
-
|
612
|
-
.form input {
|
613
|
-
-webkit-appearance: none;
|
614
|
-
-moz-appearance: none;
|
615
|
-
appearance: none;
|
616
|
-
outline: 0;
|
617
|
-
border: 1px solid #50ABE6;
|
618
|
-
background-color: #50ABE6;
|
619
|
-
width: 250px;
|
620
|
-
border-radius: 3px;
|
621
|
-
padding: 10px 15px;
|
622
|
-
margin: 0 auto 10px auto;
|
623
|
-
display: block;
|
624
|
-
text-align: center;
|
625
|
-
font-size: 18px;
|
626
|
-
color: white;
|
627
|
-
-webkit-transition-duration: 0.25s;
|
628
|
-
transition-duration: 0.25s;
|
629
|
-
font-weight: 400;
|
630
|
-
}
|
631
|
-
|
632
|
-
.form input:hover {
|
633
|
-
background-color: rgba(255, 255, 255, 0.4);
|
634
|
-
}
|
635
|
-
|
636
|
-
.form input:focus {
|
637
|
-
background-color: white;
|
638
|
-
width: 300px;
|
639
|
-
color: #53e3a6;
|
640
|
-
}
|
641
|
-
|
642
|
-
.usericon {
|
643
|
-
background-image: url(../../../static/usericon.png);
|
644
|
-
background-repeat: no-repeat;
|
645
|
-
background-size: 30px;
|
646
|
-
background-position-x: 8px;
|
647
|
-
background-position-y: 8px;
|
648
|
-
}
|
649
|
-
|
650
|
-
.psicon {
|
651
|
-
background-image: url(../../../static/psicon.png);
|
652
|
-
background-repeat: no-repeat;
|
653
|
-
background-size: 30px;
|
654
|
-
background-position-x: 8px;
|
655
|
-
background-position-y: 8px;
|
656
|
-
}
|
657
|
-
|
658
|
-
.form button {
|
659
|
-
-webkit-appearance: none;
|
660
|
-
-moz-appearance: none;
|
661
|
-
appearance: none;
|
662
|
-
outline: 0;
|
663
|
-
background-color: white;
|
664
|
-
border: 0;
|
665
|
-
padding: 10px 15px;
|
666
|
-
color: #253830;
|
667
|
-
border-radius: 3px;
|
668
|
-
width: 250px;
|
669
|
-
cursor: pointer;
|
670
|
-
font-size: 18px;
|
671
|
-
-webkit-transition-duration: 0.25s;
|
672
|
-
transition-duration: 0.25s;
|
673
|
-
}
|
674
|
-
|
675
|
-
.form button:hover {
|
676
|
-
background-color: #f5f7f9;
|
677
|
-
}
|
678
|
-
|
679
|
-
/*注册字体样式*/
|
680
|
-
.form span {
|
681
|
-
color: #fff;
|
682
|
-
display: table-footer-group;
|
683
|
-
position: absolute;
|
684
|
-
right: 10px;
|
685
|
-
margin-top: 10px;
|
686
|
-
cursor: pointer;
|
687
|
-
}
|
688
|
-
|
689
|
-
.logotitle {
|
690
|
-
color: #fff;
|
691
|
-
position: absolute;
|
692
|
-
top: 50px;
|
693
|
-
left: 50px;
|
694
|
-
font-size: 50px;
|
695
|
-
}
|
696
|
-
|
697
|
-
/*注册模态框界面样式*/
|
698
|
-
.modifystyle {
|
699
|
-
background: #FCFEEE;
|
700
|
-
}
|
701
|
-
|
702
|
-
.modifystyle div {
|
703
|
-
height: auto;
|
704
|
-
margin-bottom: 15px;
|
705
|
-
/*text-align: center;*/
|
706
|
-
/*margin-left: 20%;*/
|
707
|
-
}
|
708
|
-
|
709
|
-
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
710
|
-
.modifystyle div input + span {
|
711
|
-
top: 0 !important;
|
712
|
-
right: 32%;
|
713
|
-
}
|
714
|
-
|
715
|
-
.modifystyle span {
|
716
|
-
color: red;
|
717
|
-
}
|
718
|
-
|
719
|
-
/* 通告区内容 */
|
720
|
-
.notice-board {
|
721
|
-
height: auto;
|
722
|
-
position: absolute;
|
723
|
-
top: 50%;
|
724
|
-
margin-top: -150px;
|
725
|
-
margin-left: 100px;
|
726
|
-
color: #fff;
|
727
|
-
}
|
728
|
-
|
729
|
-
/*修改密码底部按钮部分样式*/
|
730
|
-
.footerbtn {
|
731
|
-
text-align: center;
|
732
|
-
padding: 15px;
|
733
|
-
}
|
734
|
-
|
735
|
-
.footerbtn button {
|
736
|
-
width: 100px;
|
737
|
-
margin-left: 20px;
|
738
|
-
}
|
739
|
-
|
740
|
-
.bg-bubbles {
|
741
|
-
position: absolute;
|
742
|
-
top: 0;
|
743
|
-
left: 0;
|
744
|
-
width: 100%;
|
745
|
-
height: 100%;
|
746
|
-
z-index: 1;
|
747
|
-
}
|
748
|
-
|
749
|
-
.bg-bubbles li {
|
750
|
-
position: absolute;
|
751
|
-
list-style: none;
|
752
|
-
display: block;
|
753
|
-
width: 40px;
|
754
|
-
height: 40px;
|
755
|
-
background-color: rgba(255, 255, 255, 0.15);
|
756
|
-
bottom: -160px;
|
757
|
-
-webkit-animation: square 25s infinite;
|
758
|
-
animation: square 25s infinite;
|
759
|
-
-webkit-transition-timing-function: linear;
|
760
|
-
transition-timing-function: linear;
|
761
|
-
}
|
762
|
-
|
763
|
-
.bg-bubbles li:nth-child(1) {
|
764
|
-
left: 10%;
|
765
|
-
}
|
766
|
-
|
767
|
-
.bg-bubbles li:nth-child(2) {
|
768
|
-
left: 20%;
|
769
|
-
width: 80px;
|
770
|
-
height: 80px;
|
771
|
-
-webkit-animation-delay: 2s;
|
772
|
-
animation-delay: 2s;
|
773
|
-
-webkit-animation-duration: 17s;
|
774
|
-
animation-duration: 17s;
|
775
|
-
}
|
776
|
-
|
777
|
-
.bg-bubbles li:nth-child(3) {
|
778
|
-
left: 25%;
|
779
|
-
-webkit-animation-delay: 4s;
|
780
|
-
animation-delay: 4s;
|
781
|
-
}
|
782
|
-
|
783
|
-
.bg-bubbles li:nth-child(4) {
|
784
|
-
left: 40%;
|
785
|
-
width: 60px;
|
786
|
-
height: 60px;
|
787
|
-
-webkit-animation-duration: 22s;
|
788
|
-
animation-duration: 22s;
|
789
|
-
background-color: rgba(255, 255, 255, 0.25);
|
790
|
-
}
|
791
|
-
|
792
|
-
.bg-bubbles li:nth-child(5) {
|
793
|
-
left: 70%;
|
794
|
-
}
|
795
|
-
|
796
|
-
.bg-bubbles li:nth-child(6) {
|
797
|
-
left: 80%;
|
798
|
-
width: 120px;
|
799
|
-
height: 120px;
|
800
|
-
-webkit-animation-delay: 3s;
|
801
|
-
animation-delay: 3s;
|
802
|
-
background-color: rgba(255, 255, 255, 0.2);
|
803
|
-
}
|
804
|
-
|
805
|
-
.bg-bubbles li:nth-child(7) {
|
806
|
-
left: 32%;
|
807
|
-
width: 160px;
|
808
|
-
height: 160px;
|
809
|
-
-webkit-animation-delay: 7s;
|
810
|
-
animation-delay: 7s;
|
811
|
-
}
|
812
|
-
|
813
|
-
.bg-bubbles li:nth-child(8) {
|
814
|
-
left: 55%;
|
815
|
-
width: 20px;
|
816
|
-
height: 20px;
|
817
|
-
-webkit-animation-delay: 15s;
|
818
|
-
animation-delay: 15s;
|
819
|
-
-webkit-animation-duration: 40s;
|
820
|
-
animation-duration: 40s;
|
821
|
-
}
|
822
|
-
|
823
|
-
.bg-bubbles li:nth-child(9) {
|
824
|
-
left: 25%;
|
825
|
-
width: 10px;
|
826
|
-
height: 10px;
|
827
|
-
-webkit-animation-delay: 2s;
|
828
|
-
animation-delay: 2s;
|
829
|
-
-webkit-animation-duration: 40s;
|
830
|
-
animation-duration: 40s;
|
831
|
-
background-color: rgba(255, 255, 255, 0.3);
|
832
|
-
}
|
833
|
-
|
834
|
-
.bg-bubbles li:nth-child(10) {
|
835
|
-
left: 90%;
|
836
|
-
width: 160px;
|
837
|
-
height: 160px;
|
838
|
-
-webkit-animation-delay: 11s;
|
839
|
-
animation-delay: 11s;
|
840
|
-
}
|
841
|
-
.logofooter{
|
842
|
-
font-size: 12px;
|
843
|
-
color:#fff;
|
844
|
-
width:150px;
|
845
|
-
margin-left: 17px;
|
846
|
-
}
|
847
|
-
.logocontent{
|
848
|
-
font-size: 14px;
|
849
|
-
color:#fff;
|
850
|
-
width:150px;
|
851
|
-
margin: 3px -15px;
|
852
|
-
}
|
853
|
-
.imglogo {
|
854
|
-
background:url(../../../static/logo.png);
|
855
|
-
background-size:100%;
|
856
|
-
}
|
857
|
-
.logoew {
|
858
|
-
width:120px;
|
859
|
-
height:120px;
|
860
|
-
float:right;
|
861
|
-
margin-right:8.5%;
|
862
|
-
margin-top:10px;
|
863
|
-
}
|
864
|
-
|
865
|
-
@-webkit-keyframes square {
|
866
|
-
0% {
|
867
|
-
-webkit-transform: translateY(0);
|
868
|
-
transform: translateY(0);
|
869
|
-
}
|
870
|
-
100% {
|
871
|
-
-webkit-transform: translateY(-700px) rotate(600deg);
|
872
|
-
transform: translateY(-700px) rotate(600deg);
|
873
|
-
}
|
874
|
-
}
|
875
|
-
|
876
|
-
@keyframes square {
|
877
|
-
0% {
|
878
|
-
-webkit-transform: translateY(0);
|
879
|
-
transform: translateY(0);
|
880
|
-
}
|
881
|
-
100% {
|
882
|
-
-webkit-transform: translateY(-700px) rotate(600deg);
|
883
|
-
transform: translateY(-700px) rotate(600deg);
|
884
|
-
}
|
885
|
-
}
|
886
|
-
|
887
516
|
.loginmain-title {
|
888
517
|
height: fit-content;
|
889
518
|
float: left;
|
@@ -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
|
+
}
|