mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
66 lines
1.1 KiB
CSS
66 lines
1.1 KiB
CSS
.product-hb {
|
|
font-family: -apple-system,
|
|
BlinkMacSystemFont,
|
|
Arial,
|
|
Roboto,
|
|
Oxygen,
|
|
Ubuntu,
|
|
Cantarell,
|
|
Fira Sans,
|
|
Droid Sans,
|
|
Helvetica Neue,
|
|
sans-serif !important;
|
|
height: 500px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.heart-icon {
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
font-size: 18px;
|
|
color: rgb(109, 109, 109);
|
|
background-color: rgb(245, 245, 245);
|
|
position: absolute;
|
|
right: 25px;
|
|
top: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.product-image-hb {
|
|
display: flex;
|
|
justify-content: center;
|
|
width:100%;
|
|
height: 500px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.product-image-in {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit:cover;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.product-name-hb {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
margin-top: 0;
|
|
font-weight: normal;
|
|
}
|
|
.line-clamp {
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.product-price-hb {
|
|
font-size: 24px;
|
|
font-weight:bolder;
|
|
background-color: rgb(244,244,244);
|
|
height: 50px;
|
|
}
|
|
.fs-14{
|
|
font-size: 14px;
|
|
} |