We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
设置了一段文字,使用小程序原生rich-text可以正常显示,为什么mp-html中只显示一个背景图; 代码: <p style="text-align: center; background-image: linear-gradient(90deg, rgba(44, 146, 196, 0.35) 0%, rgb(14, 109, 153) 100%); color: transparent; background-clip: text; box-sizing: border-box;"><span style="font-size: 16px; box-sizing: border-box;"><strong style="box-sizing: border-box;">每一片雪花,都是冬天的来信</strong></span></p>
<p style="text-align: center; background-image: linear-gradient(90deg, rgba(44, 146, 196, 0.35) 0%, rgb(14, 109, 153) 100%); color: transparent; background-clip: text; box-sizing: border-box;"><span style="font-size: 16px; box-sizing: border-box;"><strong style="box-sizing: border-box;">每一片雪花,都是冬天的来信</strong></span></p>
复制到富文本就能复现
The text was updated successfully, but these errors were encountered:
No branches or pull requests
设置了一段文字,使用小程序原生rich-text可以正常显示,为什么mp-html中只显示一个背景图;
代码:
<p style="text-align: center; background-image: linear-gradient(90deg, rgba(44, 146, 196, 0.35) 0%, rgb(14, 109, 153) 100%); color: transparent; background-clip: text; box-sizing: border-box;"><span style="font-size: 16px; box-sizing: border-box;"><strong style="box-sizing: border-box;">每一片雪花,都是冬天的来信</strong></span></p>
复制到富文本就能复现
The text was updated successfully, but these errors were encountered: