index.wxss 1.33 KB
.container {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-top: 105rpx;
}

.container .separator {
  height: 20rpx;
  width: 100%;
  background-color: #f2f2f2;
}

.scrollview {
  background-color: white;
}

.top-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1000;
}

.search-section {
  height: 72rpx;
  padding: 18rpx 30rpx;
  background-color: #fff;
  box-sizing: content-box;
  flex: 1;
}

.search-section .tip {
  font-family: PingFang-SC-Regular, sans-serif;
  height: 72rpx;
  font-size: 28rpx;
  color: #b0b0b0;
  text-align: center;
  line-height: 72rpx;
  border-radius: 40rpx;
  background: #f7f7f7;
}

.search-section .tip-text {
  display: inline-block;
  position: relative;
}

.search-section .image-icon {
  position: absolute;
  height: 30rpx;
  width: 30rpx;
  top: 50%;
  left: -40rpx;
  margin-top: -15rpx;
}

.recommend-product .list-head {
  padding-bottom: 92rpx;
}

.recommend-product .filter {
  width: 100%;
  height: 92rpx;
  position: absolute;
  border-top: 1rpx solid #eee;
  border-bottom: 1rpx solid #eee;
  box-sizing: border-box;
  background-color: #fff;
}

.recommend-product .filter.float {
  position: fixed;
  top: 103rpx;
  z-index: 1000;
}

.recommend-product .list {
  padding-bottom: 90rpx;
}