|
@ -190,7 +190,7 @@ a { text-decoration:none;}
|
190
|
190
|
.m_sub .menu li:first-child { border:0 none;}
|
191
|
191
|
.m_sub .menu li.active { background:#333;}
|
192
|
192
|
.m_sub .menu li div { display:inline-block;}
|
193
|
|
.m_sub .menu li .num { width:24px; height:24px; line-height:24px; background:#e40177; border-radius:50%;}
|
|
193
|
.m_sub .menu li .num { width:0.24rem; height:0.24rem; line-height:0.24rem; background:#e40177; border-radius:50%;}
|
194
|
194
|
.m_sub .title { line-height:0.35rem; overflow:hidden; background:#333; border-bottom:1px solid #1a1a1a;}
|
195
|
195
|
.m_sub .title .text { color:#999; float:left; padding-left:0.12rem;}
|
196
|
196
|
.m_sub .title .fn { float:right; width:0.35rem; height:0.35rem; text-align:center; color:#999;}
|
|
@ -258,6 +258,10 @@ a { text-decoration:none;}
|
258
|
258
|
|
259
|
259
|
|
260
|
260
|
|
|
261
|
.e_fix-bottom { position:absolute; width:100%; bottom:0; left:0;}
|
|
262
|
|
|
263
|
|
|
264
|
|
261
|
265
|
.e_bizIco { font-family:"biz"; display:inline-block;}
|
262
|
266
|
|
263
|
267
|
.e_brandIco { font-family:"brand"; display:inline-block; position:relative;}
|
|
@ -610,6 +614,21 @@ input[type="checkbox"]:checked { opacity:1; }
|
610
|
614
|
.c_tab>.pages-current-4 { left:-400%;}
|
611
|
615
|
.c_tab>.pages-current-5 { left:-500%;}
|
612
|
616
|
|
|
617
|
.c_chat { padding:0 0.15rem 0.15rem; overflow:hidden;}
|
|
618
|
.c_chat .u,
|
|
619
|
.c_chat .i { overflow:hidden; margin-top:0.15rem;}
|
|
620
|
.c_chat .head { float:right;}
|
|
621
|
.c_chat .head img { width:0.7rem; height:0.7rem; border-radius:50%;}
|
|
622
|
.c_chat .dialog { max-width:3rem; position:relative; margin-right:0.1rem; float:right; text-align:right;}
|
|
623
|
.c_chat .dialog:after { content:""; clear:both; height:0; display:block;}
|
|
624
|
.c_chat .dialog .info { font-size:0.16rem; color:#999; line-height:0.24rem;}
|
|
625
|
.c_chat .dialog .content { position:relative; display:inline-block; background:#29a6ee; padding:0.1rem 0.15rem; line-height:1.5; margin-top:0.03rem; border-radius:0.05rem; border:1px solid #1f95d8; color:#fff;}
|
|
626
|
.c_chat .dialog .content:after { content:""; position:absolute; right:-0.062rem; top:0.2rem; width:0.1rem; height:0.1rem; background:#29a6ee; border-top:1px solid #1f95d8; border-right:1px solid #1f95d8; -webkit-transform:rotate(45deg);}
|
|
627
|
.c_chat .u .head { float:left;}
|
|
628
|
.c_chat .u .dialog { float:left; margin:0 0 0 0.1rem; text-align:left;}
|
|
629
|
.c_chat .u .dialog .content { color:#333; background:#fff; border-color:#ddd;}
|
|
630
|
.c_chat .u .dialog .content:after { background:#fff; right:auto; left:-0.062rem; border:0 none; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
|
|
631
|
|
613
|
632
|
.c_brandTab { box-shadow:0 0.02rem 0 rgba(0,0,0,0.1); line-height:1; border:1px solid #ccc;}
|
614
|
633
|
.c_brandTab .tab ul { display:table; width:100%; table-layout:fixed; border-collapse:collapse;}
|
615
|
634
|
.c_brandTab .tab li { display:table-cell; height:0.65rem; vertical-align:middle; text-align:center; background:#fff; border-left:1px solid #eee;}
|
|
@ -679,9 +698,11 @@ input[type="checkbox"]:checked { opacity:1; }
|
679
|
698
|
|
680
|
699
|
|
681
|
700
|
.c_scroll { position:relative; overflow:hidden; box-shadow:0 0.02rem 0 rgba(0,0,0,0.1); border:1px solid #ccc; background:#fff;}
|
682
|
|
.c_scroll .c_article { border:0 none;}
|
683
|
|
.c_scroll .c_list { border:0 none;}
|
684
|
|
|
|
701
|
.c_scroll:not(.c_scroll-mix) .c_article { border:0 none;}
|
|
702
|
.c_scroll:not(.c_scroll-mix) .c_list { border:0 none;}
|
|
703
|
.c_scroll-fixed { position:absolute; left:0; right:0; top:0.6rem; bottom:0; background:transparent; box-shadow:none;}
|
|
704
|
.c_scroll-mix { border:0 none;}
|
|
705
|
.c_scroll-mix .wrapper { padding:0 0.12rem;}
|
685
|
706
|
|
686
|
707
|
|
687
|
708
|
.c_formula { overflow:hidden; line-height:1; text-align:center;}
|
|
@ -692,6 +713,7 @@ input[type="checkbox"]:checked { opacity:1; }
|
692
|
713
|
.c_formula .symbol { float:left; line-height:0.55rem; margin:0 0.06rem; font-size:0.25rem;}
|
693
|
714
|
|
694
|
715
|
|
|
716
|
|
695
|
717
|
.c_submit { margin-top:0.12rem;}
|
696
|
718
|
.c_submit ul { display:table; text-align:center; width:100%; table-layout:fixed; border-collapse:collapse;}
|
697
|
719
|
.c_submit li { display:table-cell; padding:0 0.06rem;}
|
|
@ -704,6 +726,7 @@ input[type="checkbox"]:checked { opacity:1; }
|
704
|
726
|
.c_submit .e_button-blue { width:100%;}
|
705
|
727
|
|
706
|
728
|
|
|
729
|
|
707
|
730
|
.c_tag { box-shadow:0 0.02rem 0 rgba(0,0,0,0.1); line-height:1; border:1px solid #ccc; background:#fff; overflow:hidden;}
|
708
|
731
|
.c_tag ul { margin-top:-1px; position:relative; top:1px;}
|
709
|
732
|
.c_tag ul li { float:left; position:relative; white-space:nowrap; font-size:0.21rem; line-height:0.5rem; padding:0 0.5rem 0 0.15rem; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
|
|
@ -712,6 +735,7 @@ input[type="checkbox"]:checked { opacity:1; }
|
712
|
735
|
.c_tag .delete.active { color:#333;}
|
713
|
736
|
|
714
|
737
|
|
|
738
|
|
715
|
739
|
.c_picList:after { content:""; display:block; height:0; visibility:hidden; clear:both;}
|
716
|
740
|
.c_picList ul { margin-left:-0.12rem; margin-top:-0.12rem;}
|
717
|
741
|
.c_picList li { width:50%; float:left; margin-top:0.12rem;}
|
|
@ -765,6 +789,8 @@ input[type="checkbox"]:checked { opacity:1; }
|
765
|
789
|
.c_option { position:fixed; top:-6rem; -webkit-transition:all 0.5s ease-out; -webkit-transform-style:preserve-3d; left:0; width:100%; box-sizing:border-box; -webkit-box-sizing:border-box; background:#f2f2f2; padding:0.12rem; border-bottom:1px solid #ddd; box-shadow:0 0.02rem 0 rgba(0,0,0,0.1);}
|
766
|
790
|
.c_option-view { top:0;}
|
767
|
791
|
|
|
792
|
|
|
793
|
|
768
|
794
|
.c_dialog { position:fixed; left:100%; -webkit-transition:-webkit-transform 0.3s ease-out; -webkit-transform-style:preserve-3d; top:0; background:rgba(0,0,0,0.5); width:100%; height:100%; text-align:center; z-index:1000;}
|
769
|
795
|
.c_dialog:before { content:""; display:inline-block; height:100%; vertical-align:middle; width:1px; margin-right:-0.06rem;}
|
770
|
796
|
.c_dialog>.wrapper { text-align:left; vertical-align:middle; display:inline-block; width:4rem; margin:0 auto; padding:0 0.08rem 0.08rem; background:#0085d0; box-shadow:0 0.03rem 0.03rem rgba(0,0,0,0.3);}
|
|
@ -789,41 +815,14 @@ input[type="checkbox"]:checked { opacity:1; }
|
789
|
815
|
.c_dialog .c_spNum { border:0 none;}
|
790
|
816
|
.c_dialog-view { -webkit-transform:translate(-100%,0);}
|
791
|
817
|
|
792
|
|
.c_loading { -webkit-transition:left 0.5s ease-out; left:100%; line-height:1.1; -webkit-transform-style:preserve-3d; position:fixed; top:0; width:100%; height:100%; background:#f2f2f2;}
|
793
|
|
.c_loading .wrapper { position:absolute; width:5.3rem; overflow:hidden; left:50%; margin-left:-2.65rem; top:50%; margin-top:-6rem; text-align:center;}
|
794
|
|
.c_loading .logo { top:0; position:relative; color:#fff;}
|
795
|
|
.c_loading .dot:before { font-size:5.3rem; content:"\e607"; font-family:"base"; color:#e40077; position:relative; z-index:1;}
|
796
|
|
.c_loading .and { position:absolute; left:50%; margin-left:-0.33rem; top:4.6rem; text-indent:0; z-index:1;}
|
797
|
|
.c_loading .and:before { position:absolute; left:0; top:0; content:"\e600"; font-size:0.66rem; font-family:"base";}
|
798
|
|
.c_loading .and:after { position:absolute; left:0; top:0; content:"\e602"; font-size:0.66rem; font-family:"base";}
|
799
|
|
.c_loading .cycle {
|
800
|
|
width:1.5rem; height:1.5rem; position:absolute; left:50%; margin-left:-0.75rem; top:4.22rem; z-index:0;
|
801
|
|
-webkit-animation:loading 1.5s linear infinite; -webkit-transform-style:preserve-3d;
|
802
|
|
}
|
803
|
|
.c_loading .cycle:before {
|
804
|
|
content:""; display:block; position:relative;
|
805
|
|
width:1.5rem; height:0.75rem; border-radius:0.75rem 0.75rem 0 0;
|
806
|
|
background:-webkit-gradient(
|
807
|
|
linear,
|
808
|
|
0 0,
|
809
|
|
right 0,
|
810
|
|
color-stop(0,rgba(149,198,45,0)),
|
811
|
|
color-stop(1,rgba(149,198,45,0.7))
|
812
|
|
);
|
813
|
|
}
|
814
|
|
.c_loading .text { position:relative;}
|
815
|
|
.c_loading .text .title { font-size:0.33rem; margin-top:0.4rem;}
|
816
|
|
.c_loading .text .tip { font-size:0.16rem; margin-top:0.15rem; color:#e40077;}
|
817
|
|
.c_loading-view { left:0;}
|
818
|
|
|
819
|
|
.c_error { -webkit-transition:opacity 1s ease-out,visibility 1s; opacity:1; line-height:1.1; -webkit-transform-style:preserve-3d; position:absolute; top:0; left:0; width:100%; height:100%;}
|
820
|
|
.c_error .wrapper { position:absolute; width:5.3rem; left:50%; margin-left:-2.65rem; top:50%; margin-top:-6rem; text-align:center;}
|
|
818
|
.c_error { -webkit-transition:opacity 1s ease-out,visibility 1s; opacity:1; line-height:1.1; -webkit-transform-style:preserve-3d; position:absolute; top:30%; left:45%; width:100%; height:100%;}
|
|
819
|
.c_error .wrapper { position:absolute; width:5.3rem; left:56%; margin-left:-2.65rem; top:50%; margin-top:-90%; text-align:center;}
|
821
|
820
|
.c_error .logo { top:0; position:relative; color:#fff;}
|
822
|
|
.c_error .dot:before { font-size:5.3rem; content:"\e607"; font-family:"base"; color:#e40077; position:relative; z-index:1;}
|
|
821
|
.c_error .dot:before { font-size:3.3rem; content:"\e607"; font-family:"base"; color:#e40077; position:relative; z-index:1;}
|
823
|
822
|
.c_error .sad { position:absolute; left:50%; margin-left:-0.33rem; top:4.6rem; text-indent:0; z-index:1;}
|
824
|
823
|
.c_error .sad:before { position:absolute; left:0; top:0; content:"\e626"; font-size:0.66rem; font-family:"base";}
|
825
|
824
|
.c_error .building { position:absolute; left:50%; margin-left:-0.33rem; top:4.6rem; text-indent:0; z-index:1;}
|
826
|
|
.c_error .building:before { position:absolute; left:0; top:0; content:"\e62d"; font-size:0.66rem; font-family:"base";}
|
|
825
|
.c_error .building:before { position:absolute; left:0.1rem; top:-1.7rem; content:"\e62d"; font-size:0.44rem; font-family:"base";}
|
827
|
826
|
.c_error .text { position:relative;}
|
828
|
827
|
.c_error .text .title { font-size:0.33rem; margin-top:0.4rem;}
|
829
|
828
|
.c_error .text .tip { font-size:0.16rem; margin-top:0.15rem; color:#888;}
|
|
@ -835,6 +834,11 @@ input[type="checkbox"]:checked { opacity:1; }
|
835
|
834
|
|
836
|
835
|
|
837
|
836
|
|
|
837
|
.c_loading { position:absolute; width:100%; height:2rem; top:50%; margin-top:-1.5rem; text-align:center;}
|
|
838
|
.c_loading .pic { width:1.6rem; height:1.6rem; margin:0.3rem auto 0; background:url(../img/loading.gif) no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%;}
|
|
839
|
.c_loading .text { margin-top:0.1rem; color:#333; font-size:0.24rem;}
|
|
840
|
|
|
841
|
|
838
|
842
|
|
839
|
843
|
.c_tip:after { content:""; display:block; height:0; visibility:hidden; clear:both;}
|
840
|
844
|
.c_tip .ico { float:left; margin-right:0.12rem; background:#fff; border-radius:50%; line-height:1; padding:0.03rem; font-size:0.6rem; box-shadow:0 1px 1px rgba(0,0,0,0.3);}
|