123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- /**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;
- }
-
- .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);
- }
-
- .search-view .search-img-view {
- position: absolute;
- right: 52rpx;
- 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 {
- margin-top: -4rpx;
- 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 15rpx;
- }
- .tab-view .tab-li.more{
- padding: 0 14rpx;
- }
- .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;
- }
|