Heim >Web-Frontend >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:031236Durchsuche

感谢各位大神路过。
问题描叙:
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; 但是不管放前面还是在字体旁边设置都没用啊 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn