60L 2Cft Centrifugal Barrel Polishing Machine with Auto Separating
/* 离心抛光机内容样式 - 完全隔离无冲突 */ .centrifugal-content { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.8; color: #333; } .centrifugal-content * { box-sizing: border-box; } /* 产品主图 */ .cf-hero-image { width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto 30px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* 产品主标题 */ .cf-main-title { font-size: 28px; font-weight: 700; color: #2c3e50; margin: 25px 0 20px; text-align: center; line-height: 1.4; padding-bottom: 15px; border-bottom: 3px solid #f39c12; } /* 产品描述段落 */ .cf-desc-text { font-size: 15px; color: #555; margin: 20px 0; line-height: 1.9; text-align: justify; } /* 关键词高亮 */ .cf-kw { font-weight: 600; color: #2c3e50; background: linear-gradient(120deg, #ffeaa720 0%, #f39c1220 100%); padding: 2px 5px; border-radius: 3px; } /* 特性卡片网格 */ .cf-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; } .cf-feature-card { background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%); padding: 20px; border-radius: 8px; border-left: 4px solid #f39c12; transition: transform 0.3s; } .cf-feature-card:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(243,156,18,0.2); } .cf-feature-icon { font-size: 32px; margin-bottom: 10px; } .cf-feature-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 8px; } .cf-feature-desc { font-size: 14px; color: #666; line-height: 1.6; } /* 参数表格容器 */ .cf-table-wrapper { margin: 35px 0; overflow-x: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); } .cf-table-title { font-size: 22px; font-weight: 600; color: #2c3e50; text-align: center; margin: 30px 0 20px; } /* 优化后的参数表格 */ .cf-specs-table { width: 100%; border-collapse: collapse; margin: 0; font-size: 14px; background: #fff; min-width: 1000px; } .cf-specs-table thead tr { background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); color: #fff; } .cf-specs-table th { padding: 14px 10px; text-align: center; font-weight: 600; font-size: 13px; border: 1px solid #ddd; white-space: nowrap; } .cf-specs-table td { padding: 12px 10px; text-align: center; border: 1px solid #ddd; color: #555; } .cf-specs-table tbody tr:nth-child(even) { background-color: #fff9f0; } .cf-specs-table tbody tr:hover { background-color: #ffe8cc; transition: background-color 0.2s; } /* 应用场景区块 */ .cf-application-section { background: linear-gradient(135deg, #f39c1215 0%, #e67e2215 100%); padding: 25px; border-radius: 8px; margin: 30px 0; border-left: 4px solid #f39c12; } .cf-section-title { font-size: 20px; font-weight: 600; color: #2c3e50; margin-bottom: 15px; display: flex; align-items: center; } .cf-section-title::before { content: '◆'; color: #f39c12; font-size: 20px; margin-right: 10px; } .cf-app-list { margin: 15px 0; padding-left: 25px; } .cf-app-list li { margin: 10px 0; font-size: 15px; color: #555; line-height: 1.7; } /* 图片容器 */ .cf-image-wrapper { margin: 35px 0; text-align: center; } .cf-image-wrapper img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } /* 分隔线 */ .cf-divider { height: 2px; background: linear-gradient(90deg, transparent, #f39c12, transparent); margin: 40px 0; border: none; } /* FAQ 区块 */ .cf-faq-wrapper { margin: 50px 0; } .cf-faq-heading { font-size: 32px; font-weight: 700; color: #2c3e50; margin-bottom: 35px; text-align: center; position: relative; padding-bottom: 15px; } .cf-faq-heading::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: linear-gradient(90deg, #f39c12 0%, #e67e22 100%); border-radius: 2px; } .cf-faq-block { margin: 25px 0; padding: 25px; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 4px solid #f39c12; } .cf-faq-q { font-size: 17px; font-weight: 600; color: #2c3e50; margin-bottom: 12px; display: flex; align-items: flex-start; } .cf-faq-q::before { content: 'Q:'; display: inline-block; min-width: 30px; color: #e74c3c; font-weight: 700; margin-right: 8px; } .cf-faq-a { font-size: 15px; color: #555; line-height: 1.8; margin: 8px 0; padding-left: 38px; } .cf-faq-a::before { content: 'A:'; display: inline-block; margin-left: -38px; min-width: 30px; color: #27ae60; font-weight: 700; margin-right: 8px; vertical-align: top; } .cf-service-list { margin: 10px 0; padding-left: 0; } .cf-service-item { margin: 10px 0; padding-left: 20px; position: relative; line-height: 1.7; } .cf-service-item::before { content: '●'; position: absolute; left: 0; color: #f39c12; } /* 关键词标签 */ .cf-keyword-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; padding: 20px; background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%); border-radius: 8px; } .cf-tag { background: #fff; color: #555; padding: 6px 14px; border-radius: 20px; font-size: 13px; border: 1px solid #f39c12; transition: all ...
Read More