index.wxss 1.73 KB
@import "../goodsList/productListCell.wxss";
@import "../homefloor/homefloor.wxss";

.container {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-top: 110rpx;
}
.scrollview{
    background-color:white; 
}

.top-search {
    position: fixed;
    top: 0;
    left: 0;
    height: 108rpx;
    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 {
    position: relative;
    left: 40rpx;
}

.search-section .image-icon {
    position: absolute;
    height: 30rpx;
    width: 30rpx;
    top: 6rpx;
    left: -40rpx;
}

.recommend-product .filter {
    position: relative;
}

.recommend-product .filter.float {
    position: fixed;
    top: 108rpx;
    left: 0;
    right: 0;
    z-index: 1000;
}

.recommend-product .float-holder {
    height: 88rpx;
}

.recommend-product .filter:before {
    display: inline-block;
    content: '';
    height: 1rpx;
    position: absolute;
    top: -1rpx;
    left: 0;
    right: 0;
    background-color: #eee;
    transform: scaleY(0.5);
}

.recommend-product .filter:after {
    display: inline-block;
    content: '';
    height: 1rpx;
    position: absolute;
    bottom: -1rpx;
    left: 0;
    right: 0;
    background-color: #eee;
    transform: scaleY(0.5);
    z-index: 10001;
}

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