小程序前的符号用css 显示

mac2022-06-30  25

.text-price::before { content: "¥"; font-size: 80%; margin-right: 4rpx; }

在css中添加text-price类名即可

最新回复(0)