Files
boluo-app-main/src/app.less
2025-10-20 07:58:50 +08:00

21 lines
357 B
Plaintext

@import '@/styles/variables.less';
.base-bg {
background: @pageBg;
}
page {
.base-bg();
// 全部覆盖 taroify tabs 的背景色
--tabs-nav-background-color: @pageBg;
.taroify-tabs__wrap__scroll {
.base-bg();
}
}
@font-face {
font-family: 'Alimama ShuHeiTi';
src: url('https://publiccdn.neighbourhood.com.cn/font/almmheiti.ttf');
}