diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.17/demo01.html" "b/\345\220\264\351\233\262\346\263\211/2021.11.17/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..782c10f68f160b498423181f2ffd910dcf35bf90 --- /dev/null +++ "b/\345\220\264\351\233\262\346\263\211/2021.11.17/demo01.html" @@ -0,0 +1,152 @@ + + + + + + Document + + + +
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.18/demo01.html" "b/\345\220\264\351\233\262\346\263\211/2021.11.18/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..e8ac100792347b8728810c8258c27b1490d7740a --- /dev/null +++ "b/\345\220\264\351\233\262\346\263\211/2021.11.18/demo01.html" @@ -0,0 +1,71 @@ + + + + + + Document + + + +

white-space

+
+

white-space: normal

+

连续的空白符会被合并,换行符会被当作空白符来处理。换行在填充「行框盒子(line boxes)」时是必要。

+

Life is full of confusing and disordering Particular time, a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , the life is hard to avoid delicacy and stiffness No enthusiasm forever,No unexpected happening of surprising and pleasing So, only silently ask myself in mind Next happiness, whenwill come?

+
+

white-space: nowrap

+

和 normal 一样,连续的空白符会被合并。但文本内的换行无效。

+

Life is full of confusing and disordering Particular time, a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , the life is hard to avoid delicacy and stiffness No enthusiasm forever,No unexpected happening of surprising and pleasing So, only silently ask myself in mind Next happiness, whenwill come?

+
+

white-space: pre

+

连续的空白符会被保留。在遇到换行符或者"br"元素时才会换行

+

Life is full of confusing and disordering Particular time, +a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , +the life is hard to avoid delicacy and stiffness No enthusiasm forever, +No unexpected happening of surprising and pleasing So, +only silently ask myself in mind Next happiness, whenwill come?

+
+

white-space: pre-wrap

+

连续的空白符会被保留。在遇到换行符或者"br"元素,或者需要为了填充「行框盒子(line boxes)」时才会换行。

+

Life is full of confusing and disordering Particular time, a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , the life is hard to avoid delicacy and stiffness No enthusiasm forever,No unexpected happening of surprising and pleasing So, only silently ask myself in mind Next happiness, whenwill come?

+
+

white-space: pre-line

+

连续的空白符会被合并。在遇到换行符或者"br"元素,或者需要为了填充「行框盒子(line boxes)」时会换行。

+

Life is full of confusing and disordering Particular time, a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , the life is hard to avoid delicacy and stiffness No enthusiasm forever,No unexpected happening of surprising and pleasing So, only silently ask myself in mind Next happiness, whenwill come?

+
+

white-space:break-spaces

+

与 pre-wrap的行为相同,除了: + 1.任何保留的空白序列总是占用空间,包括在行尾。 + 2.每个保留的空格字符后都存在换行机会,包括空格字符之间。 + 3.这样保留的空间占用空间而不会挂起,从而影响盒子的固有尺寸(最小内容大小和最大内容大小)

+

Life is full of confusing and disordering Particular time, a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , the life is hard to avoid delicacy and stiffness No enthusiasm forever,No unexpected happening of surprising and pleasing So, only silently ask myself in mind Next happiness, whenwill come?

+
+

white-space: inherit

+

规定应该从父元素继承 white-space 属性的值。

+

Life is full of confusing and disordering Particular time, a particular location, Do the arranged thing of tenmillion time in the brain, Step by step , the life is hard to avoid delicacy and stiffness No enthusiasm forever,No unexpected happening of surprising and pleasing So, only silently ask myself in mind Next happiness, whenwill come?

+ +
+ + \ No newline at end of file diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.19/demo02.html" "b/\345\220\264\351\233\262\346\263\211/2021.11.19/demo02.html" new file mode 100644 index 0000000000000000000000000000000000000000..3b06250bc2cfd49ceaf47c3bdad5ea98ee752305 --- /dev/null +++ "b/\345\220\264\351\233\262\346\263\211/2021.11.19/demo02.html" @@ -0,0 +1,91 @@ + + + + + + + + +
+
+

R:

+

G:

+

B:

+
+ + + \ No newline at end of file diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/demo01.html" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..29728087d8f8b9c6964c7a0583a717fc24c2bfbe --- /dev/null +++ "b/\345\220\264\351\233\262\346\263\211/2021.11.22/demo01.html" @@ -0,0 +1,42 @@ + + + + + + Document + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/img/1.jpg" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..7dfceb2375b10874eac08547a63a31ab99fc6047 Binary files /dev/null and "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/1.jpg" differ diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/img/2.jpg" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..4066e1510ed9d271a7b4535ebd53941ede1a7022 Binary files /dev/null and "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/2.jpg" differ diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/img/3.jpg" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..0edc98cb21aae5c159a5ce3f3b346c9443366f34 Binary files /dev/null and "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/3.jpg" differ diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/img/4.jpg" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..9b18212afa05f44e2cbd15590241e6c65a05ec46 Binary files /dev/null and "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/4.jpg" differ diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/img/5.jpg" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..686aee005a407b26c4525d986ea0a6d798a56f46 Binary files /dev/null and "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/5.jpg" differ diff --git "a/\345\220\264\351\233\262\346\263\211/2021.11.22/img/6.jpg" "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..9ef31bbf3d7b8e4acd530e1c3b445b6e457a4edb Binary files /dev/null and "b/\345\220\264\351\233\262\346\263\211/2021.11.22/img/6.jpg" differ