product_list.css 1.19 KB
.product-filter .m-list-view {
  margin-top: 0;
}
.product-filter .m-list-view .cell {
  padding: 15px;
}
.product-filter .m-list-view .acc-icon .acc {
  right: 10px;
}
.product-filter .m-list-view .text {
  display: inline-block;
  margin-left: 0;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.product-filter .m-list-view .filed {
  line-height: 20px;
  margin-bottom: 10px;
}
.product-filter .m-list-view .separate {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.product-filter .m-list-view .btn-group {
  margin: -10px 0 0 -10px;
}
.product-filter .m-list-view .btn-group .m-btn {
  float: left;
  margin: 10px 0 0 10px;
}
.product-filter .pop-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-filter .pop-foot .m-btn {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
#prodtctListPage .m-header .m-segment {
  padding-top: 6px;
}
#prodtctListPage .m-list-view {
  margin-top: 0;
}
#prodtctListPage .back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
#product-filter-popup {
  top: 0;
  left: 45px;
  right: 0;
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
  width: auto;
}