Commit e3882ffe by dhn

样式调整

parent 102cf048
......@@ -41,7 +41,7 @@ $priceBlock = $objectManager->get(\Magento\Catalog\Block\Product\AbstractProduct
.is_mobile .item-info{
display: table;
table-layout: fixed;
margin: 30px 0;
margin:15px 0;
width: 100%;
border-bottom: 1px solid #ddd;
}
......@@ -51,6 +51,7 @@ $priceBlock = $objectManager->get(\Magento\Catalog\Block\Product\AbstractProduct
text-align: center;
display: table-cell;
vertical-align: middle;
padding-bottom: 10px;
}
.item-info-left .item-image{
position: relative;
......@@ -60,7 +61,7 @@ $priceBlock = $objectManager->get(\Magento\Catalog\Block\Product\AbstractProduct
.item-info-right{
padding-left: 25px;
display: table-cell;
vertical-align: middle;
padding-bottom: 10px;
}
.item-info-right .item-name{
width: 100%;
......@@ -89,6 +90,7 @@ $priceBlock = $objectManager->get(\Magento\Catalog\Block\Product\AbstractProduct
font-style: normal;
-webkit-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
}
.item-info-right .item-price .price-box.price-final_price{
float: none;
......
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