store.css 1.17 KB
/**
 * name : zzf
 * info : 
 */
.store-head {
  background: url("../../images/Group.png");
  height: 137px;
  width: 100%;
  background-size: cover;
}
.store-head .text {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-orient: horizontal;
}
.store-head .text .img {
  margin-top: 15px;
  margin-left: 15px;
  width: 60px;
  height: 60px;
  position: relative;
}
.store-head .text .img span {
  position: absolute;
  background: #23AC38;
  color: #fff;
  font-size: 13px;
  padding: 0 3px;
}
.store-head .text .msg {
  margin-left: 10px;
  margin-top: 15px;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  color: #fff;
  font-size: 12px;
}
.store-head .text .msg .title {
  font-size: 14px;
}
.store-head .btns {
  height: 45px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin-top: 18px;
}
.store-head .btns a {
  width: 50%;
  text-align: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 45px;
}
.store-text {
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  line-height: 22px;
  font-size: 13px;
  color: #999;
}
.store-text h4 {
  color: #333;
}