store.less 1.22 KB
/**
 * name : zzf
 * info : 
 */

.store-head {
  background: url("../../images/Group.png");
  height: 137px;
  width: 100%;
  background-size: cover;
  .text {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    box-orient: horizontal;
    .img {
      margin-top: 15px;
      margin-left: 15px;
      width: 60px;
      height: 60px;
      position: relative;
      span {
        position: absolute;
        background: #23AC38;
        color: #fff;
        font-size: 13px;
        padding: 0 3px;
      }
    }
    .msg {
      margin-left: 10px;
      margin-top: 15px;
      box-flex: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      color: #fff;
      font-size: 12px;
      .title {
        font-size: 14px;
      }
    }
  }
  .btns {
    height: 45px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    margin-top: 18px;
    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;
  h4 {
    color: #333;
  }
}