记账微信小程序
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.
 

18 lines
268 B

.launch-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background-color: #f5f7fa;
}
.logo {
margin-bottom: 20rpx;
}
.slogan {
font-size: 36rpx;
color: #3B82F6;
font-weight: bold;
}