page { padding: 10rpx; } .home-page-header { display: flex; margin: 20rpx 0; } .home-page-header image { width: 300rpx; height: 200rpx; margin-right: 20rpx; } .house_desc { display: flex; flex-direction: column; justify-content: space-between; } .house_desc text:nth-child(1), .house_desc text:nth-child(3) { font-size: 28rpx; color: var(--weui-FG-2); } .house_desc text:nth-child(2) { color: red; font-weight: 700; } .message { background-color: #f5f5f5; padding: 20rpx; font-size: 28rpx; } .weui-cell { padding: 10px 0; } .weui-cell__bd { color: var(--weui-FG-2); text-align: right; margin-right: 20rpx; font-size: 30rpx; } .submit { position: absolute; left: 50%; bottom:50rpx ; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transform: translate(-50%, -50%); }