index.wxss 630 Bytes
.search-brand {
    background-color: #f0f0f0;
}

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

.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: 12rpx;
}

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