shopped_list.css 1.35 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;
}
.shoppedList {
  background-color: #f5f5f5;
}
.shoppedList .code {
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
.shoppedList .status {
  font-size: 12px;
  color: #999;
}
.shoppedList .status.expi {
  color: #999;
}
.shoppedList .status.waiting {
  color: #6EC5EB;
}
.shoppedList .status.shipping {
  color: #FF9D2C;
}
.shoppedList .status.delivering {
  color: #FF9D2C;
}
.shoppedList .status.finish {
  color: #6c2;
}
.shoppedList .status.refuse {
  color: #FA4535;
}
.shoppedList .status.ok {
  color: #6c2;
}
.shoppedList .subtotal .title {
  font-size: 12px;
  color: #333;
  font-weight: 700;
  line-height: 22px;
}
.shoppedList .subtotal .title em {
  font-style: normal;
  color: #FA4535;
}
.shoppedList .subtotal .text {
  font-size: 12px;
  color: #999;
}
.shoppedList .cell-extend-pic .text em {
  color: #999;
}