html ¥·税込·税抜表记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html ¥·税込·税抜表记相关的知识,希望对你有一定的参考价值。

.priceBox {
    display: block;
    text-align: right;
    @include fontsize(25);
    &:before {
        margin-right: 3px;
        content: '\FFE5';
        @include fontsize(15);
    }
    &:after {
        margin-left: 1px;
        content: '\FF08\7A0E\629C\FF09'; //税抜
        //content: '\FF08\7A0E\8FBC\FF09'; 税込
        @include fontsize(15);
    }
}
<span class="priceBox">3,990</span>

以上是关于html ¥·税込·税抜表记的主要内容,如果未能解决你的问题,请参考以下文章

html ¥·税込·税抜表记

3.22课·········CSS样式表

3.31课·········插入百度地图视频音频

3.13·········冒泡排序

3.30课·········Marquee标签

3.26课·········window.document对象