charge.css 3.44 KB
/**
 *  充值
 */
/***************************************************
* 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;
}
.orange {
  color: #ff9d2c;
}
.green {
  color: #23ac38;
}
.red {
  color: #fa4535;
}
.yahei {
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
}
.m-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.m-icon.icon-charge {
  background: url("../../images/icon-1-3.png") -161px -171px no-repeat;
  background-size: 250px 230px;
}
body {
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
}
body .m-header {
  background-color: #23ac38;
}
#charge .section-form label {
  margin: 0;
  box-sizing: border-box;
  display: block;
  height: 45px;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  background: #f5f5f5;
  font-weight: lighter;
  border-bottom: 1px solid #ddd;
}
#charge input::-webkit-input-placeholder,
#charge textarea::-webkit-input-placeholder {
  color: #bbb;
}
#charge .btn-box {
  padding: 0 15px;
  padding-top: 15px;
}
#charge .btn-box .btn-warning {
  width: 100%;
  height: 45px;
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #faaf19;
  border-radius: 3px;
}
#charge .section-form .form-content {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #333333;
}
#charge .section-form .form-content .sub-label {
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: middle;
}
#charge-status .row {
  padding: 0 15px;
}
#charge-status .msg-box {
  box-sizing: border-box;
  min-height: 138px;
  *height: 138px;
  padding-top: 25px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#charge-status .icon-succ {
  background: url('../../images/icon-1-3.png') no-repeat -219px -151px;
  background-size: 250px 230px;
  width: 30px;
  height: 30px;
}
#charge-status .icon-fail {
  background: url('../../images/icon-1-3.png') no-repeat -161px -187px;
  background-size: 250px 230px;
  width: 30px;
  height: 30px;
}
#charge-status .icon-warn {
  background: url('../../images/icon-1-3.png') no-repeat -192px -187px;
  background-size: 250px 230px;
  width: 30px;
  height: 30px;
}
#charge-status .desc {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  line-height: 18px;
}
#charge-status .desc p {
  margin-bottom: 8px;
}
#charge-status .btn-box {
  padding: 0 15px;
  padding-top: 15px;
}
#charge-status .btn-box .btn-warning {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, tahoma, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #faaf19;
  border-radius: 3px;
}