深圳市华桑电子有限公司(Shenzhen Huasang Electronics Co., Ltd.)是一家专业从事电位器、编码器、位置传感器、极细同轴电缆连接器、LED灯珠、碳化硅功率器件和霍尔器件等产品的研发、生产和销售的企业。公司拥有一支经验丰富的技术团队,致力于为客户提供高品质的产品和完善的售后服务。
主营品牌:ALPS代理、KEL代理
深圳市华桑电子有限公司的产品广泛应用于家电、通讯、汽车电子、工业控制、医疗器械等领域。公司始终坚持以客户需求为导向,不断创新,追求卓越,为客户提供最具竞争力的产品和服务。
品牌形象展示:
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>深圳市华桑电子有限公司</title>
<style>
.brand {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
max-width: 1920px; /* 最大宽度为1920px */
margin: 0 auto; /* 居中显示 */
}
.brand .title {
text-align: center;
margin-bottom: 20px;
}
.brand .img-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.brand .img-item {
width: 19%; /* 一次性显示5张图片,每张图片占比19% */
margin-bottom: 10px;
}
.brand .img img {
width: 100%; height: auto;
} /*主营品牌*/
</style>
</head>
<body>
<div class="brand">
<div class="title">主营品牌</div>
<div class="img-list">
<!-- 在此处插入图片 -->
<div class="img-item">
<img src="alps_logo_url" alt="ALPS代理">
</div>
<div class="img-item">
<img src="kel_logo_url" alt="KEL代理">
</div>
<div class="img-item">
<img src="position_sensor_logo_url" alt="位置传感器">
</div>
<div class="img-item">
<img src="extremely_fine_coaxial_cable_connector_logo_url" alt="极细同轴电缆连接器">
</div>
<div class="img-item">
<img src="led_logo_url" alt="LED灯珠">
</div>
<div class="img-item">
<img src="silicon_power_device_logo_url" alt="碳化硅功率器件">
</div>
<div class="img-item">
<img src="霍尔_logo_url" alt="霍尔器件">
</div>
</div>
</div>
</body>
</html>