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.
17 lines
375 B
17 lines
375 B
5 years ago
|
/* pages/about/about.wxss */
|
||
|
|
||
|
/**基础风格样式**/
|
||
|
@import '/towxml/style/main.wxss';
|
||
|
|
||
|
|
||
|
/**如果页面有动态主题切换,则需要将使用到的样式全部引入**/
|
||
|
|
||
|
/**主题配色(浅色样式)**/
|
||
|
@import '/towxml/style/theme/light.wxss';
|
||
|
|
||
|
/**主题配色(深色样式)**/
|
||
|
@import '/towxml/style/theme/dark.wxss';
|
||
|
|
||
5 years ago
|
.container{
|
||
|
padding-bottom: 40rpx;
|
||
5 years ago
|
}
|