popup.css 1.52 KB
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/pay/icon_mask_bg.png) 0 0 repeat;
  z-index: 99;
}
.popup-btn {
  display: none;
  overflow: hidden;
  font-size: 0;
  width: 0;
  height: 0;
}
.m-popup {
  padding: 20px;
  background-color: #FFF;
  width: 600px;
  margin: 0 auto;
  display: none;
}
.m-popup .close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #f5f5f5 url(../images/dest/icon-close.png) center center no-repeat;
}
.m-popup h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.m-popup h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.m-popup p {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-bottom: 25px;
}
.m-popup .m-list .title {
  line-height: 36px;
}
.m-popup .m-input {
  width: 180px;
  margin-right: 15px;
}
.m-popup .btns {
  text-align: center;
  margin-bottom: 35px;
}
.m-popup .m-btn {
  min-width: inherit;
  padding: 0 28px;
  line-height: 30px;
  border-radius: 2px;
}
.m-popup .btn-success {
  margin-right: 10px;
  border: 1px solid #6C2;
}
.m-popup .link {
  font-size: 13px;
  color: #005aa0;
  text-decoration: underline;
}
#updatePayPwdPopup {
  padding: 80px 20px;
}
#updatePayPwdPopup .m-btn {
  margin-left: 133px;
}
#PayTipsPopup {
  width: 500px;
}