order_success.css 2.13 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;
}
.orderSuccess {
  background-color: #F5F5F5;
}
.orderSuccess .m-header {
  background-color: #6c2;
  color: #FFF;
}
.orderSuccess .m-content {
  padding-bottom: 70px;
}
.orderSuccess .area {
  padding-top: 15px;
  background-color: #FFF;
  border-top: 1px solid #ddd;
}
.orderSuccess .tab {
  background-color: #FFF;
}
.orderSuccess .bank {
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
}
.orderSuccess .m-table {
  margin-bottom: 10px;
}
.orderSuccess .m-table th {
  color: #999;
}
.orderSuccess .m-table td {
  color: #000;
}
.orderSuccess .tabs {
  background-color: #FFF;
  padding: 15px;
  border-top: 1px solid #ddd;
}
.orderSuccess .m-table-view .title {
  color: #999;
}
.orderSuccess .m-table-view .text {
  float: left;
  margin-left: 10px;
  color: #000;
}
.orderSuccess .example {
  padding: 0 15px 15px;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.orderSuccess .example .pic {
  display: block;
  max-width: 95%;
  margin: 15px auto;
}
.orderSuccess .example p {
  font-size: 12px;
  color: #6c2;
}
.orderSuccess .market {
  padding: 0 15px 5px;
  background-color: #FFF;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.orderSuccess .market .m-table {
  margin-bottom: 10px;
}
.orderSuccess .market .m-table th {
  color: #999;
}
.orderSuccess .market .m-table td {
  color: #000;
}
.orderSuccess .m-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
}
.orderSuccess .m-footer .m-btn {
  display: block;
  padding: 0;
}