/**index.wxss**/ /* 搜索块 */ .search-view { height: 290rpx; border-radius: 20rpx; box-sizing: border-box; /* padding: 20rpx; */ margin-bottom: 30rpx; /* background: url('../../images/home/search-view-bgc.jpg') no-repeat; */ /* background-image: linear-gradient(45deg, #ffffff 0%, #e8eaf1 100%), linear-gradient(#f8f8f8, #f8f8f8); background-blend-mode: normal, normal; */ box-shadow: 0px 2px 26px 1px rgba(0, 0, 0, 0.06); position: relative; } .search-view .search-view-bgc { width: 100%; height: 100%; border-radius: 20rpx; } .search-view .header-img { position: absolute; width: 290rpx; height: 110rpx; top: 145rpx; right: 45rpx; } .search-view .header-img .header-icon{ width: 100%; height: 100%; } .serach-input-view { position: absolute; top: 20rpx; left: 0; width: 98%; height: 68rpx; z-index: 1; } .serach-input-view .hhr-img { width: 68rpx; height: 68rpx; margin-top: 15rpx; } .search-view .input-box { width: calc(100% - 20rpx); margin-left: 20rpx; } .search-view .weui-serach-input { background: #fff; height: 90rpx; line-height: 90rpx; box-sizing: border-box; padding-left: 40rpx; padding-right: 80rpx; border-radius: 44rpx; box-shadow: -2px 7px 13px 3px rgba(130, 130, 130, 0.03); } .search-view .search-img-view { position: absolute; right: 32rpx; top: 0rpx; z-index: 666; width: 40rpx; height: 90rpx; line-height: 90rpx; } .search-view .search-img { width: 29rpx; height: 29rpx; position: relative; top: 5rpx; } .phcolor { color: #b3bfcb; } .search-view .title { margin-top: 64rpx; font-size: 33rpx; font-weight: bold; padding-left: 40rpx; box-sizing: border-box; } .search-view .sub-title { font-weight: normal; } .search-view .set-attention { position: absolute; right: 90rpx; top: 176rpx; padding-left: 40rpx; font-size: 26rpx; color: #f7fefe !important; box-sizing: border-box; text-align: left; z-index: 1; } .search-view .set-attention::after { display: none; } .search-view .set-attention[type="default"][plain] { border: 0; } /* tab块 */ .tab-view { height: 70rpx; margin-bottom: 20rpx; background: #fff; border-radius: 10rpx; padding: 0 20rpx; width: 100%; position: sticky; top: 0; z-index: 999; box-sizing: border-box; } .tab-view .tab-li { float: left; box-sizing: border-box; height: 70rpx; padding: 0 15rpx; } .tab-view .tab-li.more{ padding: 0 12rpx; } .tab-view .tab-span { display: inline-block; box-sizing: border-box; padding-top: 15rpx; } .tab-view .tab-span.isActive { color: #5e73e5; border-bottom: 2px solid #5e73e5; } .tab-view .tab-li.right { padding: 0; } .tab-view .tab-menu .van-dropdown-menu { height: 70rpx; background: transparent; box-shadow: none; } .tab-view .tab-menu .van-dropdown-menu__item { width: 0; } .tab-view .tab-menu .van-dropdown-menu__title { width: 0; padding: 0; size: 0; } .tab-view .tab-menu .van-ellipsis { display: none; } .not-info-attention-type .not-data-attention-view { width: 194rpx; height: 150rpx; margin-left: 50rpx; } .not-info-attention-type .not-data-attention-view .not-data-attention-img { width: 100%; height: 100%; } .not-info-attention-type .not-info{ box-sizing: border-box; padding-top: 20rpx; } .not-info-attention-type .set-attention-btn { margin-top: 10rpx; margin-left: 50rpx; } .not-info-attention-type .set-attention-btn .van-button--small { padding: 0 30rpx; } .view-interested{ margin-top: 70rpx; }