maintain.css 3.2 KB
@import 'search_ui.css';
@import 'region_ui.css';
@import 'fancyalter_ui.css';
@import 'pickcity_ui.css';

.search {
  position: relative;
  margin-top: 30px;
}
.search .new {
  height: 40px;
  font: 14px/40px 'Microsoft YaHei';
  padding: 0 30px;
}
.formupper {
  width: 420px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 5px;
}
.formupper .ipt {
  height: 28px;
  line-height: 28px;
}
.formupper .bt {
  height: 32px;
  line-height: 30px;
  font-size: 12px;
}
.formupper .ipt {
  background-color: #fafafa;
}
.cell {
  float: left;
}
.laop,
.lcop {
  float: right;
}
.lineall,
.linechild .lchd {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.linechild .lcbd {
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
.linearrow {
  width: 80px;
  height: 12px;
  background-position: 0 -284px;
  font-size: 0;
  position: relative;
  top: 12px;
  margin: 0 30px;
}
.lcc span {
  font-size: 0;
}
.lineall .laa {
  width: 140px;
  padding-left: 30px;
}
.laop,
.lcop {
  width: 150px;
  text-align: center;
}
.lchd .lcc {
  padding-left: 30px;
  width: 16px;
  white-space: nowrap;
}
.slidearrow {
  position: relative;
  width: 124px;
  height: 40px;
  cursor: pointer;
}
.slidearrow i,
.slidearrow em {
  position: absolute;
  right: 30px;
}
.slidearrow i {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  top: 15px;
}
.slidearrow em {
  border-color: #f9f9f9 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  top: 13px;
}
.arrowon i {
  border-color: transparent transparent #666 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
}
.arrowon em {
  border-color: transparent transparent #f9f9f9 transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  top: 17px;
}
.laroad {
  padding-left: 92px;
}
.lcbd .linearrow {
  visibility: hidden;
}
.lcbd .lcstart {
  width: 210px;
  text-align: right;
}
.lcstart {
  white-space: nowrap;
  width: 40px;
}
.lcbd .lcend {
  width: 390px;
}
.lcbd .lcend li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 0 0;
}
.delall {
  margin-left: 10px;
}
.colortab td {
  vertical-align: top;
}
.colortab .tdline {
  vertical-align: middle;
}
.seg {
  border: 2px solid #ccc;
  width: 30px;
  margin: 0 20px;
}
.dashed {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding-top: 15px;
}
.province .seg {
  width: 12px;
  margin: 0;
  border-width: 1px;
  border-color: #333;
  position: absolute;
  right: 8px;
  top: 9px;
}
.cityset { 
  padding-left: 80px;
  width: 230px;
  text-align: left;
}
.cityset >li {
  height: 22px;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 0 5px;
  margin: 0 2px 10px 2px;
  cursor: default;
}
.cityset .province {
  position: absolute;
  left: 0;
  top: 1px;
  width: 80px;
  height: 20px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
}
.cityset .city b {
  font: 13px/1 'Microsoft YaHei';
  color: #ccc;
  margin: 0 3px 0 5px;
  cursor: pointer;
}
.pickcity {
  width: 310px;
}
#fancy-chg {
  width: 300px;
}
.fancycity {
  text-align: left;
}
.fancycity li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 10px;
}