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