|
@ -785,4 +785,191 @@ footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;lin
|
785
|
785
|
.cmpStaff .mui-table-view .mui-table-view-cell:after{left:0}
|
786
|
786
|
.cmpStaff .cmpTit{font-size:16px;padding:0 0 8px 6px;border-bottom: 1px solid #E6E6E6;}
|
787
|
787
|
.cmpStaff .flexImg{left:10px}
|
788
|
|
.cmpStaff .authicon{bottom:4px;}
|
|
788
|
.cmpStaff .authicon{bottom:4px;}
|
|
789
|
|
|
790
|
/***************************************2017.04新版样式******************************/
|
|
791
|
/*--------邀请好友------------*/
|
|
792
|
.inviteBoxNew{position:relative;}
|
|
793
|
.inviteBtnNew{position: absolute;width:86%;height:50%;bottom:-25%; left:7%;background: #FFFFFF;
|
|
794
|
padding:0 6%;
|
|
795
|
display: -webkit-box;
|
|
796
|
display: -webkit-flex;
|
|
797
|
display: flex;
|
|
798
|
-webkit-align-items: center;
|
|
799
|
align-items: center;
|
|
800
|
box-shadow: 0px 1px 4px rgba(204, 204, 204, 0.8);;
|
|
801
|
-webkit-box-shadow: 0px 1px 4px rgba(204, 204, 204, 0.8);;z-index: 10;}
|
|
802
|
.inviteBtnLink{max-width: 200px;}
|
|
803
|
.inviteFont p{font-size:15px;margin-bottom:4px}
|
|
804
|
.inviteFont p.inviteNum{font-size:22px;line-height:30px;color:#FF9900;}
|
|
805
|
.inviteInfor{padding:20% 0 4% 0;}
|
|
806
|
.inviteInfor .mui-col-xs-6:first-child{border-right: 2px solid #f4f6f8;}
|
|
807
|
.inviteInfor .inviteFont{width: 120px;margin: auto;}
|
|
808
|
.inviteInfor .mui-col-xs-6:first-child .inviteFont{margin-left:76px;}
|
|
809
|
.inviteInfor .mui-col-xs-6:last-child .inviteFont{margin-left:32px;}
|
|
810
|
.inviteInfor p.inviteNum{font-size: 18px;text-align:left;color:#666;}
|
|
811
|
/*-邀请新用户用户信息相关-*/
|
|
812
|
.h1Font{font-size:15px;line-height:24px;color:#333333;}
|
|
813
|
.h2Font{font-size:14px;line-height:22px;color:#999999;}
|
|
814
|
.h3Font{font-size:13px;line-height:22px;color:#666666;}
|
|
815
|
|
|
816
|
.userImg{position:absolute; width: 48px; height: 48px; top:50%; left:1px; margin-top:-24px;overflow: hidden;}
|
|
817
|
.userImg img{width: 100%;}
|
|
818
|
.userInfo{padding-left: 58px;width: 100%;}
|
|
819
|
.userInfo .authicon{bottom:4px;}
|
|
820
|
.userInfo .h1Font{font-size:15px;line-height:20px;margin-bottom:3px;color:#333333;}
|
|
821
|
.userInfo .h2Font{font-size:14px;line-height:24px;color:#999999;}
|
|
822
|
.userInfo .h3Font{font-size:13px;line-height:22px;color:#666666;}
|
|
823
|
|
|
824
|
.maintitboxNow{padding:15px 0;border-bottom: 1px solid #E5E5E5;}
|
|
825
|
.maintitNow{width: 100%;}
|
|
826
|
.maincontent .mui-table-view .mui-table-view-cell:after{left:16px;}
|
|
827
|
.maincontent .mui-table-view .mui-table-view-cell{padding:12px 15px;}
|
|
828
|
.maincontent .flexCenter{min-height: 60px;}
|
|
829
|
.maincontent .mui-table-view.faqBox .mui-table-view-cell{padding:6px 15px;}
|
|
830
|
.maincontent .faqBox{min-height:220px;padding-bottom:20px;}
|
|
831
|
.maincontent .faqBox p{margin-top:2px; margin-bottom:3px;}
|
|
832
|
.faqItem .h1Font:before{content:"";border-left:3px solid #ff9900;padding-left:6px;}
|
|
833
|
/*-------------提示框---------------*/
|
|
834
|
/*邀请好友提示*/
|
|
835
|
.promptBlock{text-align:center;width: 84%;height:auto;padding:8% 4%;position:absolute;left:50%;margin-left:-42%;top:50%;margin-top:-242px;background: #FFFFFF;border-radius:6px;
|
|
836
|
z-index: 999;display: none;
|
|
837
|
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
|
|
838
|
box-shadow: 0 0 15px rgba(0, 0, 0, .3);}
|
|
839
|
.promptBlock .promptImg{width:200px; height:180px;margin: 4% auto 6%;background: url(../images/In-friends_bg_img_nor.png) center center no-repeat;background-size:100%;}
|
|
840
|
.promptBlock .h1Font{margin:4%; line-height: 32px;}
|
|
841
|
.promptBlock .promptBtn{margin:8% auto 2%;}
|
|
842
|
.promptBlock .promptBtn .mui-btn{padding:8px 24px;border-radius: 6px;background: #ff9900;color:#FFFFFF;border-color:#FF9900;}
|
|
843
|
.promptClose{position:absolute;bottom:-72px;display:inline-block;width:48px;height:48px;font-size:48px;color:#FFFFFF;left:50%;margin-left:-24px;}
|
|
844
|
/*签到成功提示*/
|
|
845
|
.promptBlock.signInBlock{margin-top:-132px;}
|
|
846
|
.signInBlock .qiaodao{margin:45px 0 36px}
|
|
847
|
.signInBlock .qiaodao p{color:#333333;line-height:30px;font-size:14px;}
|
|
848
|
.signInBlock .signInImg{width:80%;position:absolute;margin-top:-20%;left:50%;margin-left:-40%;}
|
|
849
|
/*分享名片*/
|
|
850
|
.promptBlock.shareCardBlock{}
|
|
851
|
.shareCardBlock .userImg{position:absolute;top:-6px;left:50%; margin-left:-33px;width: 66px;height: 66px;border: 3px solid #FFFFFF;}
|
|
852
|
.shareCardBlock .h1Font{font-size:16px;margin:0; line-height: 32px;}
|
|
853
|
.shareCardBlock .userBasic p{margin-bottom: 0;}
|
|
854
|
.shareCardBlock .userBasic{padding: 10px 20px 0;}
|
|
855
|
.shareCardBlock .myCard .mycode{width:62%;margin:14px auto;}
|
|
856
|
.shareCardBlock .shareWays{width:60%;margin:auto;overflow: hidden;padding: 0;}
|
|
857
|
.shareCardBlock .shareWays li{width: 50%;list-style:none;float:left;line-height: 30px;}
|
|
858
|
.shareCardBlock .shareWays li img{width: 40px;}
|
|
859
|
/*-----------------我的积分---------------*/
|
|
860
|
.rewardBox{width:42%;height:91%;position:absolute;top:50%;left:50%;margin-top:-20%;margin-left:-21%;background: url(../images/points_bg_img_nor@3x.png) center center no-repeat;background-size: cover;}
|
|
861
|
.rewardNow{width:82%;position:absolute;top:50%;left:50%;margin-left:-41%;margin-top:-38px;text-align: center;}
|
|
862
|
.rewardNow p{color:#FFFFFF;font-size:15px;margin-bottom:8px}
|
|
863
|
.rewardNow p:nth-child(2){font-size:24px;font-weight:bold;}
|
|
864
|
.rewardNow p em{font-style: normal;}
|
|
865
|
.rewardCNum{background:#FFFFFF;padding:0;margin:0;list-style: none;border-width:0 0 1px 0;border-style:solid; border-color:#E6E6E6;}
|
|
866
|
.rewardCNum li{padding:10px;border-right: 1px solid #E6E6E6;}
|
|
867
|
.rewardCNum li:last-child{border-right:1px solid #E6E6E6;}
|
|
868
|
.rewardCNum li.nowClass{border-bottom: 2px solid #ff9900;}
|
|
869
|
.rewardCNum .h1Font{font-size:16px;line-height:32px;color:#000000}
|
|
870
|
.rewardWhy{padding-right:40px;}
|
|
871
|
.maincontent .mui-table-view.myreward .mui-table-view-cell{padding:8px 15px;}
|
|
872
|
.maincontent .mui-table-view.myreward .mui-table-view-cell.mui-active{background: none;}
|
|
873
|
.maincontent .flexCenter.rewardWhy{min-height: 50px;}
|
|
874
|
.rewardCount{position: absolute;right:15px; top:50%;margin-top:-10px;font-size:16px;color:#ff9900;}
|
|
875
|
/*积分规则*/
|
|
876
|
.maincontent .mui-table-view.rewardRule .mui-table-view-cell:after{left:0}
|
|
877
|
.rewardRule .userImg{top:0;margin-top:0}
|
|
878
|
.rewardRule .userInfo{margin-top:3px;}
|
|
879
|
.rewardRule .rewardCount{right: 0;color:#333;font-size:15px;}
|
|
880
|
.rewardRule .h2Font{font-size: 13px;line-height: 28px;}
|
|
881
|
/*--------------我(个人中心)-------------*/
|
|
882
|
.userLogin{height: 180px;overflow: hidden;
|
|
883
|
background: linear-gradient(#ff9900,#ff7200);
|
|
884
|
background: -moz-linear-gradient(#ff9900,#ff7200);
|
|
885
|
background: -webkit-linear-gradient(#ff9900,#ff7200);
|
|
886
|
background: -ms-linear-gradient(#ff9900,#ff7200);}
|
|
887
|
.loginStatus.mui-table-view{background: none;margin:36px 0 26px;}
|
|
888
|
.loginStatus.mui-table-view .mui-table-view-cell{padding:0 15px;}
|
|
889
|
.loginStatus.mui-table-view .mui-table-view-cell.mui-active{background: none;}
|
|
890
|
.loginStatus.mui-table-view .mui-table-view-cell:after{height: 0;}
|
|
891
|
.loginStatus .userImg{width: 68px; height: 68px;margin-top:-34px;border:3px solid #FFFFFF;}
|
|
892
|
.loginStatus .userInfo{padding-left:76px;padding-right:32px;position: relative;}
|
|
893
|
.loginStatus .userInfo .exitSpan{display: inline-block;width:18px;height:18px;position: absolute;top:50%;margin-top:-9px;right:10px;background: url(../images/me_button_xiugai_nor@3x.png) 0 0 no-repeat;background-size: auto 100%;}
|
|
894
|
.loginStatus .userInfo .h1Font{font-size:16px;line-height:30px;color:#FFFFFF;}
|
|
895
|
.loginStatus .userInfo .h2Font{font-size:13px;line-height:20px;color:#FFFFFF;}
|
|
896
|
.loginStatus .userInfo .authicon{bottom:8px;}
|
|
897
|
.commonBtn{position: absolute;width: 94%;height: 80px;bottom: -40px;left: 3%;background: #FFFFFF;
|
|
898
|
display: -webkit-box;
|
|
899
|
display: -webkit-flex;
|
|
900
|
display: flex;
|
|
901
|
-webkit-align-items: center;
|
|
902
|
align-items: center;
|
|
903
|
box-shadow: 0px 1px 3px #dedede;
|
|
904
|
-webkit-box-shadow: 0px 1px 3px #dedede;
|
|
905
|
z-index: 10;border-radius: 10px;}
|
|
906
|
.commonBtn .mui-col-xs-6{height: 100%;}
|
|
907
|
.commonBtn .mui-col-xs-6:first-child{border-right:2px dashed #E5E5E5;}
|
|
908
|
.commonBtn .commonBtnitem{text-align: center;padding-top:12px;}
|
|
909
|
.commonBtn .mui-col-xs-6 img{width: 32px;}
|
|
910
|
.commonBtn .mui-col-xs-6 .h3Font{color:#333333;line-height: 30px;margin:0;}
|
|
911
|
.setItemblock{padding-top:44px;padding-bottom:20px;}
|
|
912
|
.setItemblock .rightword{position: absolute;right: 32px;font-size: 13px;color: #999999;}
|
|
913
|
.setItem{width:96%;font-size:14px;color:#333;margin:6px auto;background-repeat: no-repeat;background-position:0 0;background-size: 100%;}
|
|
914
|
.setItem .mui-navigate-right:after{right:10px;font-size:18px;}
|
|
915
|
.setItem .mui-table-view{border-radius: 10px;overflow: hidden;padding-top: 2px;padding-bottom: 3px;}
|
|
916
|
.setItem .mui-table-view .mui-table-view-cell{width: 90%;margin: auto;padding:4% 0 4% 8px;border-top: 2px dashed #E5E5E5;}
|
|
917
|
.setItem .mui-table-view .mui-table-view-cell:first-child{border-color:transparent;}
|
|
918
|
.setItem .mui-table-view .mui-table-view-cell:after{height: 0;}
|
|
919
|
.setItem .mui-table-view .mui-table-view-cell>a:not(.mui-btn).mui-active{background: none;}
|
|
920
|
.setItem.itemOne{background-image: url(../images/me_bg_img_1_nor@3x.png);}
|
|
921
|
.setItem.itemTwo{background-image: url(../images/me_bg_img_2_nor@3x.png);}
|
|
922
|
.setItem.itemThree{background-image: url(../images/me_bg_img_3_nor@3x.png);}
|
|
923
|
.itemIcon{display:inline-block;float:left;margin-right:8px;width:20px;height: 20px;background-repeat:no-repeat;background-position:0 0;background-size:100%;}
|
|
924
|
.itemIcon.iconFocus{background-image: url(../images/me_button_guanzhushoucang_nor@3x.png);}
|
|
925
|
.itemIcon.iconDemand{background-image: url(../images/me_button_xuqiu_nor@3x.png);}
|
|
926
|
.itemIcon.iconReward{background-image: url(../images/me_button_jifen_nor@3x.png);}
|
|
927
|
.itemIcon.iconInvite{background-image: url(../images/me_button_yaoqing_nor@3x.png);}
|
|
928
|
.itemIcon.iconAuth{background-image: url(../images/me_button_renzheng_nor@3x.png);}
|
|
929
|
.itemIcon.iconAssess{background-image: url(../images/me_button_pingjia_nor@3x.png);}
|
|
930
|
.itemIcon.iconSet{background-image: url(../images/me_button_shezhi_nor@3x.png);}
|
|
931
|
/*--------------搜索-------------*/
|
|
932
|
.searchboxNew{width:100%;padding-left:18px;margin:2px 0;}
|
|
933
|
.searchboxNew input.searchtxtNew[type='search']{border:1px solid #E5E5E5;background:#f6f6f6;vertical-align:middle;text-align: left;width:100%;height: 30px; border-radius:4px; font-size:12px; line-height:16px;}
|
|
934
|
.hotsearchboxNew{ padding:14px;background: #FFFFFF;}
|
|
935
|
.hotsearchboxNew h5{color:#999;font-size:14px; margin:0 0 10px 6px;}
|
|
936
|
.hotsearchboxNew ul{ padding:0;margin:6px 0;margin-right: -10px; overflow: hidden;}
|
|
937
|
.hotsearchNew li{ list-style: none; padding:8px 12px; margin:0 10px 10px 0;font-size:12px; background: #F6F6F6; color: #333; border-radius: 4px; float: left;}
|
|
938
|
.hotsearchNew li:active{background: #FF9900;color:#FFFFFF;}
|
|
939
|
|
|
940
|
.searchboxNewT{padding-right:34px;}
|
|
941
|
.mui-bar .leftnav{position:absolute;left:0;color:#666;}
|
|
942
|
.mui-bar .rightnav{position:absolute;right:0;top:50%;margin-top:-15px;padding:0 10px;text-align: center;font-size:12px;line-height: 12px;color:#666;}
|
|
943
|
.mui-bar .rightnav .mui-icon{font-size:20px;padding-bottom: 0;padding-top:0;color:#666}
|
|
944
|
.mui-bar .rightnav .mui-badge{position:absolute;top:-2px;padding:1px 4px;z-index: 32;display: none;}
|
|
945
|
.mui-bar .rightnav:active{opacity:.3;}
|
|
946
|
.mui-bar .rightnav.filtered{color:#ff9900;}
|
|
947
|
.mui-bar .rightnav.filtered .mui-icon{color:#ff9900;}
|
|
948
|
.mui-bar .rightnav.filtered .mui-badge{display:inline-block;background: #ff9900;color:#FFFFFF;}
|
|
949
|
|
|
950
|
.fixboxNew{background: #FFFFFF; position:fixed;top:45px;left:0;width:100%; z-index:4;}
|
|
951
|
.fixboxNew .fixbtnNew{ padding:0; margin: 0; overflow: hidden;}
|
|
952
|
.fixboxNew .fixbtnNew li{ list-style: none; float: left;height:40px;line-height:40px; padding:0 10px;border-top:1px solid #F0F0F0; border-bottom:2px solid #F0F0F0;text-align: center;font-size: 14px;}
|
|
953
|
.fixboxNew .fixbtnNew li.liactive{ color: #FF9900; border-bottom:3px solid #FF9900;}
|
|
954
|
|
|
955
|
.searchManTab.mui-table-view .mui-table-view-cell:after{left:70px;}
|
|
956
|
.searchOtherTab .flexCenter{min-height: 74px;}
|
|
957
|
.searchOtherTab .table-item-cell{background: none;border:none;margin:2px 0;}
|
|
958
|
.searchOtherTab .table-item-cell .table-item-img{right:0;left:auto;}
|
|
959
|
.searchOtherTab .table-item-cell .table-item-body{padding-left:2px;padding-right:120px;}
|
|
960
|
.searchOtherTab .table-item-cell .table-item-body .otherTopic{font-size:16px;line-height: 22px;color:#000000;}
|
|
961
|
.searchOtherTab .table-item-cell .positionR{margin-top:6px;}
|
|
962
|
.searchOtherTab .table-item-cell .positionR .authicon{bottom:6px;}
|
|
963
|
/*筛选条件*/
|
|
964
|
.filterListNew{ padding:14px 14px 8px;}
|
|
965
|
.filterUl{height: 86px;padding:0;margin:14px 0 0;margin-right: -2%; overflow: hidden;}
|
|
966
|
.filterUl.filterUlactive{height: auto;}
|
|
967
|
.filterUl li{list-style: none; float: left;text-align: center;padding:8px 10px; margin:0 2% 8px 0;font-size:12px; background: #F6F6F6; color: #333; border-radius: 4px;
|
|
968
|
overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
|
|
969
|
.filterUl li.filterCurrent{background: #ff9900;color:#FFFFFF;}
|
|
970
|
.filterUl.fourUl li{width:23%;}
|
|
971
|
.filterUl.threeUl li{width:31.3333%;}
|
|
972
|
.filterClass{position: relative;}
|
|
973
|
.filterClass .orangeColor{margin-left: 8px;}
|
|
974
|
.filterClass .mui-navigate-right:after{right:4px;content: '\e581';font-size:16px;}
|
|
975
|
.filterClass.filterActive .mui-navigate-right:after{content: '\e580'}
|