searchFilter.css 2.72 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;
}
/* searchFilter.less */
.filter-area .list-view {
  margin-top: 10px;
}
.filter-area h2 {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #ddd solid;
  color: #999;
  font-size: 14px;
  padding-left: 15px;
  font-weight: normal;
}
.filter-area h3 {
  height: 30px;
  font: 14px/30px normal;
  background: #eee;
}
.filter-area h3,
.filter-area li {
  padding-left: 15px;
}
.filter-area li {
  cursor: pointer;
}
.filter-area .search-area {
  background-color: transparent;
  text-align: center;
}
.filter-area .list-view li {
  position: relative;
}
.filter-area .attr {
  margin-left: 15px;
  font-size: 14px;
}
.filter-area .attr .filter-attr {
  float: right;
  color: #999999;
  margin-right: 40px;
}
.filter-area .pric {
  height: 30px;
  line-height: 30px;
}
.filter-area .pric .filter-attr {
  margin-right: 20px;
}
.filter-area .filter-header {
  position: relative;
}
.filter-area .filter-word {
  font-size: 18px;
  color: #fff;
}
.filter-area .filter-attr b {
  color: #333;
  font-weight: 100;
  margin-left: 10px;
}
.filter-area .p-min,
.filter-area .p-max {
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 3px;
  width: 53px;
  height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.filter-on {
  left: 0%;
  width: 100%;
}
.f-province .list-view,
.f-city .list-view,
.f-district .list-view {
  margin-top: 0;
}
.f-province h2 {
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
}
.f-province .m-table-view {
  margin-top: 0;
}
.f-province .m-table-view a {
  display: block;
  float: none;
  text-align: left;
}
.cover-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
}
.layer-content {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layer-content .list-view {
  background: #f4f4f4;
  padding: 20px 0;
}
.layer-content .list-view li {
  background: #f4f4f4;
  border-color: transparent;
}
.cover-completed {
  height: 40px;
  line-height: 40px;
  text-align: right;
  background: #ddd;
}
.cover-completed span {
  display: inline-block;
  margin: 0 10px;
  color: #0a7efd;
}
.price-range .text {
  color: #333;
}