flower-mp/pages/login/index.wxss
2025-10-17 21:29:19 +08:00

20 lines
383 B
Plaintext

/* pages/login/index.wxss */
page {
background-color: white;
}
.bg {
height: 60vh;
width: 90vw;
border-radius: 16rpx;
background-image: url("https://res.catter.cn/pub/2025/09/25/202509251104161.svg");
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.bottom {
position: fixed;
bottom: 100rpx;
left: 0;
right: 0;
}