app.wxss
355 Bytes
/**app.wxss**/
/*.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
} */
.clearfix:after {
content: '';
display: block;
clear: both;
}
@import "./vendors/toast/wetoast.wxss";
@import "./vendors/zanui/index.wxss";