From b0b62113af606aa2b2fdba840103c926ac12c4f3 Mon Sep 17 00:00:00 2001 From: charl-u <1500274917@qq.com> Date: Mon, 7 Nov 2022 12:43:36 +0800 Subject: [PATCH] =?UTF-8?q?20221107=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhangyan1/Blog/index.css | 118 + zhangyan1/Blog/index.html | 86 + zhangyan1/Blog/login.css | 42 + zhangyan1/Blog/login.html | 25 + zhangyan1/Calculator/cal.css | 77 + zhangyan1/Calculator/cal.html | 301 + zhangyan1/Puzzle8/jquery-3.6.1.js | 10909 ++++++++++++++++++++++++++++ zhangyan1/Puzzle8/puzzle.css | 42 + zhangyan1/Puzzle8/puzzle.html | 153 + zhangyan1/base.md | 41 + 10 files changed, 11794 insertions(+) create mode 100644 zhangyan1/Blog/index.css create mode 100644 zhangyan1/Blog/index.html create mode 100644 zhangyan1/Blog/login.css create mode 100644 zhangyan1/Blog/login.html create mode 100644 zhangyan1/Calculator/cal.css create mode 100644 zhangyan1/Calculator/cal.html create mode 100644 zhangyan1/Puzzle8/jquery-3.6.1.js create mode 100644 zhangyan1/Puzzle8/puzzle.css create mode 100644 zhangyan1/Puzzle8/puzzle.html create mode 100644 zhangyan1/base.md diff --git a/zhangyan1/Blog/index.css b/zhangyan1/Blog/index.css new file mode 100644 index 0000000..199aa21 --- /dev/null +++ b/zhangyan1/Blog/index.css @@ -0,0 +1,118 @@ + +header{ + background-color: rgb(203, 153, 160); + color: white; + font-size: 20px; + padding:3px; +} +nav{ + position: relative; +} +h3{ + padding-left: 5px; +} + +ul{ + height: 40px; + line-height: 40px; + background-color: rgb(245, 243, 238); + + display: block; + margin: 0; + padding: 0; + overflow: hidden; + list-style-type: none; + position: sticky; + position: -webkit-sticky; + top: 0; +} +li{float: left;} +a{ + display:block; + margin: 0; + font-size: 16px; + text-decoration: none; + text-align: center; + padding-left: 40px; + padding-right: 40px; + color: rgb(227, 144, 156); + +} +a:hover{ + background-color: rgb(203, 153, 160); + color: white; +} + + +div.main{ + margin-top: 15px; +} + +div.pi{ + float: left; + width: 23%; + height: 1000px; + background-color: lightgrey; +} + + +section{ + float: right; + width: 70%; + background-color:rgb(246, 238, 239) ; + padding: 15px; + padding-left: 0; + margin: 15px; + + border-radius: 15px; +} +section.more{ + display: none; +} +button{ + left: 500px; + position: relative; + background-color:rgb(203, 153, 160); + color: white; + border: none; + font-size: 16px; + text-align: center; + border-radius: 3px; + opacity: 0.6; + transition: 0.3s; + display: inline-block; + text-decoration: none; + cursor: pointer; +} +button:hover {opacity: 1} +h2{ + margin:0; + padding-left: 15px; + border-left: 5px pink; + border-left-style: solid; + color: rgb(61, 61, 61); +} +p{ + padding-left: 15px; + color: rgb(86, 86, 86); +} +div.artfoot{ + width: 96%; + display: inline; + text-align: right; + color: darkgrey; + font-size: 10px; +} +div.name{ + display: inline; + text-align: right; +} +div.time{ + display: inline; + text-align: right; +} + +footer{ + text-align: center; + clear: both; +} \ No newline at end of file diff --git a/zhangyan1/Blog/index.html b/zhangyan1/Blog/index.html new file mode 100644 index 0000000..75ea61a --- /dev/null +++ b/zhangyan1/Blog/index.html @@ -0,0 +1,86 @@ + + + + + + + Document + + + + +
+

Zhang Yan's Blog

+
+ +
+
+

个人简介

+

这是个人简介....

+
+
+

文章1

+

文章的内容...

+
+
@Yan
+
2022-10-13
+
+
+
+

文章2

+

文章的内容...

+
+
@Yan
+
2022-10-14
+
+
+
+

文章3

+

文章的内容...

+
+
@Yan
+
2022-10-15
+
+
+ +
+

文章4

+

文章的内容...

+
+
@Yan
+
2022-10-15
+
+
+
+

文章5

+

文章的内容...

+
+
@Yan
+
2022-10-16
+
+
+
+