【发布时间】:2016-06-03 09:17:20
【问题描述】:
【问题讨论】:
标签: css themes nopcommerce nopcommerce-themes
【问题讨论】:
标签: css themes nopcommerce nopcommerce-themes
这看起来是 CSS 问题,我认为问题已经到位。如果可能,请发送站点 URL,以便可以检查并检查它。
附言
我尝试应用一些 CSS,请参阅我不是 CSS 开发人员,但我尝试了一些东西。希望对您有所帮助。
<div class="prices">
<span class="price old-price" style="
position: relative;
top: 10px;
">€35,00</span>
<span class="price actual-price" style="
position: relative;
bottom: 25px;
">€30,00</span>
</div>
结果:
【讨论】: