<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>单页讨论 (新帖文)</title>
		<link>http://area-cn-02.wikidot.com/forum/c-6985787/</link>
		<description>论坛分类中的帖文 &quot;单页讨论&quot; - 来看看有没有什么有趣的页面讨论？</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 20 May 2026 16:18:36 +0000</lastBuildDate>
		
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-17032457#post-6807632</guid>
				<title>SCP-CN-3422（重修）: 速记</title>
				<link>http://area-cn-02.wikidot.com/forum/t-17032457/scp-cn-3422#post-6807632</link>
				<description></description>
				<pubDate>Fri, 07 Feb 2025 09:26:51 +0000</pubDate>
				<wikidot:authorName>ParticleV</wikidot:authorName>				<wikidot:authorUserId>8492432</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>肯定是要大规模重来的了，应该要加点扩写，不然不够用，因为发现要对应A02一些设定，但是这个条目感觉就很适合放进来，在思考前台组织之类</p> <p>速记事件：和其他几个管计算机的合作，提升算力，结果搞得跳闸了之类，圆桌会议这玩意挺适合这角色的，但是肯定要加东西，申请书也得重来</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14102731#post-6672584</guid>
				<title>站区人员: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14102731/#post-6672584</link>
				<description></description>
				<pubDate>Mon, 30 Sep 2024 13:55:52 +0000</pubDate>
				<wikidot:authorName>Lxv37-wttoae</wikidot:authorName>				<wikidot:authorUserId>8708015</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>😋</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14235994#post-5796403</guid>
				<title>长而有猫 组件: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14235994/#post-5796403</link>
				<description></description>
				<pubDate>Sat, 31 Dec 2022 02:56:45 +0000</pubDate>
				<wikidot:authorName>four_clovers</wikidot:authorName>				<wikidot:authorUserId>8274616</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>真是好组件啊（感叹</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14629082#post-5760200</guid>
				<title>Fire Book的代码测试页: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14629082/fire-book#post-5760200</link>
				<description></description>
				<pubDate>Tue, 13 Dec 2022 00:25:07 +0000</pubDate>
				<wikidot:authorName>Fire book</wikidot:authorName>				<wikidot:authorUserId>6830646</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>答案是你的屏幕不够长</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14349347#post-5417216</guid>
				<title>沉浸式终端 组件: 目前的问题</title>
				<link>http://area-cn-02.wikidot.com/forum/t-14349347/#post-5417216</link>
				<description></description>
				<pubDate>Mon, 27 Jun 2022 20:55:30 +0000</pubDate>
				<wikidot:authorName>Dr Talcite</wikidot:authorName>				<wikidot:authorUserId>4951855</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>之前想实现每页里每个终端可以用不一样的颜色的功能：共用一个基础css，然后剩下的涉及颜色的属性放进正文的style里</p> <p>但是有些css选择器无法放进div的style里（比如滚动条::selection），只移植了一部分颜色属性，导致很长一段时间内这个组件都是颜色不一致的bug状态</p> <p>现在改成了最早的青色版本然后用一个滤镜旋转色相）也算是强行解决了<sup class="footnoteref"><a id="footnoteref-953330-1" href="javascript:;" class="footnoteref" >1</a></sup></p> <p>但是这样有一个问题，就是图片也会变色</p> <hr /> <h3><span>为什么建议把这个组件放进折叠里？</span></h3> <p>这个组件默认是<strong>全屏覆盖</strong>，除非你的页面所有内容都放在终端里，要不然还是设置一个触发器（任何形式的折叠都可以，包括密码登录框之类的）比较好。</p> <p>另外这个组件默认的z-index非常高，也就是说页面里其它几乎所有元素都会被它盖在底下</p> <p>如果不用特殊方法的话，读者打开了折叠之后，如果又想关掉，只能刷新页面</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">已归档信息</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">已归档信息</a></div> <div class="collapsible-block-content"> <p>虽然这种方法也不是不可行……但是我还是做了一个z-index比这个终端屏更高的一个“特殊折叠块”，以后打算实装到此</p> </div> </div> </div> <br /> 更新：折叠块自定义div“coltype”已经实装 <div class="footnotes-footer"> <div class="title">脚注</div> <div class="footnote-footer" id="footnote-953330-1"><a href="javascript:;" >1</a>. 用HSL体系调色，再加上一个饱和度滤镜一个亮度滤镜就够了</div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14629082#post-5280049</guid>
				<title>Fire Book的代码测试页: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14629082/fire-book#post-5280049</link>
				<description></description>
				<pubDate>Mon, 18 Apr 2022 11:56:58 +0000</pubDate>
				<wikidot:authorName>Anymon</wikidot:authorName>				<wikidot:authorUserId>7971864</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>谢谢，这个比长而有猫劲更大()</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14629082#post-5269530</guid>
				<title>Fire Book的代码测试页: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14629082/fire-book#post-5269530</link>
				<description></description>
				<pubDate>Fri, 15 Apr 2022 11:28:59 +0000</pubDate>
				<wikidot:authorName>Dr Talcite</wikidot:authorName>				<wikidot:authorUserId>4951855</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><span style="text-decoration: line-through;">你知道满屏猫猫点不到讨论区和评分按钮是什么感觉吗</span></p> <hr /> <p>模因危害了属于是</p> <hr /> <p>等下，你这🐱怎么没有尾巴（？）</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14102731#post-5142226</guid>
				<title>站区人员: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14102731/#post-5142226</link>
				<description></description>
				<pubDate>Sat, 27 Nov 2021 18:08:49 +0000</pubDate>
				<wikidot:authorName>Dr Talcite</wikidot:authorName>				<wikidot:authorUserId>4951855</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>欢迎——！</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14102731#post-5139797</guid>
				<title>站区人员: </title>
				<link>http://area-cn-02.wikidot.com/forum/t-14102731/#post-5139797</link>
				<description></description>
				<pubDate>Wed, 24 Nov 2021 05:27:31 +0000</pubDate>
				<wikidot:authorName>Fire book</wikidot:authorName>				<wikidot:authorUserId>6830646</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>恭喜第一位0karma成员加入——掌声欢迎Fire book）</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14146916#post-5034129</guid>
				<title>悬停翻转卡片 组件: Issues</title>
				<link>http://area-cn-02.wikidot.com/forum/t-14146916/#post-5034129</link>
				<description></description>
				<pubDate>Fri, 23 Jul 2021 05:53:01 +0000</pubDate>
				<wikidot:authorName>Dr Talcite</wikidot:authorName>				<wikidot:authorUserId>4951855</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <ul> <li>自带的立体边框真实感较差</li> <li>背面文字无法完全居中</li> </ul> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14102731#post-4982127</guid>
				<title>站区人员: 统计帖</title>
				<link>http://area-cn-02.wikidot.com/forum/t-14102731/#post-4982127</link>
				<description></description>
				<pubDate>Tue, 18 May 2021 13:36:51 +0000</pubDate>
				<wikidot:authorName>Dr Talcite</wikidot:authorName>				<wikidot:authorUserId>4951855</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>截至2021/5/18，我们有了五位成员，还都是4karma（</p> <hr /> <p>截至2021/6/26，有一位成员掉到了3karma，队形被打破（什</p> <hr /> <p>截至2021/7/10，已经8人了</p> <hr /> <p>截至2021/11/22，14人 <span style="text-decoration: line-through;">两位数了，好耶</span></p> <hr /> <p>时隔多年没有活跃，最近复健而来</p> <p>截至2024/7/19，有35人了</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://area-cn-02.wikidot.com/forum/t-14046093#post-4949928</guid>
				<title>红头文件 组件: 作者帖</title>
				<link>http://area-cn-02.wikidot.com/forum/t-14046093/#post-4949928</link>
				<description></description>
				<pubDate>Thu, 08 Apr 2021 18:45:08 +0000</pubDate>
				<wikidot:authorName>Dr Talcite</wikidot:authorName>				<wikidot:authorUserId>4951855</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>分割线部分代码有从<span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/dr-hormress" ><img class="small" src="https://www.wikidot.com/avatar.php?userid=4142571&amp;amp;size=small&amp;amp;timestamp=1696954973" alt="Dr Hormress" style="background-image:url(https://www.wikidot.com/userkarma.php?u=4142571)" /></a><a href="http://www.wikidot.com/user:info/dr-hormress" >Dr Hormress</a></span>处借鉴。</p> <p>请分场合使用此组件，以免引起误会。</p> <p>PS：这个组件在Windows端是有特殊字体（宋体+仿宋）的，但移动端一般不显示，因为其系统一般不会默认安装这两个字体</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>