微信小程序 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

相关推荐
mon_star°7 小时前
基于微信小程序原生框架搭建的转盘小程序1.0(附源码)
微信小程序·小程序·notepad++
Emma_Maria7 小时前
【小程序】插件申请成功,待插件提供方确认通过申请后才能使用
微信小程序
捕捉一只前端小白7 小时前
cpolar内网穿透以及微信小程序域名设置
前端·vue.js·微信小程序·小程序
demo007x21 小时前
如何提高 AI 做小程序的效率?
微信小程序·ai编程·claude
kaolagirl1 天前
微信小程序-滑动拼图安全验证
安全·微信小程序·小程序
2501_933907211 天前
如何选择宁波小程序服务,保障品质与效率?
科技·微信小程序·小程序
Greg_Zhong1 天前
微信小程序中实现气泡提示框、图片css加载动画及容错处理
微信小程序·自定义气泡框·图片css加载动画
奶糖 肥晨2 天前
微信小程序定位功能开发实战:实现自动定位、城市切换与地图导航
微信小程序·小程序
笨笨狗吞噬者2 天前
【uniapp】小程序支持分包引用分包 node_modules 依赖产物打包到分包中
前端·微信小程序·uni-app
用户69371750013842 天前
微信悄悄搞大事!原生智能助手秘密研发,2026年改变亿人使用习惯
android·后端·微信小程序