collection.less 1.61 KB
/**
 * name : zzf
 * info : 
 */
@import "supply";

#collection {
  .m-tab {
    padding: 0 10px;
    li {
      width: 20%;
      padding: 0px;
    }
  }
  .m-table-view {
    .cell-extend-pic{
      padding: 15px 56px;
      padding-left:95px;
    }
    .cell-extend-pic {
      .pic{
        width:80px;
        height:80px;
        margin-left: -90px;
      }
      .display-block{
        margin-left:10px;
      }
    }
    .title{
      font-size:16px;
      color:#333;
      line-height: 1;
      clear: both;
    }
    h3.title {
      padding-bottom: 5px;
      margin: 0;
    }
  }
  .main-cate {
    .value-red{
      font-size:14px;
      color:#fb5041;
    }
    .value-blue{
      font-size:14px;
      color:#1b6ba5;
    }
    .key{
      font-size:14px;
      color:#999;
    }
    .value{
      font-size:14px;
      color:#666;
    }
  }
  li p {
    line-height: 1;
    padding: 5px 0;
    margin: 0;
  }
  li p.body {
    color: #999;
    padding: 2px 0 3px 0;
  }
  .store-label{
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .from-label{
    color:#999;
    font-size:12px;
    font-weight: 100;
    padding: 0 10px 0 0;
  }
  .localtion{
    font-size:14px;
    color:#666;
  }
  .order-numbers{
    font-size: 13px;
    color:#999;
  }
}

.supply-list {
  padding: 0;
  >ul {
    margin-top: 10px;
  }
  li {
    margin: 0 10px 10px 10px;
    p {
      line-height: 20px !important;
    }
  }
  .orso {
    height: 30px;
    line-height: 30px;
    .title {
      line-height: 30px !important;
    }
  }
}
.shoplist {
  .cell-extend-pic .m-icon {
    margin: -3px 0 0 0;
  }
}
.red {
  color: #fa4535;
}