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.
22 lines
316 B
22 lines
316 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;
|
|
}
|