goods_details.css 2.63 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;
<<<<<<< HEAD
=======
  display: inline;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.goods-msg .time {
  float: right;
}
.goods-msg .name {
  font-size: 15px;
  color: #666;
<<<<<<< HEAD
=======
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 65px;
  margin-right: -65px;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.goods-msg .price {
  color: #f60;
}
<<<<<<< HEAD
.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;
=======
.good-msg {
  -webkit-box-sizing: border-box;
  padding-left: 15px;
  margin: 10px 0;
  background: #fff;
  line-height: 50px;
  font-size: 14px;
}
.good-msg li {
  display: -webkit-box;
  display: box;
  margin-top: -1px;
  height: 50px;
}
.good-msg li .info-title {
  display: block;
  width: 75px;
  color: #999;
}
.good-msg li .show-info {
  display: block;
  -webkit-box-flex: 1;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-msg {
  padding: 10px;
  background: #fff;
  line-height: 20px;
  color: #666;
  margin-bottom: 60px;
  font-size: 14px;
}
.text-msg .title {
  color: #999;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
  margin: 5px 0;
}
.text-msg img {
  width: 100%;
}
.more {
  margin: 20px 10px;
  text-align: center;
  font-size: 16px;
  color: #999;
  position: relative;
<<<<<<< HEAD
=======
  z-index: 0;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.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 {
<<<<<<< HEAD
  width: 50%;
=======
  width: 100%;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
  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 {
<<<<<<< HEAD
  background: #FF9D2C;
  color: #fff;
}
=======
  background: #23ac38;
  color: #fff;
}
.footer-bar .m-icon {
  margin-right: 4px;
  margin-top: -4px;
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa