/* pages/htmls/saas/index.wxss */ .image-load { width: 750rpx; height: 750rpx; display: flex; align-items: center; justify-content: center; } .relative{ height: 100%; width: 100%; position: relative; } .container { width: 100%; flex-direction: column; position: absolute; left: 0rpx; top: 0rpx; } .end { width: 100%; flex-direction: column; position: absolute; bottom: 0px; } .dialog-input { padding:0rpx 16rpx; border:1rpx solid #eee; height:80rpx; margin:64rpx }