Commit 4b2e2873 by lmf

修复可配置产品优惠价格不展示

parent ab4f3046
...@@ -38,6 +38,24 @@ ...@@ -38,6 +38,24 @@
width: 55px; width: 55px;
height: 55px; height: 55px;
} }
span.normal-price.special-price {
float: left;
}
span.old-price.sly-old-price.no-display {
display: block !important;
width: 10%;
float: left;
margin-left: 2%;
}
span.price-label {
display: none;
}
.price-final_price .old-price .price{
}
</style> </style>
<div style="width: 100%" class="product-view-freeshipping"> <div style="width: 100%" class="product-view-freeshipping">
<div class="product-intro__freeshipping product-intro__bg-none"> <div class="product-intro__freeshipping product-intro__bg-none">
...@@ -210,7 +228,7 @@ if ($short_description) : ...@@ -210,7 +228,7 @@ if ($short_description) :
}}'> }}'>
<div data-role="collapsible"> <div data-role="collapsible">
<div data-role="trigger" class="short_description-button"> <div data-role="trigger" class="short_description-button">
<a class="desction-left short_description info-desc" href="#">short_description</a> <a class="desction-left short_description info-desc" href="#">Material</a>
<a class="desction-right short_description info-desc" href="#">+</a> <a class="desction-right short_description info-desc" href="#">+</a>
</div> </div>
</div> </div>
...@@ -235,7 +253,7 @@ if ($description) : ...@@ -235,7 +253,7 @@ if ($description) :
}}'> }}'>
<div data-role="collapsible"> <div data-role="collapsible">
<div data-role="trigger" class="description-button"> <div data-role="trigger" class="description-button">
<a class="desction-left description info-desc" href="#">description</a> <a class="desction-left description info-desc" href="#">Description</a>
<a class="desction-right description info-desc" href="#">-</a> <a class="desction-right description info-desc" href="#">-</a>
</div> </div>
</div> </div>
......
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