会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
止息
博客园
首页
新随笔
联系
订阅
管理
2022年11月30日
利用postcss-px-to-viewport将pc端项目兼容移动端
摘要: 安装 npm install postcss-px-to-viewport --save-dev 在vue中使用 根目录新建postcss.config.js文件 输入以下代码 module.exports = { plugins: { 'postcss-px-to-viewport': { uni
阅读全文
posted @ 2022-11-30 17:26 fnasklf
阅读(421)
评论(0)
推荐(0)
编辑
公告