You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.3 KiB
Plaintext

.container.data-v-1cf27b2a {
padding: 20rpx;
background: #fff;
box-sizing: border-box;
/* 关键! */
height: 100vh;
}
.hero.data-v-1cf27b2a {
text-align: center;
padding: 80rpx 40rpx;
background: linear-gradient(to bottom, #1a365d, #2c5282);
color: white;
border-radius: 20rpx;
margin-bottom: 40rpx;
}
.logo.data-v-1cf27b2a {
width: 180rpx;
height: 180rpx;
margin-bottom: 30rpx;
border-radius: 50%;
background: white;
padding: 10rpx;
}
.title.data-v-1cf27b2a {
font-size: 48rpx;
font-weight: bold;
display: block;
margin: 20rpx 0;
}
.subtitle.data-v-1cf27b2a {
font-size: 32rpx;
opacity: 0.9;
display: block;
margin-bottom: 40rpx;
}
.btn.data-v-1cf27b2a {
background: #3b82f6;
color: white;
border: none;
padding: 16rpx 60rpx;
border-radius: 50rpx;
font-size: 32rpx;
}
.section-title.data-v-1cf27b2a {
font-size: 36rpx;
font-weight: bold;
margin-bottom: 20rpx;
display: block;
}
.service-list.data-v-1cf27b2a {
display: flex;
flex-wrap: wrap;
gap: 20rpx;
}
.service-item.data-v-1cf27b2a {
background: #f1f5f9;
padding: 20rpx 55rpx;
border-radius: 16rpx;
font-size: 28rpx;
color: #1e293b;
}
.footer.data-v-1cf27b2a {
text-align: center;
margin-top: 60rpx;
color: #94a3b8;
font-size: 24rpx;
position: absolute;
bottom: 60rpx;
width: 100%;
text-align: center;
}