myGripper H100: 3-Finger Force-Controlled Dexterous Gripper for Pro 630/Mercury Series - Enabling Flexible and Precise Handling
body { font-family: Arial, sans-serif; margin: 0; padding: 20px; } .H100-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; margin: 0 auto; max-width: 1200px; /* Optional: Set maximum width for larger screens */ } .H100-container1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); /* 更灵活的响应式设置 */ gap: 10px; margin: 0 auto; padding: 0 15px; /* 添加两侧留白 */ width: 100%; /* 替代max-width */ box-sizing: border-box; } .H100-item { text-align: center; padding: 5px; } .H100-item img { width: 100%; height: auto; display: block; /* Ensures image fills container space */ } .H100-item video { width: 100%; height: auto; display: block; /* Ensures image fills container space */ } .grid-item h3 { font-weight: bold; margin-top: 5px; /* Adjust spacing as needed */ } .grid-item p { font-size: 14px; margin-bottom: 10px; /* Adjust spacing as needed */ } h2 { text-align: center; font-weight: bol