order_confirm.css 1.75 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;
}
.orderConfirm {
  background-color: #F5F5F5;
}
.orderConfirm .m-header {
  background-color: #6c2;
  color: #FFF;
}
.orderConfirm .pay-title {
  color: #000;
}
.orderConfirm .shop-name {
  color: #6c2;
}
.orderConfirm .m-input {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 30px;
  box-sizing: border-box;
  background-color: #eee;
  border-radius: 2px;
  padding: 4px 8px;
}
.orderConfirm .m-table-view .cell-right-detail {
  padding: 0;
}
.orderConfirm .m-table-view .cell-right-detail a,
.orderConfirm .m-table-view .cell-right-detail label {
  display: block;
  padding: 11px 15px;
}
.orderConfirm .m-table-view .cell-extend {
  padding: 0;
}
.orderConfirm .m-table-view .cell-extend label {
  display: block;
  padding: 11px 45px 11px 110px;
}
.orderConfirm .subtotal {
  color: #FA4535;
  font-size: 14px;
  font-weight: 700;
}
.orderConfirm .m-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
  border-top: 1px solid #ddd;
}
.orderConfirm .m-footer .total {
  float: left;
  line-height: 45px;
  font-size: 16px;
  color: #FA4535;
  text-align: left;
}
.orderConfirm .m-footer .btn-success {
  float: right;
  min-width: 150px;
}