.page { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20rpx; background-color: #fff; // min-height: 100vh; } // body { // background-color: #FFFFFF !important; // } view { box-sizing: border-box; } .imgContenBox { position: relative; image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } // 主要文字颜色和图片颜色 // .imgggg { // color: #4452d7; // } // .texttttt { // color: #8d43c9; // }