装修类网站手机版文章详情页使用段落首行缩进的网站
装修类网站手机版文章详情页使用 text-indent:2em; 样式文件,使文章段落首行缩进2字符的网站:http://m.to8to.com/yezhu/z106497.html
http://wap.17house.com/news/265646.html
没有使用段落首行缩进的网站:
http://m.tobosu.com/article/zxlc/9832.html
http://m.fuwo.com/article/4112964.html
http://m.zx123.cn/zxbk/1372327.html
http://m.mjia.cc/article-detail-3208.html
http://m.bao315.com/zxgl/211127.html
使用 text-indent: 0 !important; 样式表,强制段落首行不缩进的网站:
http://m.qizuang.com/gonglue/xdjy/40553.html
http://m.tugou.com/jy/29907.html
爱福窝电脑版和手机版段落首行都没有空格,齐装网手机版没有空格,但是电脑版首页都使用了 text-indent:2em; 样式表文件,首行空两格。
爱福窝手机版文章详情页段落样式表:
.article-wrapper article p {
margin: 10px 0;
line-height: 24px;
font-size: 15px;
color: #666;
word-break: break-all;
text-align: justify;
}
土拨鼠手机版文章详情页段落样式表:
p {
margin-bottom: 15px;
line-height: 2.4;
font-size: 16px;
color: #333;
}
推荐方案:
电脑版使用text-indent:2em; 样式表文件,手机版不使用text-indent:2em; 样式表文件。
注:
使用 text-indent:2em; 样式文件的弊端,如果在网页编辑器中手工在段落首页输入两个空格,即在源代码中文字前面有两个“ ” 空格符号,显示结果就会变成首行空4个字符。
页:
[1]