fix travel style
This commit is contained in:
17
miniprogram/app.less
Normal file
17
miniprogram/app.less
Normal file
@ -0,0 +1,17 @@
|
||||
/**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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user