21 lines
357 B
Plaintext
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');
|
|
}
|