operationPassword.css 1.2 KB
/**
 * name : zzf
 * info : 
 */
.operationPassword .tip {
  display: block;
  background: #ff9d2c;
  color: #fff;
  font-size: 11px;
  padding: 10px;
}
.operationPassword .text {
  margin: 10px;
  font-size: 14px;
  color: #999;
}
.operationPassword .text span {
  color: #666;
  margin-left: 5px;
}
.operationPassword .text.size13 {
  font-size: 13px;
}
.operationPassword .cell {
  position: relative;
}
.operationPassword .cell input {
  width: 100%;
  display: block;
  height: 100%;
  font-size: 14px;
}
.operationPassword .cell .note-view {
  color: #338fd3;
  margin: 5px 0;
  padding: 0 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.operationPassword .m-btn {
  display: block;
  margin: 10px 15px;
}
.operationPassword .bank-manage .m-input {
  width: auto;
  display: inline-block;
  padding: 0px;
}
#addBank .title {
  color: #666;
}
#addBank p {
  color: #999;
}
#addBank p.name {
  width: 166px;
  display: inline-block;
  text-align: left;
}
#addBank span.text {
  margin: 0px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
#addBank .cell input {
  width: auto;
  display: inline-block;
  padding: 0px;
}