Files
gaoYuJournal/miniprogram/app.less
2025-12-16 16:57:49 +08:00

17 lines
274 B
Plaintext

/**app.wxss**/
@import "./timi-web.less";
@import "./tdesign.less";
@import "./theme.less";
.setting-bg {
background: var(--theme-bg-wx);
&::before {
content: "";
width: 100vw;
height: 100vh;
z-index: -1;
position: fixed;
background: var(--theme-bg-wx);
}
}