/**index.wxss**/ /* 搜索块 */ .search-view { height: 290rpx; border-radius: 20rpx; box-sizing: border-box; padding: 20rpx; margin-bottom: 30rpx; 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 .header-img{ position: absolute; width: 249rpx; height: 231rpx; top: 78rpx; right: 46rpx; } .serach-input-view{ position: relative; height: 68rpx; z-index: 999; } .serach-input-view .hhr-img{ width: 68rpx; height: 68rpx; margin-top: 15rpx; } .serach-input-view .search-img-view{ position: absolute; right: 52rpx; top: 30rpx; width: 29rpx; height: 29rpx; z-index: 666; } .serach-input-view .search-img{ width: 100%; height: 100%; } .search-view .input-box { width: calc(100% - 100rpx); 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); } .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{ margin-top: 14rpx; padding-left: 40rpx; font-size: 24rpx; color: #556fb5!important; box-sizing: border-box; text-align: left; } .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 13rpx; } .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; }