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.

141 lines
2.9 KiB
Plaintext

.container.data-v-1cf27b2a {
padding: 20rpx;
background: #f9fafb;
box-sizing: border-box;
min-height: 100vh;
}
/* Hero 区域 */
.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;
color: #1e293b;
display: block;
text-align: center;
margin-bottom: 24rpx;
}
/* 服务标签 - 真正的 tag 风格 */
.tag-list.data-v-1cf27b2a {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16rpx;
padding: 0 20rpx;
}
.tag.data-v-1cf27b2a {
background-color: #e0e7ff; /* 浅蓝底 */
color: #4f46e5; /* 主色文字 */
font-size: 24rpx;
padding: 8rpx 24rpx;
border-radius: 50rpx; /* 大圆角 */
line-height: 1;
white-space: nowrap;
-webkit-user-select: none;
user-select: none; /* 禁止选中 */
}
/* 功能入口模块 */
.action-section.data-v-1cf27b2a {
margin-top: 50rpx;
}
.action-list.data-v-1cf27b2a {
display: flex;
justify-content: center;
gap: 30rpx;
flex-wrap: wrap;
}
.action-item.data-v-1cf27b2a {
background: linear-gradient(135deg, #4f46e5, #6366f1);
color: white;
font-size: 28rpx;
font-weight: bold;
padding: 24rpx 40rpx;
border-radius: 18rpx;
text-align: center;
min-width: 220rpx;
box-shadow: 0 6rpx 16rpx rgba(79, 70, 229, 0.3);
transition: transform 0.2s;
}
.action-item.data-v-1cf27b2a:active {
transform: scale(0.96);
}
/* 联系我们按钮 */
.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;
}