微信小程序 rpx 转 px

前言

rpx 转 px

js 复制代码
let query = wx.createSelectorQuery();
query.selectViewport().boundingClientRect(function(res){
  let rpx2Px = 1 * (res.width/750);
  console.log("1rpx = " + rpx2Px + "px");
});
query.exec();

参考

https://blog.csdn.net/qq_39702981/article/details/84615669

https://developers.weixin.qq.com/miniprogram/dev/framework/view/selector.html

https://developers.weixin.qq.com/miniprogram/dev/api/wxml/SelectorQuery.selectViewport.html

https://developers.weixin.qq.com/miniprogram/dev/api/wxml/NodesRef.boundingClientRect.html

相关推荐
咖啡八杯1 天前
微信小程序人脸认证1.0迁移2.0
后端·微信小程序
xshirleyl1 天前
微信小程序开发week8-慕尚花坊项目
微信小程序·小程序
admin and root1 天前
Claude+Trae大模型 配置Chrome MCP联动Yakit自动化渗透测试
微信小程序·渗透测试·自动化·攻防演练·ai安全·claude code·ai自动化渗透测试
i查拉图斯特拉如是2 天前
使用workbuddy 30分钟搭建微信小程序
微信小程序·小程序
IceSugarJJ2 天前
Open-AutoGLM项目学习
语言模型·微信小程序·github
ZC跨境爬虫2 天前
模块化烹饪小程序开发日记 Day6:(菜谱列表接口开发与日志调试实践)
前端·javascript·css·ui·微信小程序·html
小羊Yveesss3 天前
微信小程序年度费用全拆解:SaaS、开源与定制开发的3年成本实测对比
微信小程序·小程序·开源
silvia_Anne3 天前
微信小程序首页设置
微信小程序·小程序
白菜__4 天前
微信小程序网关逆向分析
javascript·微信小程序·小程序·node.js·网络爬虫·微信网关·小程序网关
TANKING-4 天前
微信小程序订阅消息推送系统(一次性/长期订阅消息推送)
微信小程序·小程序