240L 8Cft Full Automatic Centrifugal Disc Finishing Machine
/* 圆盘抛光机内容样式 - 完全隔离无冲突 */ .disc-finish-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; } .disc-finish-content * { box-sizing: border-box; } /* 产品主标题 */ .df-main-title { font-size: 28px; font-weight: 700; color: #2c3e50; margin: 30px 0 20px; padding-bottom: 15px; border-bottom: 3px solid #5998D2; text-align: center; line-height: 1.4; } /* 产品介绍段落 */ .df-intro-text { font-size: 15px; color: #555; margin: 20px 0; line-height: 1.9; text-align: justify; } /* 关键词高亮 */ .df-kw { font-weight: 600; color: #2c3e50; background: linear-gradient(120deg, #5998D220 0%, #84c5f420 100%); padding: 2px 5px; border-radius: 3px; } /* CTA 咨询框 */ .df-cta-box { background: linear-gradient(135deg, #5998D215 0%, #84c5f415 100%); border-left: 4px solid #5998D2; padding: 20px 25px; margin: 25px 0; border-radius: 0 8px 8px 0; text-align: center; } .df-cta-text { font-size: 16px; font-style: italic; color: #555; margin-bottom: 10px; } .df-cta-button { display: inline-block; background: #5998D2; color: #fff; padding: 12px 30px; border-radius: 25px; font-weight: 600; text-decoration: none; transition: all 0.3s; margin-top: 10px; } .df-cta-button:hover { background: #4785be; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(89,152,210,0.3); } /* 特性区块 */ .df-features-section { background: #f8f9fa; padding: 25px; border-radius: 8px; margin: 30px 0; border-left: 4px solid #5998D2; } .df-section-title { font-size: 22px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; display: flex; align-items: center; } .df-section-title::before { content: '⚙'; color: #5998D2; font-size: 28px; margin-right: 12px; } .df-feature-list { margin: 15px 0; padding-left: 0; } .df-feature-item { margin: 15px 0; padding: 12px 15px; background: #fff; border-radius: 6px; border-left: 3px solid #5998D2; font-size: 15px; color: #555; line-height: 1.7; transition: all 0.3s; } .df-feature-item:hover { transform: translateX(5px); box-shadow: 0 2px 8px rgba(89,152,210,0.15); } .df-feature-item::before { content: '✓'; color: #27ae60; font-weight: bold; margin-right: 10px; font-size: 18px; } /* 表格样式 */ .df-table-wrapper { margin: 35px 0; overflow-x: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); } .df-table-title { font-size: 20px; font-weight: 600; color: #2c3e50; text-align: center; margin: 30px 0 15px; } .df-specs-table { width: 100%; border-collapse: collapse; margin: 0; font-size: 13px; background: #fff; min-width: 1000px; } .df-specs-table thead tr { background: linear-gradient(135deg, #5998D2 0%, #4785be 100%); color: #fff; } .df-specs-table th { padding: 12px 8px; text-align: center; font-weight: 600; font-size: 12px; border: 1px solid #ddd; white-space: nowrap; } .df-specs-table td { padding: 10px 8px; text-align: center; border: 1px solid #ddd; color: #555; } .df-specs-table tbody tr:nth-child(even) { background-color: #f0f7fc; } .df-specs-table tbody tr:hover { background-color: #e3f2fd; transition: background-color 0.2s; } /* 机器描述框 */ .df-machine-desc { background: linear-gradient(135deg, #fff 0%, #f8fbfd 100%); padding: 25px; border-radius: 8px; margin: 30px 0; border: 2px solid #e3f2fd; } .df-machine-desc p { margin: 10px 0; font-size: 15px; color: #555; line-height: 1.8; } /* 配件表格 */ .df-accessories-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; background: #fff; } .df-accessories-table thead tr { background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); color: #fff; } .df-accessories-table th { padding: 12px 10px; text-align: center; font-weight: 600; border: 1px solid #ddd; } .df-accessories-table td { padding: 10px; text-align: center; border: 1px solid #ddd; color: #555; } .df-accessories-table tbody tr:nth-child(even) { background-color: #fff9f0; } .df-accessories-table tbody tr:hover { background-color: #ffe8cc; } /* 分隔线 */ .df-divider { height: 2px; background: linear-gradient(90deg, transparent, #5998D2, transparent); margin: 40px 0; border: none; } /* 关键词标签 */ .df-keyword-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; padding: 20px; background: linear-gradient(135deg, #f0f7fc 0%, #e3f2fd 100%); border-radius: 8px; } .df-tag { background: #fff; color: #555; padding: 6px 14px; border-radius: 20px; font-size: 13px; border: 1px solid #5998D2; transition: all 0.3s; cursor: default; } .df-tag:hover { background: #5998D2; color: #fff; transform: translateY(-2px); box-shadow: 0 2px 8px rgba(89,152,210,0.4); } /* 相关产品区块 */ .df-related-products { margin: 50px 0; padding: 30px; background: #f8f9fa; border-radius: 8px; } .df-related-title { font-size: 24px; font-weight: 600; color: #2c3e50; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid #5998D2; } .df-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 25px; } .df-product-card { background: #fff; border-radius: 8px; overflow: h...
Read More