searchFilter.css 2.19 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下未能垂直居中];
****************************************************/
/* Search Index Less */
body {
  overflow: hidden;
}
.search {
  margin-left: 40px;
}
.search-area {
  background-color: transparent;
  text-align: center;
}
.go-kinds,
.go-detail {
  padding: 12px 20px;
}
.go-kinds i,
.go-detail i {
  vertical-align: middle;
}
.list-view {
  margin-top: 10px;
}
.list-view li {
  position: relative;
}
.attr {
  margin-left: 15px;
  font-size: 14px;
}
.attr .filter-type {
  float: left;
}
.attr .filter-attr {
  float: right;
  color: #999999;
  margin-right: 40px;
}
.pric {
  height: 30px;
  line-height: 30px;
}
.pric .filter-attr {
  margin-right: 20px;
}
.filter-header {
  background: #6c2;
  padding: 5px 10px;
  color: #ffffff;
}
.filter-area {
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
  top: 0;
  left: 100%;
  transition: all 0.3s;
  -webit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.filter-area .list-view {
  margin-top: 0;
}
.filter-area h1 {
  color: #999999;
  height: 45px;
  font: 14px/45px normal;
}
.filter-area h2 {
  height: 30px;
  font: 14px/30px normal;
  background: #eee;
}
.filter-area h1,
.filter-area h2,
.filter-area li {
  padding-left: 15px;
}
.filter-area li {
  cursor: pointer;
}
.filter-on {
  left: 0%;
}
.filter-word {
  font-size: 18px;
}
.filter-attr b {
  color: #333;
  font-weight: 100;
  margin-left: 10px;
}
.p-min,
.p-max {
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 3px;
  width: 53px;
  height: 28px;
  padding-left: 5px;
  vertical-align: middle;
  text-align: center;
}
.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;
  vertical-align: bottom;
}
.price-range .text {
  color: #333;
}