@import "/pages/home/public/public.wxss"; button::after{ border: none; } button{ background-color: #fff; padding: 0; border-radius: 0; text-align: inherit; } .bg-scroll-view { width: 100%; height: 100%; } .search-view{ display: flex; width: 600rpx; height: 70rpx; background: #F6F7F8; border-radius: 35px; } .top{ width: 690rpx; margin: 30rpx; display: flex; } .cancel{ width: 90rpx; font-family: PingFangSC-Regular; font-size: 32rpx; color: #333333; margin: auto; text-align: right; } .recommend{ width: 750rpx; display: flex; flex-flow: row wrap; padding-bottom: 20rpx; border-bottom:1rpx solid #EEEEEE; } .recommend-item{ width: 250rpx; margin: 20rpx 0; display: flex; flex-direction: column; } .recommend-item>image{ width: 56rpx; height: 56rpx; margin: 0rpx auto 20rpx; } .recommend-item>text{ font-family: PingFangSC-Regular; font-size: 28rpx; color: #333333; text-align: center; } .hot-search{ width: 690rpx; padding: 30rpx; border-bottom:1rpx solid #EEEEEE; } .hot-search>view:nth-child(1){ width: 690rpx; font-family: PingFangSC-Semibold; font-size: 40rpx; font-weight: 700; color: #333333; text-align: left; } .hot-search>view:nth-child(2){ width: 690rpx; display: flex; flex-flow: row wrap; margin-top: 40rpx; } .hot-tips{ font-size: 28rpx; color: #333333; background: #F6F7F8; border-radius: 4rpx; padding: 12rpx 24rpx; margin: 0 24rpx 24rpx 0; } .region-title{ width: 690rpx; font-size: 40rpx; font-weight: 700; color: #333333; text-align: left; margin: 40rpx 30rpx 18rpx; } .defaultpage{ width: 750rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; } .defaultpage>image{ width: 276rpx; height: 248rpx; margin-top: 30vh; } .defaultpage>text{ font-family: PingFangSC-Regular; font-size: 28rpx; color: #999999; letter-spacing: 0.48rpx; } .result-item{ width: 690rpx; height: 100rpx; line-height: 100rpx; font-size: 32rpx; color: #333333; border-bottom: 1rpx solid #EEEEEE; padding: 0 30rpx; }