微信小程序真机调试的数值比本地写的小1?
发布于 5 年前 作者 weisun 12133 次浏览 来自 官方Issues

本地写的css

.my .user-name {
  color: white;
  margin-top: 20rpx;
  font-size: 34rpx;
}

真机中的css

}
.my .user-name {
user agent stylesheetcolor: white;
margin-top: 9px;
font-size: 16px;
}

1 回复

请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部