main 수정
This commit is contained in:
parent
11f286b310
commit
7ed18ffc7d
@ -6,7 +6,7 @@ export default function ProductItem({num, name, children}){
|
|||||||
<span className={`item-logo ico0${num}`}></span>
|
<span className={`item-logo ico0${num}`}></span>
|
||||||
{name}
|
{name}
|
||||||
</h2>
|
</h2>
|
||||||
<button className="more-btn"></button>
|
{num !== 4 && num !== 5 && <button className="more-btn"></button>}
|
||||||
</div>
|
</div>
|
||||||
<div className="product-item-content">
|
<div className="product-item-content">
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
@ -327,13 +327,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.contact-info-list{
|
.contact-info-list{
|
||||||
padding: 30px;
|
padding: 25px 30px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #F4F4F7;
|
background-color: #F4F4F7;
|
||||||
.info-item{
|
.info-item{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 15px;
|
padding: 15px 0;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
&:first-child{padding-top: 0;}
|
&:first-child{padding-top: 0;}
|
||||||
&:last-child{padding-bottom: 0; border: none;}
|
&:last-child{padding-bottom: 0; border: none;}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user