Home >Web Front-end >HTML Tutorial >-webkit-text-size-adjust: none;_html/css_WEB-ITnose

-webkit-text-size-adjust: none;_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:27:031224browse

感谢各位大神路过。
问题描叙:
chrome内核浏览器 font-size  网上搜索的方法为:添加 -webkit-text-size-adjust: none;
但是经过尝试还是无效。求原因或者方法


回复讨论(解决方案)

body {	font-family: "\5FAE\8F6F\96C5\9ED1";	line-height: 2;	font-size: 14px;	color: #555;	background: #fff;	word-wrap: break-word;	-webkit-text-size-adjust: none;	width: 320px;	margin: 0px auto;	-webkit-user-select: none;}


.main .lct li{	float:left;	display:block;	font-size:10px;	width:43px;	-webkit-text-size-adjust: none;	/**padding:0px 5px;**/	margin-right:2px;	line-height:30px;	text-align:center;	border-bottom:4px solid #09F;	background-color:#eee;}

确实无效,找了好久都是 -webkit-text-size-adjust: none;。有木有大神站出来说个真理啊!!!

查了很久都是-webkit-text-size-adjust: none; 但是不管放前面还是在字体旁边设置都没用啊 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn