Authored by 邱骏

update

... ... @@ -386,29 +386,36 @@
.feature-shop-info {
height: 100%;
margin: 0 !important;
overflow: hidden;
}
}
&.left .shop-wrapper {
margin-top: 10px;
position: absolute;
padding-top: 10px;
padding-bottom: 10px;
}
&.left .product-wrapper {
padding-left: 220px;
.product-source .feature-product-info:nth-child(n+4) {
display: none;
}
}
&.right .shop-wrapper {
position: absolute;
overflow: hidden;
padding-top: 10px;
margin-left: 0 !important;
margin-right: 10px;
right: 10px;
}
&.right .product-wrapper {
overflow: hidden;
padding: 0;
padding-right: 220px;
margin-left: 20px;
.product-source .feature-product-info:nth-child(n+4) {
... ...