纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
411 B

/* 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;
}
.dialog-input {
padding:0rpx 16rpx;
border:1rpx solid #eee;
height:80rpx;
margin:64rpx
}