flower-mp/pages/login/index.wxss
2025-09-25 11:59:07 +08:00

17 lines
347 B
Plaintext

/* pages/login/index.wxss */
.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;
}