Blogger Information
Blog 56
fans 7
comment 11
visits 221166
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
微信小程序rich-text组件富文本框图片自适应
樂成的开发笔记
Original
1078 people have browsed it

微信小程序组件

rich-text

官方文档,常见是用来显示web端富文本编辑器的内容,一般是图文详情
微信截图_20221011185610.png
遇到图片宽度超的情况,只需要在小程序wxss文件加入下面代码即可

看了下富文本img标签有alt属性,所以加上这个样式可行,类似[type='number'] 这个就是给这样的输入框加样式

[alt]{ max-width:100%; }


微信截图_20221011185819.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply withNews Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!