collection.css 4.2 KB
/**
 * name : zzf
 * info : 
 */
/**
 * name : zzf
 * info : 
 */
.supply-list {
  padding: 10px;
}
.supply-list a {
  color: #999;
}
.supply-list ul {
  border: none;
  margin: 0px;
  background: transparent;
}
.supply-list li {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0px;
  background: #fff;
}
.supply-list div.text {
  text-align: left;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-orient: horizontal;
  position: relative;
}
.supply-list div.text label {
  width: 100px;
  position: relative;
  color: #999;
}
.supply-list div.text div {
  color: #666666;
  margin-left: 5px;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.supply-list .orso {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: left;
}
.supply-list .orso .title {
  font-size: 16px;
  color: #333;
}
.supply-list .orso .right {
  float: right;
}
.supply-list .orso .price {
  color: #ff6600;
  font-size: 14px;
}
.supply-list p {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#supplyList .m-tab {
  padding: 0px;
}
#supplyList .m-tab li {
  padding: 0px;
  width: 50%;
}
#collection .m-tab {
  padding: 0 10px;
}
#collection .m-tab li {
  width: 20%;
  padding: 0px;
}
#collection .m-table-view {
  background-color: transparent;
}
#collection .m-table-view .cell {
  background-color: transparent;
  overflow: visible;
  border: 0;
  padding: 0;
}
#collection .m-table-view .cell .cellin {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#collection .m-table-view .cell-extend-pic {
  padding: 0;
}
#collection .m-table-view .cell-extend-pic .cellin {
  padding: 15px 56px;
  padding-left: 95px;
}
#collection .m-table-view .cell-extend-pic .cellin .pic {
  width: 80px;
  height: 80px;
  margin-left: -90px;
}
#collection .m-table-view .cell-extend-pic .cellin .display-block {
  margin-left: 10px;
}
#collection .m-table-view .title {
  font-size: 16px;
  color: #333;
  line-height: 1;
  clear: both;
}
#collection .m-table-view h3.title {
  padding-bottom: 5px;
  margin: 0;
}
#collection .main-cate .value-red {
  font-size: 14px;
  color: #fb5041;
}
#collection .main-cate .value-blue {
  font-size: 14px;
  color: #1b6ba5;
}
#collection .main-cate .key {
  font-size: 14px;
  color: #999;
}
#collection .main-cate .value {
  font-size: 14px;
  color: #666;
}
#collection li p {
  line-height: 1;
  padding: 5px 0;
  margin: 0;
}
#collection li p.body {
  color: #999;
  padding: 2px 0 3px 0;
}
#collection .store-label {
  position: absolute;
  left: 15px;
  top: 15px;
}
#collection .from-label {
  color: #999;
  font-size: 12px;
  font-weight: 100;
  padding: 0 10px 0 0;
}
#collection .localtion {
  font-size: 14px;
  color: #666;
}
#collection .order-numbers {
  font-size: 13px;
  color: #999;
}
#collection .goodlist,
#collection .shoplist {
  background-color: #fff;
}
#collection .goodlist .cell,
#collection .shoplist .cell {
  border-bottom: 1px solid #ddd;
}
#collection .goodlist .cell .cellin,
#collection .shoplist .cell .cellin {
  border: 0;
}
.supply-list {
  padding: 0;
}
.supply-list > ul {
  margin-top: 10px;
}
.supply-list li {
  margin: 0 10px 10px 10px;
}
.supply-list li p {
  line-height: 20px !important;
}
.supply-list .orso {
  height: 30px;
  line-height: 30px;
}
.supply-list .orso .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;
}
.labchk .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-footer .m-btn {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.panel-open .m-footer {
  position: fixed;
  display: block;
  z-index: 9;
  height: 50px;
}
.panel-open .labchk {
  left: -40px;
}
.panel-open .labchk .m-radio {
  opacity: 1;
}
.panel-open .m-table-view .cellin {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}