goods_details.css 1.34 KB
/**
 * name : zzf
 * info : 
 */
.goods-msg {
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
  color: #999;
  line-height: 25px;
  padding: 10px;
}
.goods-msg label {
  margin-left: 5px;
}
.goods-msg .time {
  float: right;
}
.goods-msg .name {
  font-size: 15px;
  color: #666;
}
.goods-msg .price {
  color: #f60;
}
.text-msg {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  line-height: 20px;
  color: #999;
  margin-bottom: 10px;
}
.text-msg .title {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}
.text-msg img {
  width: 100%;
}
.more {
  margin: 20px 10px;
  text-align: center;
  font-size: 16px;
  color: #999;
  position: relative;
}
.more p {
  background: #f5f5f5;
  display: inline-block;
  position: relative;
  z-index: 99;
  padding: 0 5px;
}
.more:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #ddd;
  height: 1px;
  text-align: center;
  left: 0px;
  top: 12px;
}
.footer-bar {
  height: 50px;
  position: fixed;
  width: 100%;
  bottom: 0px;
}
.footer-bar a {
  width: 50%;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  color: #999;
}
.footer-bar a.collect {
  background: #fff;
}
.footer-bar a.touch {
  background: #FF9D2C;
  color: #fff;
}