Commit 847f8c55 by dhn

手机商品尺寸

parent fd97f4ae
...@@ -1471,7 +1471,7 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -1471,7 +1471,7 @@ $isMobile = $mobileDetect->isMobile();
} }
.checkout-index-index .minicart-items li.product-item > div.product{ .checkout-index-index .minicart-items li.product-item > div.product{
height:130px; height:auto;
} }
.minicart-items .product-item-name-block{ .minicart-items .product-item-name-block{
overflow: hidden; overflow: hidden;
...@@ -1647,6 +1647,9 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -1647,6 +1647,9 @@ $isMobile = $mobileDetect->isMobile();
.checkout-index-index .bottom-border { .checkout-index-index .bottom-border {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.checkout-index-index .minicart-items li.product-item > div.product{
height:130px;
}
} }
#login-email{ #login-email{
border: 1px solid #ddd!important; border: 1px solid #ddd!important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment