/**index.wxss**/ page { height: 100vh; display: flex; flex-direction: column; } .scrollarea { flex: 1; overflow-y: hidden; } .content{ width: 85%; margin: auto; } .img{ width: 200rpx; height: 100rpx; margin: auto; object-fit: cover; } .title{ text-align: center; margin: 20rpx 0; } .btns{ display: flex; flex-direction: column; align-items: center; margin-top: 20rpx; } .btn{ width: 350rpx; height: 50rpx; margin: 30rpx 0 ; } .result_content{ height: 50rpx; color: black; }