index.wxss 1004 Bytes
@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: 96rpx;
    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;
}