WeiXin Style Sheets 是一套样式语言
全局样式注册
可以所有的页面中引入
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.title{
font-size: 40px;
font-weight: bold;
}

发表回复