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.
19 lines
268 B
19 lines
268 B
1 week ago
|
.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;
|
||
|
}
|