修改RMB符号

This commit is contained in:
zpc 2025-10-13 20:52:07 +08:00
parent 26c9142d3a
commit 13c555bca7

View File

@ -137,7 +137,7 @@ page, .bg-page { background: #f7f7f7; }
.coreshop-line-height-initial { line-height: initial }
/*人民币符号*/
.coreshop-text-price::before { content: "¥"; font-size: 80%; margin-right: 4upx; }
.coreshop-text-price::before { content: ""; font-size: 80%; margin-right: 4upx; }
/*字体格式*/
.coreshop-text-bold { font-weight: bold; }