浏览代码

修改标志大小

luyanan 8 年之前
父节点
当前提交
bfa8c0a155
共有 1 个文件被更改,包括 9 次插入5 次删除
  1. 9 5
      app/css/app.css

+ 9 - 5
app/css/app.css

151

151

152
/*/////////认证身份标识///////////*/
152
/*/////////认证身份标识///////////*/
153
/*认证标识相关*/
153
/*认证标识相关*/
154
.authicon{position:absolute; bottom:3px;display: inline-block;width:14px;height:14px;margin-left:4px;background-position: center;background-repeat: no-repeat;}
154
.authicon{position:absolute; bottom:3px;display: inline-block;width:16px;height:16px;margin-left:4px;background-position: center;background-repeat: no-repeat;}
155
.authicon-pro{background-image:url(../images/porfile_icon_zhuanjia_nor.png);background-size: cover;}/*科袖认证专家*/
155
.authicon-pro{background-image:url(../images/porfile_icon_zhuanjia_nor.png);background-size: cover;}/*科袖认证专家*/
156
.authicon-com-ok{background-image:url(../images/porfile_icon_qiye_hig.png);background-size: cover;}/*认证企业*/
156
.authicon-com-ok{background-image:url(../images/porfile_icon_qiye_hig.png);background-size: cover;}/*认证企业*/
157
.authicon-com-no{background-image:url(../images/porfile_icon_qiye_nor.png);background-size: cover;}/*未认证企业*/
157
.authicon-com-no{background-image:url(../images/porfile_icon_qiye_nor.png);background-size: cover;}/*未认证企业*/
158
.authicon-staff-ok{width:40px;background-image:url(../images/porfile_icon_yuangong_hig.png);background-size: cover;}/*企业认证员工*/
159
.authicon-staff-no{width:40px;background-image:url(../images/porfile_icon_yuangong_nor.png);background-size: cover;}/*企业未认证员工*/
160
.authicon-real{width: 21px;background-image:url(../images/porfile_icon_shimin_nor.png);background-size: cover;}/*实名认证用户*/
158
.authicon-staff-ok{width:44px;background-image:url(../images/porfile_icon_yuangong_hig.png);background-size: cover;}/*企业认证员工*/
159
.authicon-staff-no{width:44px;background-image:url(../images/porfile_icon_yuangong_nor.png);background-size: cover;}/*企业未认证员工*/
160
.authicon-real{width: 24px;background-image:url(../images/porfile_icon_shimin_nor.png);background-size: cover;}/*实名认证用户*/
161

161

162
/*图片在容器中无变形居中显示*/
162
/*图片在容器中无变形居中显示*/
163
.boxBlock{width:160px; height:160px;display: table-cell;vertical-align:middle; text-align:center;overflow: hidden;}
163
.boxBlock{width:160px; height:160px;display: table-cell;vertical-align:middle; text-align:center;overflow: hidden;}
870
.rewardRule .rewardCount{right: 0;color:#333;font-size:15px;}
870
.rewardRule .rewardCount{right: 0;color:#333;font-size:15px;}
871
.rewardRule .h2Font{font-size: 13px;line-height: 28px;}
871
.rewardRule .h2Font{font-size: 13px;line-height: 28px;}
872
/*--------------我(个人中心)-------------*/
872
/*--------------我(个人中心)-------------*/
873
.userLogin{height: 180px;overflow: hidden;background:#3c3e51;}
873
.userLogin{height: 180px;overflow: hidden;
874
  background: linear-gradient(#ff9900,#ff7200);
875
  background: -moz-linear-gradient(#ff9900,#ff7200);
876
	background: -webkit-linear-gradient(#ff9900,#ff7200);
877
	background: -ms-linear-gradient(#ff9900,#ff7200);}
874
.loginStatus.mui-table-view{background: none;margin:36px 0 26px;}
878
.loginStatus.mui-table-view{background: none;margin:36px 0 26px;}
875
.loginStatus.mui-table-view .mui-table-view-cell{padding:0 15px;}
879
.loginStatus.mui-table-view .mui-table-view-cell{padding:0 15px;}
876
.loginStatus.mui-table-view .mui-table-view-cell.mui-active{background: none;}
880
.loginStatus.mui-table-view .mui-table-view-cell.mui-active{background: none;}