You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
400 B
25 lines
400 B
.content {
|
|
background: #fff;
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.top-title {
|
|
padding: 16px;
|
|
border-bottom: 1px solid #e8e8e8
|
|
}
|
|
.content-data {
|
|
padding: 24px;
|
|
.title {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.product {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
padding: 20px;
|
|
border: 1px solid #e8e8e8;
|
|
}
|
|
.product:hover {
|
|
box-shadow: #e8e8e8 0 0 4px 2px;
|
|
}
|
|
|