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

#collection {
  .m-tab {
    padding: 0 10px;
    li {
      width: 20%;
      padding: 0px;
    }
  }
  .m-table-view {
    background-color: transparent;
    .cell {
      background-color: transparent;
      overflow: visible;
      border: 0;
      padding: 0;
      .cellin {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 10px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
      }
    }
    .cell-extend-pic {
      padding: 0;
      .cellin {
        padding: 15px 56px;
        padding-left:95px;
        .pic{
          width:80px;
          height:80px;
          margin-left: -90px;
        }
        .display-block{
          margin-left:10px;
        }
      }
    }
    .title{
      font-size:16px;
      color:#333;
      line-height: 1;
    }
    h3.title {
      padding-bottom: 5px;
      margin: 0;
      display: block;
    }
  }
  .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;
  }
  .goodlist,
  .shoplist {
    background-color: #fff;
    .cell {
      border-bottom: 1px solid #ddd;
      .cellin {
        border: 0;
      }
    }
  }
}

.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;
}
.labchk {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: transparent;
  .m-radio {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -11px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

  }
}
.m-footer {
  padding: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  .m-btn {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
}
.panel-open {
  .m-footer {
    position: fixed;
    display: block;
    z-index: 9;
    height: 50px;
  }
  .labchk {
    .m-radio {
      opacity: 1;
    }
  }
  .m-table-view .cellin {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}