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.
105 lines
2.1 KiB
Plaintext
105 lines
2.1 KiB
Plaintext
|
|
.container.data-v-1cf27b2a {
|
|
padding: 20rpx;
|
|
background: #f9fafb;
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
position: relative;
|
|
}
|
|
.hero.data-v-1cf27b2a {
|
|
text-align: center;
|
|
padding: 80rpx 40rpx;
|
|
background: linear-gradient(135deg, #1e40af, #3182ce);
|
|
color: white;
|
|
border-radius: 24rpx;
|
|
margin-bottom: 50rpx;
|
|
box-shadow: 0 8rpx 20rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
.logo.data-v-1cf27b2a {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-bottom: 30rpx;
|
|
border-radius: 50%;
|
|
background: white;
|
|
padding: 12rpx;
|
|
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.15);
|
|
}
|
|
.title.data-v-1cf27b2a {
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
display: block;
|
|
margin: 20rpx 0;
|
|
line-height: 1.3;
|
|
}
|
|
.subtitle.data-v-1cf27b2a {
|
|
font-size: 32rpx;
|
|
opacity: 0.95;
|
|
display: block;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.btn.data-v-1cf27b2a {
|
|
background: #ffffff;
|
|
color: #1e40af;
|
|
border: none;
|
|
padding: 18rpx 60rpx;
|
|
border-radius: 50rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.15);
|
|
transition: transform 0.2s;
|
|
}
|
|
.btn.data-v-1cf27b2a:active {
|
|
transform: scale(0.96);
|
|
}
|
|
.section-title.data-v-1cf27b2a {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 24rpx;
|
|
color: #1e293b;
|
|
display: block;
|
|
}
|
|
.service-list.data-v-1cf27b2a {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 24rpx;
|
|
justify-content: center;
|
|
}
|
|
.service-item.data-v-1cf27b2a {
|
|
background: #ffffff;
|
|
padding: 24rpx 40rpx;
|
|
border-radius: 18rpx;
|
|
font-size: 28rpx;
|
|
color: #1e293b;
|
|
box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.05);
|
|
min-width: 180rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
/* 联系我们模块 */
|
|
.contact-section.data-v-1cf27b2a {
|
|
text-align: center;
|
|
margin: 50rpx 0;
|
|
}
|
|
.contact-btn.data-v-1cf27b2a {
|
|
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
|
|
color: white;
|
|
border: none;
|
|
padding: 20rpx 70rpx;
|
|
border-radius: 50rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
box-shadow: 0 6rpx 16rpx rgba(59, 130, 246, 0.4);
|
|
transition: transform 0.2s, box-shadow 0.2s;
|
|
}
|
|
.contact-btn.data-v-1cf27b2a:active {
|
|
transform: scale(0.97);
|
|
box-shadow: 0 4rpx 12rpx rgba(59, 130, 246, 0.3);
|
|
}
|
|
.footer.data-v-1cf27b2a {
|
|
text-align: center;
|
|
margin-top: 40rpx;
|
|
color: #64748b;
|
|
font-size: 24rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|