You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
200 B

/**基础风格样式**/
@import './style/main.wxss';
/**主题配色(浅色样式)**/
@import './style/theme/light.wxss';
/**主题配色(深色样式)**/
@import './style/theme/dark.wxss';