手机版内容页CSS样式注意事项
以下为phpcms v9 手机版模板为例:手机版模板目录为 \phpcms\templates\default\wap\show.html
<div class="content">{$content}</div>
推荐CSS样式:
.content{
width: 90%;
line-height: 48px;
font-size: 32px;
color: #333;
padding-top: 10px;
font-size: 16px;
line-height: 25px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.contentimg { width: 100%; }
推荐样式设置:
图片宽度100%
页:
[1]