body { overflow: hidden; overscroll-behavior: contain !important; } .my-drawer { position: fixed; top: 0; width: 100%; overscroll-behavior: contain !important; min-height: calc(100vh - 1.65rem); overflow-y: scroll; max-width: 7.7rem !important; margin: 0 auto; background-color: #f7f7f7; } .my-drawer::-webkit-scrollbar { width: 0; height: 0; } .am-drawer { overflow: scroll; overscroll-behavior: contain !important; } .ct { width: 100%; min-height: calc(100% - 0.8rem); overflow: scroll; overscroll-behavior: contain !important; padding-top: 0.8rem; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .list-box::-webkit-scrollbar { width: 0; height: 0; } .ct::-webkit-scrollbar { width: 0; height: 0; } .banner-box { width: 100%; height: 3.72rem; margin-bottom: 0.16rem; background-color: #ffffff; } .list-box { width: 100%; background-color: #ffffff; flex: 1; } /* adviser-filter */ .list-box div, .list-box a { display: block; box-sizing: border-box; } .adviser-filter { width: 100%; height: 0.76rem; position: relative; } .adviser-filter.fixed { top: 0.79rem; position: fixed; z-index: 2; max-width: 7.7rem !important; } .adviser-filter .tab-bar { position: absolute; top: 0; left: 0; width: 100%; height: 0.76rem; padding: 0 0.4rem; z-index: 3; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; border-bottom: 0.01rem solid #e7e7e7; } .adviser-filter .tab-bar .slot__left { flex: 1; display: flex; /* justify-content: flex-start; */ justify-content: space-between; align-items: center; } .adviser-filter .tab-bar .slot__left .tab-item { position: relative; /* margin-right: 0.3rem; */ height: 0.32rem; font-size: 0.3rem; font-family: pingfangsc-regular, pingfang sc; font-weight: 400; color: #8c8c8c; line-height: 0.32rem; } .adviser-filter .tab-bar .slot__left .tab-item.active { font-weight: 600; color: #1890ff; } .adviser-filter .tab-bar .slot__left .tab-item.active::after { /* content: ' '; position: absolute; bottom: -0.1rem; left: calc(50% - 0.1rem); width: 0.2rem; height: 0.04rem; border-radius: 0.03rem; background-color: #1890ff; */ content: ' '; position: absolute; bottom: -0.17rem; left: calc(50% - 0.13rem); width: 0.26rem; height: 0.07rem; border-radius: 0.04rem; background-color: #1890ff; } .adviser-filter .tab-bar .slot__right { display: flex; justify-content: center; align-items: center; line-height: 0.32rem; } .adviser-filter .tab-bar .slot__right.active>* { color: #1890ff !important; } .adviser-filter .tab-bar .slot__right.active>.text { font-weight: bold !important; } .adviser-filter .tab-bar .slot__right.active>i { transform: rotate(180deg); -webkit-transform: rotate(180deg); transition: all 0.3s; } .adviser-filter .tab-bar .slot__right .text { display: inline-block; margin-right: 0.1rem; /* height: 0.45rem; */ font-size: 0.32rem; font-family: pingfangsc-regular, pingfang sc; font-weight: 400; color: #9a9fa3; /* line-height: 0.45rem; */ } .adviser-filter .tab-bar .slot__right i { color: #9a9fa3; font-size: 0.14rem; transition: all 0.3s; } .adviser-filter .sort-list { /* position: absolute; */ position: fixed; width: 100%; top: 1.54rem; left: 0; z-index: 2; background-color: #ffffff; display: none; } .adviser-filter .overlay { /* position: absolute; */ position: fixed; top: 0.8rem; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; } .adviser-filter .sort-list .sort-item { padding: 0 0.4rem; line-height: 0.88rem; height: 0.88rem; font-size: 0.32rem; color: #262626; } .adviser-filter .sort-list .sort-item:not(:last-child) { border-bottom: 0.01rem solid #e7e7e7; } .adviser-filter .sort-list .sort-item.active { color: #1890ff; } /* result-list */ .result-list { width: 100%; padding-left: 0.4rem; } .result-list .adviser-item { width: 100%; padding: 0.4rem 0.4rem 0.4rem 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .result-list .adviser-item:not(:last-child) { border-bottom: 0.01rem solid #e7e7e7; } .adviser-item .info-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; } .adviser-item .info-box .cover { width: 1.4rem; height: 1.4rem; margin-right: 0.2rem; border-radius: 50%; background-color: #f7f7f7; overflow: hidden; } .adviser-item .info-box .cover img { width: 1.4rem; height: 1.4rem; border-radius: 50%; } .adviser-item .slot__right { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .adviser-item .slot__right>div { width: 100%; } .adviser-item .slot__right .name-box { display: flex; justify-content: space-between; align-items: flex-start; } .adviser-item .slot__right .name-box .slot__left { flex: 1; margin-bottom: 0.15rem; display: flex; justify-content: flex-start; align-items: center; } .adviser-item .slot__right .name-box .slot__left .name { margin-right: 0.21rem; height: 0.34rem; font-size: 0.32rem; font-family: pingfangsc-medium, pingfang sc; font-weight: 600; color: #262626; line-height: 0.34rem; max-width: 2.3rem; text-wrap: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: pre; } .adviser-item .slot__right .name-box .slot__left .level { padding: 0 0.1rem; height: 0.34rem; background: linear-gradient(270deg, #e6bca2 0%, #f8e8d9 50%, #e6bca2 100%); border-radius: 0.04rem; font-size: 0.24rem; font-family: pingfangsc-regular, pingfang sc; font-weight: 400; color: #6f3900; line-height: 0.36rem; } .adviser-item .slot__right .name-box .contact { width: 0.36rem; height: 0.36rem; } .adviser-item .slot__right .tag-box { height: 0.4rem; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .adviser-item .slot__right .tag-box .tag-item { height: 0.4rem; margin-right: 0.1rem; padding: 0 0.1rem; background: #f7f7f7; border-radius: 0.04rem; font-size: 0.24rem; font-family: pingfangsc-regular, pingfang sc; font-weight: 400; color: #8c8c8c; line-height: 0.4rem; } .adviser-item .slot__right .num-box { display: flex; justify-content: space-between; align-items: center; margin-top: 0.2rem; } .adviser-item .slot__right .num-item { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; } .adviser-item .slot__right .num-item .num { position: relative; height: 0.36rem; font-size: 0.36rem; font-family: pingfangsc-medium, pingfang sc; font-weight: 600; color: #262626; line-height: 0.36rem; margin-bottom: 0.05rem; } .adviser-item .slot__right .num-item:nth-child(1) .num::after { content: '年'; position: absolute; top: 0.07rem; right: -0.29rem; width: 0.24rem; height: 0.24rem; font-size: 0.24rem; font-family: pingfangsc-regular, pingfang sc; font-weight: 400; color: #8c8c8c; line-height: 0.24rem; } .adviser-item .slot__right .num-item .text { height: 0.24rem; font-size: 0.24rem; font-family: pingfangsc-regular, pingfang sc; font-weight: 400; color: #8c8c8c; line-height: 0.24rem; } .adviser-item object { display: block; width: 100%; } .adviser-item .article-box { width: 100%; height: 0.62rem; border-radius: 0.05rem; margin-top: 0.3rem; padding: 0 0.2rem; background-color: #f5f9ff; display: flex; justify-content: space-between; align-items: center; } .adviser-item .article-box .logo { width: 1.17rem; height: 0.24rem; margin-right: 0.16rem; } .adviser-item .article-box .title { position: relative; flex: 1; height: 0.24rem; font-size: 0.24rem; padding-left: 0.18rem; font-family: alibabapuhuiti-regular, alibabapuhuiti; font-weight: 400; color: #1890ff; line-height: 0.24rem; overflow: hidden; text-overflow: ellipsis; word-break: break-all; text-overflow: -o-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } .adviser-item .article-box .title::before { content: ' '; position: absolute; top: 0.02rem; left: 0rem; width: 0.02rem; height: 0.2rem; background-color: #1890ff; } /* adv-box */ #swiper { width: 6.7rem; height: 3.32rem; margin: 0.2rem auto; overflow: hidden; } .swiper-slide, .swiper-slide .item, .swiper-slide .item img { display: block; width: 6.7rem; height: 3.32rem; } .swiper-slide .item img { object-fit: cover; } .result-list, .empty-result { min-height: calc(100vh - 1.65rem - 2.98rem); background-color: #ffffff; } .result-list::-webkit-scrollbar { width: 0; height: 0; } .empty-ct { width: 100%; height: 4.16rem; max-width: 7.7rem !important; margin: 0 auto; } .empty-ct .empty-img{ width: 3rem; /* height: 2.31rem; */ margin: 0.6rem 2.02rem 0.25rem; } .empty-ct .empty-title{ font-size: 0.28rem; color: #8c8c8c; text-align: center; } .commend-title{ margin-left: 0.4rem; font-size: 0.36rem; font-weight: bold; color: #2b2b2b; } #adviser-intro { width: 100%; height: 0.76rem; line-height: 0.76rem; position: relative; text-align: left; color: #1890ff; font-size: 0.28rem; padding: 0 0.4rem; background-color: #f5f9ff; box-sizing: border-box; margin-top: -0.03rem; }