Showing the single result
-
Solar Terminal Crimping Tool Specification
Property |
Specification |
Application |
Solar Terminal (MC4) |
Crimping Capacity |
2.5 / 4 / 6 mm² (AWG: 14–10) |
Length |
220mm |
Solar Terminal Crimping Tool Specification
body {
background-color: #f8f9fa;
padding: 30px;
}
.table-container {
max-width: 750px;
margin: auto;
background: white;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
overflow: hidden;
}
h4 {
background-color: #0d6efd;
color: white;
text-align: center;
padding: 15px;
margin: 0;
border-radius: 8px 8px 0 0;
}
.table th, .table td {
text-align: center;
vertical-align: middle;
padding: 12px;
}
.table tbody tr {
transition: all 0.3s ease-in-out;
}
.table tbody tr:hover {
background-color: #e8f0ff;
transform: scale(1.01);
}
End of content
End of content