...
|
...
|
@@ -71,51 +71,15 @@ |
|
|
display: inline-block;
|
|
|
height: 354px;
|
|
|
width: 358px;
|
|
|
margin-top: 26px;
|
|
|
margin-right: 26px;
|
|
|
margin: 26px 26px 0;
|
|
|
border-radius: 5px;
|
|
|
vertical-align: top;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
|
|
|
.recom-active {
|
|
|
height: 407px;
|
|
|
width: 412px;
|
|
|
transform: scale(1.15);
|
|
|
transform-origin: 50% 0 0;
|
|
|
margin-top: 0;
|
|
|
transition: all 0.3s ;
|
|
|
|
|
|
.top {
|
|
|
height: 239px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
height: 168px;
|
|
|
width: 50%;
|
|
|
}
|
|
|
|
|
|
.fav-container {
|
|
|
top: 15px;
|
|
|
left: 18px;
|
|
|
|
|
|
span {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.shop-fav {
|
|
|
height: 24px;
|
|
|
width: 27px;
|
|
|
}
|
|
|
|
|
|
.shop-notfav {
|
|
|
height: 24px;
|
|
|
width: 27px;
|
|
|
}
|
|
|
|
|
|
.faved-num {
|
|
|
top: 15px;
|
|
|
right: 15px;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|