// 750 34px => 1920 88px // 750 32px => 1920 82px // 750 28px => 1920 72px @import "@/assets/css/element-variables.scss"; // ---van-popup--- .van-popup--bottom.van-popup--round { border-radius: 0; color: $--mobile-text-main; } .van-picker__cancel, .van-picker__confirm { color: $--mobile-text-active; font-size: 88px; } .van-picker__title { font-size: 88px; } .van-picker-column__item.van-picker-column__item--selected{ color: $--mobile-text-active; } .van-picker-column__item .van-ellipsis { font-size: 82px; } // ---van-popup--- // ---van-nav-bar--- .van-nav-bar__title{ display: flex; align-items: center; color: $--mobile-text-main; font-size: 70px !important; height: 100%; } .van-nav-bar__text{ font-size: 82px; } // ---van-nav-bar--- .van-cell::after{ border-bottom: 1px solid $--mobile-border; } .vant-main-text { font-size: 88px; color: $--mobile-text-main; } .vant-sub-text { font-size: 82px; color: $--mobile-text-sub; }