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.
36 lines
497 B
36 lines
497 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;
|
|
}
|
|
|
|
.end {
|
|
width: 100%;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.dialog-input {
|
|
padding:0rpx 16rpx;
|
|
border:1rpx solid #eee;
|
|
height:80rpx;
|
|
margin:64rpx
|
|
}
|