user-info.css 3.19 KB
/*zzf*/
/***************************************************
* feature  :  变量配置;
* update   :  2015/02/05;
* use      :  ;
* extend   :  ;
* example  :  ;
* desc     :  ;
* feedback :  此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
*          -  demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
****************************************************/
.bg-img {
  background: url('../../images/icon/icon.png') no-repeat;
  background-size: 150px;
}
.userInfoPage {
  background: #F5F5F5;
}
.userInfoPage .m-table-view .img {
  height: 38px;
  line-height: 38px;
  position: relative;
}
.userInfoPage .m-table-view .img img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.userInfoPage .m-table-view .img input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.userInfoPage .m-table-view .title {
  color: #666;
}
.userInfoPage .m-table-view span.cont {
  margin-right: 10px;
  color: #333;
}
.userInfoPage .m-table-view span.icon-more {
  background: url("../../images/icon/icon.png") -31px -236px repeat;
  width: 9px;
  height: 16px;
  display: inline-block;
  background-size: 150px;
  position: relative;
  top: 4px;
}
.userInfoPage .name-and-id .cell {
  padding: 0 5px;
}
.userInfoPage .name-and-id .cell .m-input {
  width: 100%;
  box-sizing: border-box;
}
.userInfoPage .name-revise {
  text-align: center;
}
.userInfoPage .name-revise li.cell {
  padding: 5px 15px;
}
.userInfoPage .form-tip {
  margin: 10px 15px;
  color: #999;
  font-size: 12px;
}
.userInfoPage .user-upload .tip {
  height: 30px;
  background: #66cc22;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.userInfoPage .user-upload .images {
  text-align: center;
}
.userInfoPage .user-upload .images li {
  display: inline-block;
  text-align: center;
  margin: 10px 5px 0 5px;
  position: relative;
  vertical-align: text-top;
}
.userInfoPage .user-upload .images li p {
  margin-top: 10px;
}
.userInfoPage .user-upload .images li input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.userInfoPage .user-upload .images .img {
  width: 90px;
  height: 90px;
  border: 1px solid #dddddd;
  background: #ffffff;
  text-align: center;
  color: #999;
  position: relative;
}
.userInfoPage .user-upload .images .img p {
  margin-top: 0px;
}
.userInfoPage .user-upload .images .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.userInfoPage .user-upload .images .img-1 {
  background: url("../../images/user-img.png") 0px 0px repeat;
  display: inline-block;
  background-size: 50px;
  width: 50px;
  height: 34px;
  margin: 15px 8px 0px 8px;
}
.userInfoPage .user-upload .images .img-2 {
  background: url("../../images/user-img.png") 0px -33px repeat;
  display: inline-block;
  background-size: 50px;
  width: 50px;
  height: 34px;
  margin: 15px 8px 0px 8px;
}
.userInfoPage .user-upload .images .img-3 {
  background: url("../../images/user-img.png") -50px -176px repeat;
  display: inline-block;
  background-size: 50px;
  width: 33px;
  height: 42px;
  margin: 14px 8px 0px 8px;
}