storedetail.css 2.24 KB
#storedetail {
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
#storedetail .bg-img {
  background: url(../../images/icon/icon.png) no-repeat;
  background-size: 150px;
}
#storedetail .top {
  background: url(../../images/user-home.png) center center no-repeat;
  background-size: cover;
}
#storedetail .m-page {
  padding-bottom: 0;
}
#storedetail .shop {
  position: relative;
  padding: 15px 15px 15px 90px;
  overflow: hidden;
  color: #fff;
}
#storedetail .shop .store-label {
  position: absolute;
  left: 15px;
  top: 15px;
}
#storedetail .shop .from-label {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
}
#storedetail .shop .cover {
  float: left;
  margin-left: -75px;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 3px #999;
  line-height: 16px;
}
#storedetail .shop h3 {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 20px;
}
#storedetail .shop p {
  font-size: 14px;
  color: #ffffff;
}
#storedetail .user-tools {
  height: 45px;
  line-height: 45px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#storedetail .user-tools li {
  width: 49.5%;
  float: left;
  text-align: center;
  color: #ffffff;
}
#storedetail .user-tools li span {
  margin-left: 5px;
  line-height: 45px;
  color: #ffffff;
}
#storedetail .tabs {
  padding: 15px;
}
#storedetail .tabs li {
  border-radius: 0px;
  border: 1px solid #ccc;
}
#storedetail .tabs li a {
  color: #666;
}
#storedetail .tabs li.on {
  background-color: #23ac38;
  border: 1px solid #23ac38;
}
#storedetail .tabs li.on a {
  color: #fff;
}
#storedetail .m-table-view {
  margin-top: 0;
  border-top: none;
}
#storedetail .m-table-view .cell {
  padding: 15px 15px 15px 110px;
  background: #f5f5f5;
}
#storedetail .m-table-view .cell .pic {
  width: 80px;
  height: 80px;
  margin-left: -95px;
}
#storedetail .m-table-view .cell .title {
  padding-bottom: 30px;
  color: #666;
  font-size: 14px;
  display: block;
}
#storedetail .m-table-view .btm {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 110px;
}
#storedetail .m-table-view .btm em {
  font-style: normal;
  color: #FA4535;
  font-size: 16px;
  font-weight: 700;
}
#storedetail .m-table-view .btm .source {
  float: right;
  font-size: 12px;
  color: #999999;
}