在 index.acss 设置 .grid-icon{width: 64rpx;height: 64rpx;}
编译后 .grid-icon{width:0.64rem,height:0.64rem},rpx 自动转换为rem 怎么回事???(使用钉钉自带的ide开发的)