DJI OSMO ACTION 6 4-Piece Filter Kit
STARTRC OSMO ACTION 6 4-Piece Filter Kit Overview This STARTRC Filter Kit for DJI ACTION 6 focuses on perfect compatibility, premium quality, easy operation, and portable storage: Tailored for DJI ACTION 6, the 4-piece set (ND8/16/32 + CPL) features multi-layer coating—waterproof, scratch-proof, dust-proof, oil-resistant—to fully protect the lens. Made of high-definition optical glass (polished for low refractive index), it preserves true colors without compromising image quality. The aerospace-grade aluminum frame (laser-engraved, matte black finish) prevents light leakage or ghosting, with a lightweight design for hassle-free shooting. Quick-release snap-on design ensures secure, tool-free installation—zero loosening during use. Comes with a dedicated 4-slot filter case for organized storage and easy carrying. Tailored for DJI ACTION 6 users and photography enthusiasts, this filter kit stands out for true color preservation, all-round lens protection, and hassle-free use—meeting dual needs for ND dimming and CPL polarization with 4 practical filters. It’s ideal for outdoor shooting, landscape photography, and professional content creation. Note: For product display, highlight the multi-layer coating (waterproof/scratch-proof effects), high-definition optical glass texture, quick-release snap-on installation, and the dedicated 4-slot storage case. .container { width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .table-container { width: 100%; overflow-x: auto; } table { width: 100%; border-collapse: collapse; margin: 15px 0; } th, td { border: 1px solid #ddd; padding: 10px; text-align: left; } th { background-color: #f5f5f5; } p { margin: 10px 0; } /* 三列容器基础样式 */ .three-column-container { display: flex; width: 100%; max-width: 1200px; margin: 0 auto; padding: 30px 0px; box-sizing: border-box; gap: 40px; /* 列间距保持不变 */ align-items: stretch; /* 强制三列高度一致,为第一列垂直居中提供空间 */ } /* 通用列样式 */ .column { flex: 1; align-self: stretch; /* 确保每列高度充满父容器 */ } /* 第一列:标题组合样式(上下左右全居中) */ .column-title { display: flex; flex-direction: column; justify-content: center; /* 垂直居中(上下居中) */ align-items: center; /* 水平居中(左右居中) */ height: 100%; /* 占满列的全部高度 */ text-align: center; /* 进一步强化文本水平居中 */ } .subtitle { margin: 0 0 10px 0; font-size: 18px; font-weight: 500; color: #666; } .main-title { margin: 0; font-size: 42px; font-weight: 600; color: #28293d; line-height: 1.2; } /* 第二、三列:文本内容样式(完全保持不变) */ .column-text { padding: 10px 0; color: #333; line-height: 1.6; font-size: 14px; } .column-text p { margin: 0 0 15px 0; } .column-text p:last-child { margin-bottom: 0; } /* 新增:模块下方水平线样式(全黑、细、宽1400) */ .bottom-divider { max-width: 1400px; /* 宽度固定为1400px */ width: 100%; /* 小于1400px时自适应全屏 */ margin: 20px auto; /* 上下间距20px,居中显示 */ border-top: 1px solid #000; /* 1px细线条,全黑颜色 */ border-bottom: none; border-left: none; border-right: none; } /* 新增总标题样式 */ .module-main-title { width: 100%; max-width: 1400px; margin: 0 auto 50px; /* 底部间距与第一个模块分隔 */ padding: 0 30px; box-sizing: border-box; font-size: 36px; font-weight: 700; color: #28293d; text-align: center; line-height: 1.3; } /* 通用模块容器样式 */ .image-text-module { width: 100%; max-width: 1400px; margin: 0 auto 40px; /* 模块间间距40px */ padding: 0 30px; box-sizing: border-box; } /* 内层布局容器 - 区分正序/倒序 */ .image-text-inner { display: flex; width: 100%; gap: 30px; /* 图片与文本间距 */ align-items: center; /* 垂直居中对齐 */ } /* 正序:左图右文 */ .row-normal { flex-direction: row; } /* 倒序:左文右图(通过反转flex顺序实现) */ .row-reverse { flex-direction: row-reverse; } /* 图片容器(固定530x530) */ .image-container { flex: 0 0 530px; display: block; } .module-image { width: 530px; height: 530px; display: block; object-fit: cover; border-radius: 6px; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); } /* 文本容器(自适应宽度,保持更宽显示) */ .text-container { flex: 1; width: 100%; } .text-content { background-color: #fff; border-radius: 12px; padding: 50px; min-height: 530px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; text-align: center; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08); } /* 标题与内容样式 */ .module-title { margin: 0 0 25px; font-size: 28px; font-weight: 600; color: #28293d; line-height: 1.2; } .module-content { font-size: 18px; line-height: 1.8; color: #666; max-width: 600px; /* 控制文本最大宽度,避免过宽影响阅读 */ margin: 0 auto; } /* 移动端响应式调整(核心:减小模块外边距) */ @media (max-width: 800px) { /* 三列容器:减小内外边距,紧凑布局 */ .three-column-container { flex-direction: column; gap: 10px; padding: 5px 5px; margin: 0 auto 15px; /* 新增底部外边距并减小至15px */ } .column-title { text-align: center; height: auto; padding: 5px 0; } .main-title { font-size: 32px; } .subtitle { font-size: 16px; } .column-text { font-size: 13px; } /* 水平线:减小上下外边距至3px,更紧凑 */ .bottom-divider { max-width: 100%; margin: 3px auto; } /* 总标题:减小底部外边距至25px,拉近与下方模块距离 */ .module-main-title { font-size: 30px; margin-bottom: 25px; padding: 0 8px; } /* 图片文本模块:减小底部外边距至20px,缩小模块间距 */ .image-text-module { margin-bottom: 20px; padding: 0 8px; } /* 内层布局:强制纵向,保持间距 */ .image-text-inner { flex-direction: column !important; gap: 20px; /* 减小图片与文本间距至20px */ } /* 图片容器:自适应全屏宽度 */ .image-container { flex: none; width: 100%; max-width: 530px; } .module-image { width: 100%; height: auto; aspect-ratio: 1/1; } /* 文本容器:减小内边距,保持紧凑 */ .text-container { width: 100%; max-width: 680px; } .text-content { min-height: auto; padding: 30px 15px; /* 减小上下内边距至30px */ } .module-title { font-size: 24px; margin-bottom: 15px; /* 减小标题与内容间距至15px */ } .module-content { font-size: 16px; max-width: 100%; } } /* 小屏移动端额外适配:进一步减小外边距 */ @media (max-width: 576px) { .module-main-title { font-size: 26px; margin-bottom: 20px; /* 底部外边距减至20px */ } .image-text-module { margin-bottom: 15px; /* 模块间距减至15px */ } .text-content { padding: 25px 10px; } .bottom-divider { margin: 2px auto; /* 水平线间距减至2px */ } } .three-column-container { display: flex; width: 100%; max-width: 1200px; margin: 0 auto; padding: 30px 0px; box-sizing: border-box; gap: 40px; /* 列间距保持不变 */ align-items: stretch; /* 强制三列高度一致,为第一列垂直居中提供空间 */ } /* 通用列样式 */ .column { flex: 1; align-self: stretch; /* 确保每列高度充满父容器 */ } /* 第一列:标题组合样式(上下左右全居中) */ .column-title { display: flex; flex-direction: column; justify-content: center; /* 垂直居中(上下居中) */ align-items: center; /* 水平居中(左右居中) */ height: 100%; /* 占满列的全部高度 */ text-align: center; /* 进一步强化文本水平居中 */ } .subtitle { margin: 0 0 10px 0; font-size: 18px; font-weight: 500; color: #666; } .main-title { margin: 0; font-size: 42px; font-weight: 600; color: #28293d; line-height: 1.2; } /* 第二、三列:文本内容样式(完全保持不变) */ .column-text { padding: 10px 0; color: #333; line-height: 1.6; font-size: 14px; } .column-text p { margin: 0 0 15px 0; } .column-text p:last-child { margin-bottom: 0; } /* 新增:模块下方水平线样式(全黑、细、宽1400) */ .bottom-divider { max-width: 1400px; /* 宽度固定为1400px */ width: 100%; /* 小于1400px时自适应全屏 */ margin: 20px auto; /* 上下间距20px,居中显示 */ border-top: 1px solid #000; /* 1px细线条,全黑颜色 */ border-bottom: none; border-left: none; border-right: none; } /* 移动端响应式调整 */ @media (max-width: 768px) { .three-column-container { flex-direction: column; gap: 25px; padding: 25px 15px; } .column-title { text-align: center; height: auto; padding: 20px 0; } .main-title { font-size: 32px; } .subtitle { font-size: 16px; } .column-text { font-size: 13px; } /* 移动端水平线自适应宽度 */ .bottom-divider { max-width: 100%; margin: 15px auto; } }
More you might like
Related
DJI Osmo Action Bite Mount, Compatibility: Osmo Action, DJI
Related
DJI Surfing Tether for Osmo Action 3, Osmo Action 4, Osmo Ac
Related
ENKAY Hat-Prince 0.2mm 9H Tempered Glass Screen Protector Fi
Related