扫码关注官方订阅号
希望大神给点建议,或者开源的模板,代码干净点的。
人生最曼妙的风景,竟是内心的淡定与从容!
自己上去找找看http://themeforest.net/
在原有的PCweb 页面的head区加上
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="black" name="apple-mobile-web-app-status-bar-style" /> <meta content="telephone=no" name="format-detection" /> <meta content="email=no" name="format-detection" />
其他的和写PC web没啥区别,不过要注意触摸特性和手机分辨率,浏览器差异的问题,好在不用兼容IE了
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
自己上去找找看http://themeforest.net/
在原有的PCweb 页面的head区加上
其他的和写PC web没啥区别,不过要注意触摸特性和手机分辨率,浏览器差异的问题,好在不用兼容IE了