diliFine.css 2.19 KB
@import "./m-public.css";/*基类*/
@import "./m-form.css";/*表单*/
@import "./m-empty.css";/*搜索无结果样式*/

/* dili fine css */
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.fine-img {
  width: 1200px;
  height: 381px;
  border: 0;
}
.fine-header {
  background-color: #b8261f;
}
.fine-main {

}
.blesstag-left,
.blesstag-right,
.lantern-left,
.lantern-right,
.fine-footer,
.fine-border-top,
.fine-border-bottom {
  background: url(../../images/fine.png) left top;
}
.fine-border-top {
  position: relative;
}
.fine-border-top {
  background-position: 0 -580px;
  height: 41px;
  margin-bottom: -41px;
  position: relative;
  z-index: 1;
}
.fine-border-bottom {
  background-position: 0 -624px;
  height: 45px;
  margin-top: -43px;
}
.list-wrap {
  padding-top: 30px;
  position: relative;
}
.fine-list {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fine-list li {
  float: left;
  background-color: #eddacc;
  margin: 10px;
  border: 10px solid #eddacc;
  *width: 300px;
}
.fine-list img {
  width: 300px;
  height: 300px;
}
.fine-list p {
  font: 20px/1 'Microsoft YaHei';
  padding: 10px;
}
.price-and-afford {
  padding: 0 0 10px 10px;
}
.price-and-afford .afford {
  background-color: #f2193d;
  border-color: #f2193d;
  float: right;
}
.price-and-afford .price {
  color: #f2193d;
  font: 18px/1 'Microsoft YaHei';
  vertical-align: middle;
  float: left;
}
.price-and-afford b {
  font-size: 26px;
  margin-left: 5px;
}
.fine-list p,
.price-and-afford {
  background-color: #fcf4f5;
}
.fine-footer {
  background-position: -1px -916px;
  height: 92px;
  clear: both;
  position: relative;
  top: 30px;
}
.dili-fine {
  background: url(../../images/fine-bg.png);
}
.fine-header .wrap {
  position: relative;
}
.lantern-left,
.lantern-right {
  position: absolute;
  top: 25px;
  width: 140px;
  height: 122px;
}
.lantern-left {
  left: 0;
  background-position: -395px 0;
}
.lantern-right {
  right: 0;
  background-position: -395px -125px;
}
.blesstag-left,
.blesstag-right {
  position: absolute;
  width: 392px;
  height: 579px;
}
.blesstag-left {
  left: -150px;
  top: 600px;
}
.blesstag-right {
  right: -150px;
  top: 200px;
}

/*响应式*/
@media screen and (max-width: 1200px){
	
}