<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>http://wiki.blueidea.com/index.php?action=history&amp;feed=atom&amp;title=Discuz%21X%2F%E5%A2%9E%E5%8A%A0DIY%E6%A1%86%E6%9E%B6</id>
		<title>Discuz!X/增加DIY框架 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.blueidea.com/index.php?action=history&amp;feed=atom&amp;title=Discuz%21X%2F%E5%A2%9E%E5%8A%A0DIY%E6%A1%86%E6%9E%B6"/>
		<link rel="alternate" type="text/html" href="http://wiki.blueidea.com/index.php?title=Discuz!X/%E5%A2%9E%E5%8A%A0DIY%E6%A1%86%E6%9E%B6&amp;action=history"/>
		<updated>2026-04-29T17:36:30Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.blueidea.com/index.php?title=Discuz!X/%E5%A2%9E%E5%8A%A0DIY%E6%A1%86%E6%9E%B6&amp;diff=7556&amp;oldid=prev</id>
		<title>蓝色：创建新页面为 '要改动的文件以下  default\common\  1、找到 header_diy.htm 文件 搜索 &lt;pre&gt;&lt;ul id=&quot;contentframe&quot; class=&quot;content hide&quot;&gt;&lt;/pre&gt; 复制代码看到官方原来的 &lt;pre&gt;…'</title>
		<link rel="alternate" type="text/html" href="http://wiki.blueidea.com/index.php?title=Discuz!X/%E5%A2%9E%E5%8A%A0DIY%E6%A1%86%E6%9E%B6&amp;diff=7556&amp;oldid=prev"/>
				<updated>2011-01-07T23:10:33Z</updated>
		
		<summary type="html">&lt;p&gt;创建新页面为 &amp;#039;要改动的文件以下  default\common\  1、找到 header_diy.htm 文件 搜索 &amp;lt;pre&amp;gt;&amp;lt;ul id=&amp;quot;contentframe&amp;quot; class=&amp;quot;content hide&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt; 复制代码看到官方原来的 &amp;lt;pre&amp;gt;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;要改动的文件以下&lt;br /&gt;
&lt;br /&gt;
default\common\&lt;br /&gt;
&lt;br /&gt;
1、找到 header_diy.htm 文件 搜索&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;ul id=&amp;quot;contentframe&amp;quot; class=&amp;quot;content hide&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
复制代码看到官方原来的&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;javascript:;&amp;quot; id=&amp;quot;frame_1&amp;quot; onmousedown=&amp;quot;drag.createObj(event,'frame','1');&amp;quot; onfocus=&amp;quot;this.blur();&amp;quot; data=&amp;quot;$widthstr&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{STATICURL}image/diy/layout-1.png&amp;quot; /&amp;gt;100%框架&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;javascript:;&amp;quot; id=&amp;quot;frame_1_1&amp;quot; onmousedown=&amp;quot;drag.createObj(event,'frame','1-1');&amp;quot; onfocus=&amp;quot;this.blur();&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{STATICURL}image/diy/layout-1-1.png&amp;quot; /&amp;gt;1:1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;javascript:;&amp;quot; id=&amp;quot;frame_1_2&amp;quot; onmousedown=&amp;quot;drag.createObj(event,'frame','1-2');&amp;quot; onfocus=&amp;quot;this.blur();&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{STATICURL}image/diy/layout-1-2.png&amp;quot; /&amp;gt;1:2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
复制代码按照官方的例子复一个 像这样。大家想要什么比例自己看着做就行。&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;javascript:;&amp;quot; id=&amp;quot;frame_1_2_1&amp;quot; onmousedown=&amp;quot;drag.createObj(event,'frame','1-2-1');&amp;quot; onfocus=&amp;quot;this.blur();&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{STATICURL}image/diy/layout-1-2-1.png&amp;quot; /&amp;gt;1:2:1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
复制代码比例的图片自己照着PS就好了。&lt;br /&gt;
&lt;br /&gt;
2、找到 common.css 文件&lt;br /&gt;
&lt;br /&gt;
参考官方的复制一个&lt;br /&gt;
&lt;br /&gt;
类似&lt;br /&gt;
&lt;br /&gt;
 ..frame-1-2-1 {  }&lt;br /&gt;
 ..frame-1-2-1 .col-l { float: left; width: 33.3%; }&lt;br /&gt;
 ..frame-1-2-1 .col-c { float: left; width: 33.3%; }&lt;br /&gt;
 ..frame-1-2-1 .col-r { float: right; width: 33.3%; }&lt;br /&gt;
&lt;br /&gt;
复制代码就是这样完成一个框架的增加。然后记得 工具 » 更新缓存&lt;/div&gt;</summary>
		<author><name>蓝色</name></author>	</entry>

	</feed>