<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; viewport</title>
	<atom:link href="http://zhoumo123.cn/tag/viewport/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>手机访问页面字体变小，页面自适应屏幕的方法（meta中的viewport）</title>
		<link>http://zhoumo123.cn/web/html5/176.html</link>
		<comments>http://zhoumo123.cn/web/html5/176.html#comments</comments>
		<pubDate>Thu, 24 Jul 2014 11:00:15 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[html5]]></category>
		<category><![CDATA[viewport]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=176</guid>
		<description><![CDATA[手机访问页面字体变小，页面自适应屏幕的代码 页面中加入代码： 这样手机访问就自适应屏幕了。不支持IE8以及低于IE8的浏览器。]]></description>
				<content:encoded><![CDATA[<p>手机访问页面字体变小，页面自适应屏幕的代码<br />
页面中加入代码：</p>
<pre class="brush: php; title: ; notranslate">
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
</pre>
<p>这样手机访问就自适应屏幕了。不支持IE8以及低于IE8的浏览器。</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/web/html5/176.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
