17 lines
347 B
Plaintext
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;
|
|
} |