This commit is contained in:
lik
2026-05-28 17:06:18 +08:00
parent a93a75b3c6
commit db0f47d994
582 changed files with 8060 additions and 1781 deletions

View File

@@ -1,181 +1,190 @@
page {
background-color: #FAF6F1;
background-color: #F5F7F6;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.container {
min-height: 100vh;
padding-bottom: 40rpx;
}
.header-section {
position: relative;
width: 100%;
height: 360rpx;
overflow: hidden;
padding-top: 10rpx;
/* 顶部导航栏 */
.nav-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 120rpx 32rpx 20rpx 32rpx;
background: #FFFFFF;
}
.header-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.header-blur-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.doctor-image {
position: absolute;
right: -60rpx;
bottom: 0;
width: 380rpx;
height: 420rpx;
}
.user-info {
position: relative;
z-index: 10;
padding: 100rpx 40rpx 40rpx;
.nav-logo {
display: flex;
align-items: center;
}
.avatar {
width: 80rpx;
height: 80rpx;
.logo-icon {
width: 56rpx;
height: 56rpx;
border-radius: 16rpx;
background: #FFFFFF;
padding: 4rpx;
}
.welcome-text {
margin-left: 24rpx;
}
.welcome-title {
display: block;
font-size: 28rpx;
color: #FFFFFF;
opacity: 0.9;
margin-bottom: 8rpx;
}
.user-name {
display: block;
font-size: 40rpx;
.logo-text {
font-size: 36rpx;
font-weight: 700;
color: #FFFFFF;
margin-bottom: 8rpx;
color: #1F2937;
margin-left: 16rpx;
}
.welcome-subtitle {
display: block;
font-size: 26rpx;
color: #FFFFFF;
opacity: 0.8;
}
.contact-section {
padding: 0 32rpx;
margin-top: 40rpx;
position: relative;
z-index: 20;
}
.contact-box {
background: #FFFFFF;
border-radius: 10rpx;
padding: 34rpx 32rpx;
.nav-actions {
display: flex;
align-items: center;
gap: 20rpx;
}
.contact-icon {
font-size: 38rpx;
margin-right: 16rpx;
}
.contact-text {
font-size: 30rpx;
color: #9CA3AF;
margin-right: 16rpx;
}
.contact-phone {
font-size: 28rpx;
color: #1F2937;
font-weight: 600;
}
.contact-btn {
background: linear-gradient(135deg, #FF9B33 0%, #FF8500 100%);
color: #FFFFFF;
font-size: 28rpx;
font-weight: 600;
padding: 26rpx 6rpx;
border-radius: 20rpx;
margin-left: auto;
}
.services-section {
padding: 36rpx 32rpx;
.nav-more {
display: flex;
justify-content: space-around;
background: #FFFFFF;
margin: 30rpx 0rpx;
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.04);
align-items: center;
gap: 6rpx;
}
.service-item {
.nav-more .dot {
width: 8rpx;
height: 8rpx;
border-radius: 50%;
background: #1F2937;
}
.nav-circle {
width: 40rpx;
height: 40rpx;
border-radius: 50%;
border: 4rpx solid #1F2937;
}
/* Banner区域 */
.banner-section {
padding: 24rpx 32rpx;
background: #FFFFFF;
}
.banner-card {
background: #FFFFFF;
border-radius: 24rpx;
padding: 20rpx 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
min-height: 280rpx;
}
.banner-bg {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.banner-text {
flex: 1;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
}
.service-icon-wrap {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
.banner-title {
font-size: 52rpx;
font-weight: 800;
color: #D4A853;
letter-spacing: 4rpx;
line-height: 1.2;
}
.banner-subtitle {
font-size: 52rpx;
font-weight: 800;
color: #2D6A4F;
letter-spacing: 4rpx;
line-height: 1.2;
}
.banner-en {
font-size: 26rpx;
color: #6B8E7B;
letter-spacing: 6rpx;
margin-top: 16rpx;
}
/* 服务卡片 */
.service-cards {
display: flex;
gap: 20rpx;
padding: 24rpx 32rpx;
/*margin-top: 18rpx;*/
background: #FFFFFF;
}
.service-card {
flex: 1;
background: #FFFFFF;
border-radius: 24rpx;
padding: 24rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16rpx;
justify-content: space-between;
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.06);
border: 2rpx solid #F0F0F0;
}
.service-icon-wrap.blue {
background-color: #FF9B33;
.card-img {
width: 90rpx;
height: 90rpx;
}
.service-icon {
width: 50rpx;
height: 50rpx;
color: #FF9B33;
.card-info {
display: flex;
flex-direction: column;
flex: 1;
margin-left: 16rpx;
}
.service-name {
font-size: 28rpx;
color: #374151;
font-weight: 600;
.service-card.vip .card-info {
margin-left: 0;
margin-right: 16rpx;
}
.articles-section {
padding: 10rpx 0rpx;
.card-title {
font-size: 30rpx;
font-weight: 700;
color: #1F2937;
margin-bottom: 8rpx;
}
.card-en {
font-size: 20rpx;
color: #9CA3AF;
line-height: 1.3;
}
/* 助诊服务 */
.assist-section {
background: #FFFFFF;
padding: 50rpx 32rpx;
}
.section-header {
display: flex;
align-items: center;
margin-bottom: 20rpx;
padding-left: 20rpx;
}
.section-icon {
font-size: 36rpx;
margin-right: 12rpx;
justify-content: space-between;
margin-bottom: 32rpx;
padding: 0rpx 30rpx;
}
.section-title-wrap {
@@ -183,86 +192,53 @@ page {
align-items: center;
}
.section-more {
margin-left: auto;
.section-icon {
margin-right: 12rpx;
color: #2D6A4F;
}
.section-title {
font-size: 32rpx;
font-weight: 600;
font-size: 34rpx;
font-weight: 700;
color: #1F2937;
}
.section-more {
font-size: 26rpx;
color: #FF9B33;
font-weight: 500;
color: #2D6A4F;
}
.article-list {
.assist-grid {
display: flex;
flex-wrap: wrap;
}
.assist-item {
width: 25%;
display: flex;
flex-direction: column;
gap: 20rpx;
align-items: center;
padding: 20rpx 0;
}
.article-item {
.assist-icon-circle {
width: 96rpx;
height: 96rpx;
border-radius: 50%;
border: 2rpx solid #E8F0EC;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16rpx;
background: #FFFFFF;
border-radius: 0rpx;
padding: 24rpx;
display: flex;
align-items: center;
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.04);
position: relative;
}
.article-image {
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
flex-shrink: 0;
.assist-icon {
font-size: 44rpx;
}
.article-content {
flex: 1;
margin-left: 20rpx;
padding-right: 16rpx;
align-self: flex-start;
}
.article-title {
display: block;
font-size: 30rpx;
font-weight: 600;
color: #1F2937;
line-height: 1.4;
margin-bottom: 22rpx;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.article-meta {
display: flex;
align-items: center;
gap: 16rpx;
}
.article-date {
font-size: 26rpx;
color: #6c6c6c;
}
.article-time {
font-size: 22rpx;
color: #9CA3AF;
}
.article-price {
font-size: 32rpx;
font-weight: 700;
color: #FF9B33;
align-self: flex-start;
margin-left: auto;
flex-shrink: 0;
.assist-name {
font-size: 28rpx;
color: #6B7280;
font-weight: 400;
}