|
After Width: | Height: | Size: 42 KiB |
@ -0,0 +1,14 @@ |
|||||
|
import React from "react"; |
||||
|
import "./product.scss"; |
||||
|
const Product = ({ url, name, meta, icon }) => ( |
||||
|
<div className="prod col"> |
||||
|
<img src={url} className="avatar" /> |
||||
|
<div className="row name">{name}</div> |
||||
|
<div className="row sub"> |
||||
|
<div className="meta">{meta}</div> |
||||
|
<div className="fill"></div> |
||||
|
<img className="icon" src={icon}></img> |
||||
|
</div> |
||||
|
</div> |
||||
|
); |
||||
|
export default Product; |
||||
@ -0,0 +1,34 @@ |
|||||
|
.prod { |
||||
|
display: inline-block; |
||||
|
width: 200px; |
||||
|
height: 259px; |
||||
|
background: #ffffff; |
||||
|
border-radius: 6px; |
||||
|
padding: 10px; |
||||
|
.avatar { |
||||
|
width: 180px; |
||||
|
height: 180px; |
||||
|
} |
||||
|
.name { |
||||
|
font-size: 18px; |
||||
|
font-family: FZLTHK; |
||||
|
text-align: left; |
||||
|
color: #3e3a39; |
||||
|
line-height: 21px; |
||||
|
margin-top: 19px; |
||||
|
} |
||||
|
.sub { |
||||
|
font-size: 24px; |
||||
|
font-family: ChaletComprime, ChaletComprime-CologneSixty; |
||||
|
font-weight: CologneSixty; |
||||
|
text-align: left; |
||||
|
color: #7f7673; |
||||
|
line-height: 24px; |
||||
|
vertical-align: middle; |
||||
|
} |
||||
|
.icon { |
||||
|
margin: auto; |
||||
|
width: 20px; |
||||
|
height: 20px; |
||||
|
} |
||||
|
} |
||||
|
After Width: | Height: | Size: 416 B |
|
After Width: | Height: | Size: 517 B |
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 624 B |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 757 B |
|
After Width: | Height: | Size: 453 B |
|
After Width: | Height: | Size: 636 B |
|
After Width: | Height: | Size: 731 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 41 KiB |