wxss
.root { width: 100%; height: 100%; background-color: #70c7da; position: relative; } .background-image{ height : 100%; position: absolute; width: 100%; left: 0px; top: 0px; } .content{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; }
好了,搞定。只要用相对布局,就可以实现了。类似android的相对布局。现在只要把内容全部写道content中就行了