/* 工时管家个人版样式 */ /* 基础样式重置 */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* 加载动画样式 */ .spinner-wrapper { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 999999; display: flex; align-items: center; justify-content: center; } .spinner { width: 70px; text-align: center; } .spinner > div { width: 18px; height: 18px; background-color: #3396FB; border-radius: 100%; display: inline-block; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { animation-delay: -0.32s; } .spinner .bounce2 { animation-delay: -0.16s; } @keyframes sk-bouncedelay { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1.0); } } /* iframe样式 */ .iframeClass { width: 100%; height: 7rem; border: none; display: block; } .resetIframe { width: 100%; border: none; display: block; } /* 咨询客服样式 */ .zhixun { display: block; position: fixed; bottom: 7.5rem; right: 20px; padding: 16px; background: #fff; box-shadow: 0.1875rem 0.1875rem 0.625rem #ccc; z-index: 99999999; text-align: center; border-radius: 8px; } .zhixun p { margin: 8px 0; font-size: 14px; color: #333; } .zhixun img { width: 128px; height: 128px; } .consulting { width: 3.125rem; height: 3.125rem; border-radius: 50%; background: #fff; position: fixed; bottom: 3.75rem; right: 6.25rem; z-index: 4; box-shadow: 0 0 20px 0px #cbcbcb; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .consulting:hover { background: #3396FB; transform: scale(1.1); } .consulting img { width: 24px; height: 24px; } /* 主横幅区域 */ .personal-banner { background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); padding: 120px 0 80px; min-height: 100vh; display: flex; align-items: center; } .personal-banner-content { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 80px; } .personal-banner-left { flex: 1; max-width: 600px; } .personal-logo { display: flex; align-items: center; margin-bottom: 30px; } .personal-logo img { width: 40px; height: 40px; margin-right: 12px; } .personal-logo span { font-size: 18px; color: #3396FB; font-weight: 600; } .personal-title { font-size: 48px; font-weight: 700; color: #2c3e50; line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.5px; } .personal-subtitle { font-size: 18px; color: #5a6c7d; line-height: 1.6; margin-bottom: 40px; max-width: 500px; } .personal-download { margin-top: 40px; } .download-btn { display: inline-block; background: #3396FB; color: white; padding: 16px 32px; border-radius: 8px; text-decoration: none; font-size: 16px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(51, 150, 251, 0.3); } .download-btn:hover { background: #2980b9; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(51, 150, 251, 0.4); color: white; text-decoration: none; } .personal-banner-right { flex: 1; text-align: center; } .dashboard-img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); } /* 为什么选择工时管家个人版 */ .why-choose-section { padding: 100px 0; background: #fff; } .section-header { text-align: center; margin-bottom: 80px; } .section-tag { display: inline-block; background: #e8f4fd; color: #3396FB; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 500; margin-bottom: 16px; } .section-header h2 { font-size: 36px; font-weight: 700; color: #2c3e50; margin-bottom: 16px; line-height: 1.2; } .section-desc { font-size: 18px; color: #5a6c7d; max-width: 600px; margin: 0 auto; line-height: 1.6; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; max-width: 1000px; margin: 0 auto; } .feature-card { background: #fff; padding: 40px 30px; border-radius: 12px; text-align: center; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border: 1px solid #f0f0f0; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); } .feature-icon { width: 80px; height: 80px; margin: 0 auto 24px; background: linear-gradient(135deg, #3396FB, #2980b9); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .feature-icon img { width: 40px; height: 40px; filter: brightness(0) invert(1); } .feature-card h3 { font-size: 24px; font-weight: 600; color: #2c3e50; margin-bottom: 16px; } .feature-card p { font-size: 16px; color: #5a6c7d; line-height: 1.6; } /* 强大功能,简单操作 */ .powerful-features-section { padding: 80px 0; background: #f8fafc; } /* 功能详情区域 */ .feature-detail-section { padding: 100px 0; background: #fff; } .feature-detail-section:nth-child(even) { background: #f8fafc; } .feature-detail-reverse { background: #f8fafc; } .feature-detail-row { display: flex; align-items: center; gap: 80px; } .feature-detail-reverse .feature-detail-row { flex-direction: row-reverse; } .feature-detail-left, .feature-detail-right { flex: 1; } .feature-detail-section h3 { font-size: 32px; font-weight: 700; color: #2c3e50; margin-bottom: 20px; line-height: 1.2; } .feature-desc { font-size: 18px; color: #5a6c7d; margin-bottom: 30px; line-height: 1.6; } .feature-list { list-style: none; padding: 0; } .feature-list li { position: relative; padding-left: 30px; margin-bottom: 16px; font-size: 16px; color: #5a6c7d; line-height: 1.6; } .feature-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #27ae60; font-weight: bold; font-size: 18px; } .feature-img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); } /* 响应式设计 */ @media (max-width: 1024px) { .personal-banner-content { flex-direction: column; gap: 60px; text-align: center; } .personal-title { font-size: 40px; } .feature-detail-row, .feature-detail-reverse .feature-detail-row { flex-direction: column; gap: 60px; } .features-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } } @media (max-width: 768px) { .personal-banner { padding: 100px 0 60px; } .personal-title { font-size: 32px; } .personal-subtitle { font-size: 16px; } .section-header h2 { font-size: 28px; } .feature-detail-section h3 { font-size: 24px; } .why-choose-section, .powerful-features-section, .feature-detail-section { padding: 60px 0; } .features-grid { grid-template-columns: 1fr; gap: 30px; } .feature-card { padding: 30px 20px; } } @media (max-width: 480px) { .container { padding: 0 15px; } .personal-banner-content { padding: 0 15px; } .personal-title { font-size: 28px; } .consulting { right: 20px; bottom: 20px; } .zhixun { right: 10px; bottom: 80px; padding: 12px; } .zhixun img { width: 100px; height: 100px; } } /* 动画效果 */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .feature-card { animation: fadeInUp 0.6s ease-out; } .feature-card:nth-child(1) { animation-delay: 0.1s; } .feature-card:nth-child(2) { animation-delay: 0.2s; } .feature-card:nth-child(3) { animation-delay: 0.3s; } .feature-card:nth-child(4) { animation-delay: 0.4s; } /* 滚动条样式 */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #3396FB; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: #2980b9; }