希望大神给点建议,或者开源的模板,代码干净点的。
自己上去找找看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了
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
自己上去找找看http://themeforest.net/
在原有的PCweb 页面的head区加上
其他的和写PC web没啥区别,不过要注意触摸特性和手机分辨率,浏览器差异的问题,好在不用兼容IE了