优化主页芯片代理的点击滚动功能
This commit is contained in:
parent
b4428e08df
commit
9133a9329b
|
@ -260,6 +260,7 @@ body{
|
|||
display: inline-flex !important;
|
||||
align-items: center;
|
||||
vertical-align: top;
|
||||
padding-right: 3vw;
|
||||
}
|
||||
.brand-item {
|
||||
display: flex;
|
||||
|
@ -275,7 +276,7 @@ body{
|
|||
margin-left: 2vw;
|
||||
}
|
||||
.brand-item img {
|
||||
height: 1.8vw;
|
||||
height: 1.5vw;
|
||||
object-fit: contain;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
|
|
@ -135,11 +135,11 @@
|
|||
<div class="brand-name">NXP 恩智浦</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/onsemi.svg" alt="ONSEMI">
|
||||
<img src="./imgs/home/agent/onsemi.svg" style="height: 1vw;" alt="ONSEMI">
|
||||
<div class="brand-name">ON 安森美</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/adi.png" alt="ADI">
|
||||
<img src="./imgs/home/agent/adi.png" style="height: 2.5vw;" alt="ADI">
|
||||
<div class="brand-name">ADI 亚德诺</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
|
@ -154,10 +154,10 @@
|
|||
<img src="./imgs/home/agent/hrs.png" alt="HRS 广濑">
|
||||
<div class="brand-name">HRS 广濑</div>
|
||||
</div>
|
||||
<!-- <div class="brand-item">
|
||||
<img src="./imgs/home/agent/htc.png" alt="HTC 泰进">
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/htc.png" style="height: 1vw;" alt="HTC 泰进">
|
||||
<div class="brand-name">HTC 泰进</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/kds.png" alt="KDS">
|
||||
<div class="brand-name">KDS 大真空</div>
|
||||
|
@ -195,15 +195,15 @@
|
|||
<div class="brand-name">大唐微电子 DTT</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/fxsm.jpg" alt="富芯森美">
|
||||
<img src="./imgs/home/agent/fxsm.jpg" style="height: 1.2vw;" alt="富芯森美">
|
||||
<div class="brand-name">富芯森美</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/gy.png" alt="GOWIN 高云">
|
||||
<img src="./imgs/home/agent/gy.png" style="height: 2.3vw;" alt="GOWIN 高云">
|
||||
<div class="brand-name">GOWIN 高云</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/ght.png" alt="广和通 Fibocom">
|
||||
<img src="./imgs/home/agent/ght.png" style="height: 1vw;" alt="广和通 Fibocom">
|
||||
<div class="brand-name">广和通 Fibocom</div>
|
||||
</div>
|
||||
|
||||
|
@ -213,7 +213,7 @@
|
|||
</div>
|
||||
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/jj.svg" alt="捷捷微电">
|
||||
<img src="./imgs/home/agent/jj.svg" style="height: 1.2vw;" alt="捷捷微电">
|
||||
<div class="brand-name">捷捷微电</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
|
@ -245,7 +245,7 @@
|
|||
<div class="brand-name">英联</div>
|
||||
</div>
|
||||
<div class="brand-item">
|
||||
<img src="./imgs/home/agent/xt.jpg" alt="Nuvoton 新唐">
|
||||
<img src="./imgs/home/agent/xt.jpg" style="height: 1vw;" alt="Nuvoton 新唐">
|
||||
<div class="brand-name">Nuvoton 新唐</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue