Showing the single result
-


Product Name |
Solar Terminal Crimping Tool |
Application |
Terminal (MC4) |
Crimping Capacity |
2.5 / 4.0 / 6.0 mm² / 13–10 AWG |
Length |
270 mm |
Solar Terminal Crimping Tool
body {
background-color: #f8f9fa;
font-family: 'Segoe UI', sans-serif;
padding: 30px;
}
.table-container {
max-width: 750px;
margin: auto;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 6px 20px rgba(0,0,0,0.08);
overflow: hidden;
}
.table-header {
background: #0d6efd;
color: white;
padding: 14px;
font-weight: 600;
text-align: center;
border-radius: 12px 12px 0 0;
}
.spec-table th {
width: 40%;
background: #f1f5ff;
color: #0d6efd;
}
.spec-table th, .spec-table td {
padding: 12px 16px;
vertical-align: middle;
}
.spec-table tbody tr {
transition: all 0.25s ease;
}
.spec-table tbody tr:hover {
background-color: #e8f1ff;
transform: translateX(3px);
}
@media (max-width: 600px) {
.spec-table thead { display: none; }
.spec-table, .spec-table tbody, .spec-table tr, .spec-table td {
display: block;
width: 100%;
}
.spec-table tr {
margin-bottom: 10px;
border: 1px solid #d9e5ff;
border-radius: 8px;
overflow: hidden;
}
.spec-table td {
text-align: right;
padding: 12px;
position: relative;
}
.spec-table td::before {
content: attr(data-label);
position: absolute;
left: 12px;
width: 55%;
text-align: left;
font-weight: 600;
color: #0d6efd;
}
.spec-table tbody tr:hover {
transform: none;
background: transparent;
}
}
End of content
End of content