paySuccess.css 4.45 KB
* {
  margin: 0;
  border: none;
  padding: 0;
}
body {
  background-color: #f5f5f5;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.hide {
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
  display: none;
}
.wrap {
  width: 990px;
  margin: 0 auto;
}
.wrap h2 {
  font-size: 14px;
  color: #333;
  padding-top: 5px;
  margin-bottom: 20px;
  font-weight: 700;
}
.page {
  padding-top: 10px;
  font-size: 12px;
  color: #005aa0;
  text-align: right;
}
.page a {
  color: #005aa0;
  padding: 0 5px;
}
.page a:hover {
  text-decoration: underline;
}
.page .disabled {
  color: #666;
  cursor: default;
}
.checkbox,
.radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: url(../../images/pay/icon_checkbox.png) center center no-repeat;
}
.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox.checked,
.radio.checked {
  background-image: url(../../images/pay/icon_checkbox_checked.png);
}
.radio {
  background-image: url(../../images/pay/icon_radio.png);
}
.radio.checked {
  background-image: url(../../images/pay/icon_radio_checked.png);
}
.header {
  margin-bottom: 20px;
}
.header .top {
  font-size: 13px;
  color: #FFF;
  background-color: #373e4e;
  overflow: hidden;
  text-align: right;
}
.header .welcome {
  display: inline-block;
  line-height: 32px;
}
.header .menu {
  float: right;
  margin-right: -32px;
}
.header .menu li {
  float: left;
  list-style: none;
  position: relative;
  margin-right: 32px;
}
.header .menu li:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  display: block;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #5f6571;
  font-size: 0;
  overflow: hidden;
}
.header .menu li:last-child:after {
  display: none;
}
.header .menu a {
  display: block;
  color: #FFF;
  line-height: 32px;
  text-decoration: none;
}
.header .nav-bar {
  background-color: #FFF;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.help {
  font-size: 13px;
  color: #333;
  padding-top: 7px;
}
.help dt,
.help dd {
  line-height: 1.8;
}
.help dd {
  color: #999;
}
.footer {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding: 25px 0;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.footer a {
  color: #666;
}
.btn {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  padding: 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  min-width: 68px;
}
.btn-success {
  background-color: #64bc32;
  border-color: #64bc32;
  color: #FFF;
}
.btn-danger {
  background-color: #ff1111;
  border-color: #ff1111;
  color: #FFF;
}
.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;
}
.popup {
  background-color: #FFF;
  width: 420px;
  display: none;
}
.popup .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  background: url(../../images/pay/icon_close.png) center center no-repeat;
}
.popup h3 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 13px;
}
.popup p {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-bottom: 25px;
}
.popup .btns {
  text-align: center;
  margin-bottom: 35px;
}
.popup .btn {
  min-width: inherit;
  padding: 0 18px;
}
.popup .link {
  font-size: 13px;
  color: #005aa0;
  text-decoration: underline;
}
.status {
  padding: 80px 19px 80px 320px;
  min-height: 140px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #FFF;
  text-align: left;
}
.status h3 {
  color: #64bc32;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
}
.status h3 .icon {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background: url(../../images/pay/icon_ok.png) left center no-repeat;
}
.status p {
  color: #666;
  font-size: 14px;
  margin: 0 0 20px 42px;
}
.status p em {
  font-style: normal;
  color: #ff6600;
  font-weight: 700;
}
.status .btns {
  padding-left: 42px;
}