From f35017eedb80e2e21b2e35265803c5ee58da75d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E6=9D=B0?= <3279961720@qq.com>
Date: Wed, 1 Dec 2021 23:12:58 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dome11.css" | 172 +
.../dome11.html" | 241 +
.../jquery-3.6.0.js" | 10881 ++++++++++++++++
3 files changed, 11294 insertions(+)
create mode 100644 "\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.css"
create mode 100644 "\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.html"
create mode 100644 "\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/jquery-3.6.0.js"
diff --git "a/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.css" "b/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.css"
new file mode 100644
index 0000000..2c51835
--- /dev/null
+++ "b/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.css"
@@ -0,0 +1,172 @@
+*{
+ margin: 0;
+ padding: 0;
+}
+body{
+ background-color: antiquewhite;
+}
+header{
+ height: 6vh;
+ max-width: 100%;
+ background: linear-gradient(floralwhite,darkgray);
+ border: 3px solid antiquewhite;
+ border-bottom-color: dodgerblue;
+ display: grid;
+ grid-template-columns:360px 1fr 1fr;
+ overflow:hidden;
+}
+li{
+ list-style-type: none;
+ display: inline;
+ margin: 0 0 0 10px;
+}
+a{
+ color: black;
+ margin: 0 10px 0 0;
+}
+#diva{
+ justify-content:flex-start;
+ display: flex;
+ line-height: 40px;
+ padding: 0 0 0 20px;
+}
+#divb{
+ justify-content:flex-start;
+ display: flex;
+ line-height: 40px;
+ padding: 0 0 0 10px;
+}
+#divc{
+ justify-content:flex-end;
+ display: flex;
+ line-height: 40px;
+ padding: 0 20px 0 0;
+}
+.but{
+ width: 15px;
+ height: 15px;
+ border-radius: 2px;
+}
+.buts{
+ width: 60px;
+ height: 30px;
+}
+.a{
+ border: 2px solid blue;
+ outline-style: solid;
+ outline-color:rgb(25, 215, 240);
+ background: linear-gradient(aquamarine,blue);
+}
+.b{
+ border: 2px solid black;
+ outline-style: solid;
+ outline-color:rgb(84, 85, 85);
+ background: linear-gradient(rgb(162, 164, 165),black);
+}
+.c{
+ border: 2px solid rgb(42, 160, 18);
+ outline-style: solid;
+ outline-color:rgb(153, 238, 153);
+ background: linear-gradient(rgb(130, 241, 127),rgb(69, 192, 69));
+}
+.d{
+ border: 2px solid rgb(105, 85, 22);
+ outline-style: solid;
+ outline-color:rgb(190, 189, 126);
+ background: linear-gradient(rgb(119, 118, 50),rgb(97, 99, 26));
+}
+.e{
+ border: 2px solid rgb(75, 39, 133);
+ outline-style: solid;
+ outline-color:rgb(184, 129, 230);
+ background: linear-gradient(rgb(175, 124, 241),rgb(105, 12, 167));
+}
+.f{
+ border: 2px solid rgb(231, 62, 62);
+ outline-style: solid;
+ outline-color:rgb(235, 135, 135);
+ background: linear-gradient(rgb(229, 130, 130),rgb(230, 58, 58));
+}
+.g{
+ border: 2px solid rgb(44, 158, 105);
+ outline-style: solid;
+ outline-color:rgb(137, 163, 151);
+ background: linear-gradient(rgb(69, 211, 164),rgb(52, 136, 115));
+}
+.h{
+ border: 2px solid rgb(156, 164, 165);
+ outline-style: solid;
+ outline-color:rgb(206, 222, 226);
+ background: linear-gradient(rgb(220, 238, 232),rgb(164, 164, 170));
+}
+main{
+ position: relative;
+ width: 100%;
+}
+article{
+ position: absolute;
+ top: 6vh;
+ left: 60px;
+ right: 60px;
+}
+h1,h3{
+ text-align: center;
+}
+section{
+ padding: 20px 10px 20px 10px;
+ font-weight: bold;
+ letter-spacing: 3px;
+ line-height: 2;
+ font-family: "Cursive";
+}
+section > p{
+ text-indent: 2em;
+}
+@media screen and (max-width: 400px) {
+ header {
+ display: none;
+ }
+ article{
+ position: absolute;
+ top: 6vh;
+ left: 30px;
+ right: 30px;
+ }
+ aside{
+ display: none;
+ position: fixed;
+ padding: 3vh;
+ top: 0px;
+ height: 5vh;
+ width: 100%;
+ background-color:rgb(33, 34, 34) ;
+ display: flex;
+ justify-content:space-between;
+ }
+ footer{
+ display: none;
+ position: fixed;
+ bottom: 0px;
+ height: 150px;
+ width: 100%;
+ background-color: rgb(33, 34, 34);
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-template-rows: 50px 10px 10px ;
+ }
+ footer > div{
+ display: flex;
+ justify-content:space-between;
+ padding: 10px 40px 0 40px;
+ }
+ footer > #footdiv{
+ padding: 10px 40px 0 40px;
+ border-bottom: 1px solid white;
+ }
+ footer > #footdivb{
+ padding: 30px 35px 0 35px;
+ }
+
+}
+
+
\ No newline at end of file
diff --git "a/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.html" "b/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.html"
new file mode 100644
index 0000000..5f0ff33
--- /dev/null
+++ "b/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/dome11.html"
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
选择字号:
+
特大
+
大
+
中
+
小
+
+
+
+
+
+
+ 我的青春恋爱物语果然有问题
+
+ 2年F班 比企谷八幡
+
+ 青春是一场谎言、一种罪恶。
+
+ 歌颂青春者往往欺骗自己与周遭的人。正面看待自身所处环境之一切。
+
+ 就算犯下什么滔天大错,他们也视之为青春的象征,刻划为记忆中的一页。
+
+ 举例来说,若是他们犯下偷窃,参加暴走族等罪行,便说那是「年少轻狂」;如果考试不及格,就辩称学校不是死读书的地方。
+
+ 只要举着青春的大旗,不管再稀松平常的道理还是社会观念,他们都有办法曲解。对他们而言,谎言、秘密、罪过,甚至是失败,都不过是青春的调味料罢了。
+
+ 再者,他们能从那些罪恶、那些失败中找出特殊之处。
+
+ 因此,他们一切的失败都算是青春的一部分。
+
+ 可是,别人的失败不能算是青春,而是单纯的失败。
+
+ 如果说失败是青春的象征,交不到朋友的人,不就处于青春的最高峰吗?
+
+ 然而,他们不会这么认为吧。
+
+ 说穿了,他们只挑对自己有利的解释。
+
+ 那样已经算是欺骗吧?
+
+ 不论是说谎、欺骗、隐瞒还是诈欺,都必须受到谴责。
+
+ 他们是罪恶的。
+
+ 反过来说,不歌颂青春的人才是真正的正义。
+
+ 结论就是:
+
+ 现实充通通给我爆炸吧!
+
+ 第一章 反正比企谷八幡就是一副死鱼眼
+
+ 国文老师平冢静额头冒着青筋,大声念出我的作文。
+
+ 自己听过一遍,才发现文笔还有待琢磨。我觉得自己像是被看穿投机想法的无名作家,以为用些难一点的词汇,便会显得比较聪明。
+
+ 所以,是这篇不成熟的文章害我被叫过来吗?不,当然不是,我对此心知肚明。
+
+ 平冢老师念完作文后,按住额头深深叹一口气。
+
+ 「比企谷啊,你还记得我上课出的作文题目是什么吗?」
+
+ 「……记得,是『高中生活回顾』。」
+
+ 「没错。那你交一张犯罪宣言做什么?你是恐怖分子还是笨蛋?」
+
+ 平冢老师又叹一口气,像是伤透脑筋似地撩起头发。
+
+ 这样说来,「女教师」三个字念成「Onnna-KYOUSHI」,比念成「JYO-KYOUSHI」还来得性感(日文中,前者念法较为强调性别)。
+
+ 一想到这里,我忍不住露出贼笑,下一秒一整叠纸马上敲下来。
+
+ 「给我认真听。」
+
+ 「是。」
+
+ 「你的眼睛很像腐坏的鱼呢。」
+
+ 「DHA很丰富吗?听起来满聪明的。」
+
+ 平冢老师的嘴角微微扬起。
+
+ 「比企谷,这篇乱七八糟的作文是怎么回事?我姑且听听你的借口。」
+
+ 老师狠狠瞪向我。她算得上是美女,此刻视线却非常锐利,简直快让我喘不过气,真是吓死人了。
+
+ 「没、没有啦,偶有好好回顾高中生活啊。最近的高中生不都速这样吗?我并没有写错!」
+
+ 我吓到话都讲得口齿不清,毕竟平常跟人说话都会紧张了,更何况对方是比自己年长的女性。
+
+ 「这种题目是要你们回顾自己的高中生活。」
+
+ 「那请老师事先说明清楚,我一定会乖乖写的。这算是老师出题上的疏失。」
+
+ 「你这小鬼,别耍嘴皮子。」
+
+ 「小鬼?从老师的年龄来看,我的确是小鬼。」
+
+ 这时,一阵风吹过。
+
+ 是拳头。
+
+ 一记直拳毫无预警地挥过来,漂亮地掠过我的脸颊。
+
+ 「下一拳就不会挥空啰。」
+
+ 老师的眼神非常认真。
+
+ 「对不起,我会重写。」
+
+ 我决定表现出自己的歉意与反省。
+
+ 不过,平冢老师似乎不甚满意。糟糕,难道我得下跪道歉吗?我拉直裤管顺平皱褶,弯下右脚准备跪到地上,一举手、一投足都优雅而不拖泥带水。
+
+ 「我并没有生气。」
+
+ 啊……来了,又是这句话。
+
+ 讲这种话的人最麻烦,和「你老实说,我不会生气」一样。但我活到现在,还没见过真的不会生气的人。
+
+ 不过意外的是,平冢老师好像真的没有动怒,至少她没有为了年龄以外的事情不高兴。我伸回弯到一半的右膝,偷偷打量她的神情。
+
+ 平冢老师从胸前快被撑破的口袋里拿出七星烟,在桌上敲打滤嘴,动作像是中年大叔一般。她塞好烟草后,用百圆打火机「喀嚓」一声点燃香烟,再「呼」地吐出烟雾,最后一本正经地看向我。
+
+ 「你没有参加社团活动吧?」
+
+ 「没有。」
+
+ 「……有朋友吗?」
+
+ 她发问时,已经预先做出我没有朋友的前提。
+
+ 「我、我这个人很重视公平原则,所以不想跟特定人物深交!」
+
+ 「也就是说,你没有朋友啰?」
+
+ 「简、简单来说是没有……」
+
+ 听到我这样回答后,平冢老师立刻变得充满干劲。
+
+ 「真的吗?你果然没有朋友!完全被我料中了!一看到你那双死鱼眼,我立刻明白啰!」
+
+ 光看我的眼睛便明白?那就别问了好不好!
+
+ 平冢老师频频点头表示理解,然后又看着我的脸,委婉地问道:
+
+ 「……那么,你有女朋友之类的吗?」
+
+ 「之类」是怎样?如果我说我有男朋友,你打算怎么办?
+
+ 「目前还没有。」
+
+ 我对未来怀抱希望,所以刻意把重音放在「目前」。
+
+ 「喔……」
+
+ 这次老师看着我的眼神好像有点泪光,希望那是被香烟熏到的关系。喂,别这样!不要用充满关爱的温柔眼神看我!
+
+ 话说回来,这到底是怎么一回事?难道她是什么热血教师吗?早晚会骂学生是腐烂的橘子之类的?或是想回去那所「热血校园」任教(按暗指日本以教师为主题的连续剧内容。)若是如此,我倒希望她早点回去。
+
+ 平冢老师寻思一会儿,「呼~~」地吐出一口夹杂叹息的烟。
+ 「好,就这么办,你把作文重写一遍。」
+ 「是。」
+ 果然如此。
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/jquery-3.6.0.js" "b/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/jquery-3.6.0.js"
new file mode 100644
index 0000000..fc6c299
--- /dev/null
+++ "b/\351\202\223\346\235\260/\345\256\242\346\234\215\347\253\257\345\222\214\347\247\273\345\212\250\347\253\257/jquery-3.6.0.js"
@@ -0,0 +1,10881 @@
+/*!
+ * jQuery JavaScript Library v3.6.0
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright OpenJS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2021-03-02T17:08Z
+ */
+( function( global, factory ) {
+
+ "use strict";
+
+ if ( typeof module === "object" && typeof module.exports === "object" ) {
+
+ // For CommonJS and CommonJS-like environments where a proper `window`
+ // is present, execute the factory and get jQuery.
+ // For environments that do not have a `window` with a `document`
+ // (such as Node.js), expose a factory as module.exports.
+ // This accentuates the need for the creation of a real `window`.
+ // e.g. var jQuery = require("jquery")(window);
+ // See ticket #14549 for more info.
+ module.exports = global.document ?
+ factory( global, true ) :
+ function( w ) {
+ if ( !w.document ) {
+ throw new Error( "jQuery requires a window with a document" );
+ }
+ return factory( w );
+ };
+ } else {
+ factory( global );
+ }
+
+// Pass this if window is not defined yet
+} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
+
+// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
+// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
+// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
+// enough that all such attempts are guarded in a try block.
+"use strict";
+
+var arr = [];
+
+var getProto = Object.getPrototypeOf;
+
+var slice = arr.slice;
+
+var flat = arr.flat ? function( array ) {
+ return arr.flat.call( array );
+} : function( array ) {
+ return arr.concat.apply( [], array );
+};
+
+
+var push = arr.push;
+
+var indexOf = arr.indexOf;
+
+var class2type = {};
+
+var toString = class2type.toString;
+
+var hasOwn = class2type.hasOwnProperty;
+
+var fnToString = hasOwn.toString;
+
+var ObjectFunctionString = fnToString.call( Object );
+
+var support = {};
+
+var isFunction = function isFunction( obj ) {
+
+ // Support: Chrome <=57, Firefox <=52
+ // In some browsers, typeof returns "function" for HTML