17 lines
274 B
Plaintext
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);
|
|
}
|
|
} |