台球开关台小程序
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.
 
 

44 lines
731 B

.index-page {
min-height: 100vh;
// background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
.header {
padding: 80px 32px 40px;
text-align: center;
.title {
font-size: 48px;
font-weight: bold;
color: #fff;
}
}
.content {
padding: 32px;
.welcome {
background: #fff;
border-radius: 16px;
padding: 40px 32px;
text-align: center;
margin-bottom: 40px;
.welcome-text {
font-size: 32px;
color: #333;
display: block;
margin-bottom: 16px;
}
.user-name {
font-size: 36px;
font-weight: bold;
color: #667eea;
}
}
.actions {
margin-top: 40px;
}
}
}