VM117:2 /app.wxss
Error: spawn UNKNOWN(anonymous function) @ VM117:2
VM119:1 Fri May 26 2017 10:47:40 GMT+0800 (中国标准时间) wxss 文件,编译错误
用的是示例程序缺省的文件,未做改动。开发工具上显示编译错误,预览页面样式无效。在真机上预览效果是正确的。
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}