.sticky { :global(.van-sticky--fixed) { // box-shadow: 10px 10px 10px var(--box-shadow-color); } :global { .van-sticky { background: url('../../images/bg-image.png') no-repeat top center; background-size: 100% 364px; } .van-search__content { background: rgba(255, 255, 255, 0.5) !important; input::placeholder { color: rgba(0, 0, 0, 0.4) !important; } input { color: rgba(0, 0, 0, 0.4) !important; } .van-field__clear { color: #C1BDC1 !important; } } .van-dropdown-menu__bar { background-color: transparent; box-shadow: none; padding-right: 15px; } .van-dropdown-menu__title { padding-left: 0 } .van-dropdown-menu__title:after { border-color: transparent transparent rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4); } .van-dropdown-menu__title--active::after { border-color: transparent transparent #FE2451 #FE2451; } .van-dropdown-item__content { border-radius: 0px 0px 20px 20px; } .van-search { padding-bottom: 0; } } .titleActive { color: #FE2451; } } .listContainer { padding-top: 2px; height: 42px; display: flex; align-items: center; justify-content: center; background: #fff; font-size: 16px; font-weight: 600; color: #999999; line-height: 22px; .line { margin: 0 15px; width: 1px; height: 10px; background: #e8e8e8; } .active { color: #333333; } } .label { margin-right: 8px; font-size: 14px; color: #131415; :global { .van-list__loading, .van-list__finished-text, .van-list__error-text { width: 100%; } .iconfont-down { margin-left: 4px; } } } .alumnList { padding: 0 12px; border-radius: 18px; background-color: #fff; margin: 14px; } .bgImg { position: fixed; top: 0; left: 0; width: 100%; // height: 214px; // object-fit: cover; z-index: -1; } .tagTabs { :global { .van-tabs__nav { background-color: transparent; padding: 0; margin: 0 15px; } .van-tab { font-size: 16px; font-weight: bold; } .van-tab--shrink { padding: 0; margin: 10px 0; display: inline-block; font-size: 14px; background: transparent; border-radius: 14px; line-height: 26px; padding: 0 12px; color: rgba(0, 0, 0, 0.4); } .van-tab--active { background: #FF699E; color: #FFFFFF; .van-tab__text { z-index: 1; } } .van-tabs__line { height: 0; } } } .fleg { display: flex; align-items: center; font-size: 14px; font-weight: 600; .iconFree { width: 48px; height: 26px; } .iconFreeDisable { opacity: .5; } span { padding-top: 3px; } }