小程序view文字怎么在wxss里面height往上提高?

.out{
margin:auto;
width: 500rpx;
height: 500rpx;
color: aliceblue;
line-height: 40rpx;

img

外面一层容器高度限制了

.out中margin: auto;改为 margin: -80rpx auto 0;