+
+
+
+
+
+
+ login
+
+
+
+
+
+ 企业账户注册
+
+ 个人账户注册
+
+
+ 有企业营业执照(含个体工商户)的用户请注册。权益如下:做企业实名认证;作为卖家身份开店;作为买家身份采购。
+ 无企业营业执照的个人用户请注册个人账户。权益如下:做个人实名认证;作为买家身份采购;
+
+
+
了解更多:
+
手机收不到验证码?
+
+
会员账户注册不成功?
+
+
企业账户如何开店?
+
+
会员名如何设置会更好?
+
+
阿里巴巴开店必须要营业执照吗?
+
+
其它问题
+
+
+
+
+
diff --git "a/\345\216\237\345\206\254\346\242\205/SVG.\345\216\237\345\206\254\346\242\205/demo1.html" "b/\345\216\237\345\206\254\346\242\205/SVG.\345\216\237\345\206\254\346\242\205/demo1.html"
new file mode 100644
index 0000000000000000000000000000000000000000..bd5d7a1d2249d9c4def2d48e5a668b86b5cd1bc8
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/SVG.\345\216\237\345\206\254\346\242\205/demo1.html"
@@ -0,0 +1,36 @@
+
+
+
+
+ svg头像
+
+
+
+ svg画人头
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/dmo.html" "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/dmo.html"
new file mode 100644
index 0000000000000000000000000000000000000000..f81ec86d70d8ab7eb9b7f5d0f8dbf3b9340cd673
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/dmo.html"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/dome.js" "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/dome.js"
new file mode 100644
index 0000000000000000000000000000000000000000..1082cf1f0896a9511523f1c937d4e209404ff3cd
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/dome.js"
@@ -0,0 +1,19 @@
+let divb = document.getElementById("divb");
+let rag1 = document.getElementById("rag1");
+let rag2 = document.getElementById("rag2");
+let rag3 = document.getElementById("rag3");
+divb.onclick=function(event){
+ let diva = document.getElementById("diva");
+ let text = document.getElementById("text");
+ let rg1 = parseInt(rag1.value);
+ let rg2 = parseInt(rag2.value);
+ let rg3 = parseInt(rag3.value);
+ let rgb ="RGB("+rg1+","+rg2+","+rg3+")";
+ diva.style.backgroundColor = rgb;
+ text.value = rgb;
+ if(rg1==255 || rg2 ==255 || rg3==255){
+ text.style.color="black";
+ }else{
+ text.style.color="white";
+ }
+}
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/img" "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/img"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/style.css" "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/style.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a7f023f6ad860fe41ce74201e2a0d3f439d2c3fe
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/style.css"
@@ -0,0 +1,41 @@
+*{
+ margin: 0;
+ padding: 0;
+}
+body{
+ background-color: darkgrey;
+}
+#diva{
+ position: absolute;
+ top: 50px;
+ left: 200px;
+ width: calc(100% - 400px);
+ height: 300px;
+ background-color:black;
+}
+#divb{
+ margin: 400px 0 0 300px;
+}
+input{
+ margin: 0 0 0 100px;
+}
+am{
+ margin: 0 70px 0 160px;
+ font-size: 20px;
+}
+#am1{
+ color: red;
+}
+#am2{
+ color: green;
+}
+#am3{
+ color: blue;
+}
+#text{
+ margin: 150px 0 0 40% ;
+ border: none;
+ background-color: transparent;
+ font-size: 20px;
+ color: white;
+}
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/\350\211\262\345\200\274.html" "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/\350\211\262\345\200\274.html"
new file mode 100644
index 0000000000000000000000000000000000000000..48628ca91cd089cbd89dbd3eb4da4032bf0d2c2a
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\200\274\344\270\216\345\215\225\344\275\215\344\275\234\344\270\232.\345\216\237\345\206\254\346\242\205/\350\211\262\345\200\274.html"
@@ -0,0 +1,81 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\244\252\346\236\201\345\233\276/\344\274\232\345\212\250\347\232\204\345\244\252\346\236\201\345\233\276.html" "b/\345\216\237\345\206\254\346\242\205/\345\244\252\346\236\201\345\233\276/\344\274\232\345\212\250\347\232\204\345\244\252\346\236\201\345\233\276.html"
new file mode 100644
index 0000000000000000000000000000000000000000..68d3955957f33482580ad3dbb9ade457cf04960a
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\244\252\346\236\201\345\233\276/\344\274\232\345\212\250\347\232\204\345\244\252\346\236\201\345\233\276.html"
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\244\252\346\236\201\345\233\276/\350\257\276\344\273\266\345\244\252\346\236\201.html" "b/\345\216\237\345\206\254\346\242\205/\345\244\252\346\236\201\345\233\276/\350\257\276\344\273\266\345\244\252\346\236\201.html"
new file mode 100644
index 0000000000000000000000000000000000000000..1a8f226383388f877349051a88a165b05c5a7ead
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\244\252\346\236\201\345\233\276/\350\257\276\344\273\266\345\244\252\346\236\201.html"
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/\347\200\221\345\270\203\346\265\201.html" "b/\345\216\237\345\206\254\346\242\205/\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/\347\200\221\345\270\203\346\265\201.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6175484116e1f9294577536e45157e2b0f61da57
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/\347\200\221\345\270\203\346\265\201.html"
@@ -0,0 +1,47 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/Flexbox\345\261\236\346\200\247\346\225\210\346\236\234.html" "b/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/Flexbox\345\261\236\346\200\247\346\225\210\346\236\234.html"
new file mode 100644
index 0000000000000000000000000000000000000000..2b153a54b1a264eb27e6e80af60603be68b5b4ea
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/Flexbox\345\261\236\346\200\247\346\225\210\346\236\234.html"
@@ -0,0 +1,222 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+ 切换至inline-flex
+
+
+
+
+
+
+ 增加成员
+ 减少成员
+ 增加内联文本
+
+
非内联 flex
+
+
非内联 flex
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/demo1.html" "b/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/demo1.html"
new file mode 100644
index 0000000000000000000000000000000000000000..7e73587de05d20c9bbac3c043413cc7696ca9e9e
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/demo1.html"
@@ -0,0 +1,30 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/flex\347\273\230\345\210\266\347\255\233\345\255\220.html" "b/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/flex\347\273\230\345\210\266\347\255\233\345\255\220.html"
new file mode 100644
index 0000000000000000000000000000000000000000..5adcef27221620181dcecf272afd2db33ad0e90d
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\345\274\271\346\200\247\347\233\222\345\255\220.\345\216\237\345\206\254\346\242\205/flex\347\273\230\345\210\266\347\255\233\345\255\220.html"
@@ -0,0 +1,190 @@
+
+
+
+
+ flex布局实例--骰子
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\347\275\221\347\273\234\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/demo1.html" "b/\345\216\237\345\206\254\346\242\205/\347\275\221\347\273\234\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/demo1.html"
new file mode 100644
index 0000000000000000000000000000000000000000..a58583b6bc6696c72cae24ea4d811ca83e50c3da
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\347\275\221\347\273\234\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/demo1.html"
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
25%
+
25%
+
25%
+
25%
+
50%
+
50%
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\347\275\221\347\273\234\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/wangluobujv.html" "b/\345\216\237\345\206\254\346\242\205/\347\275\221\347\273\234\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/wangluobujv.html"
new file mode 100644
index 0000000000000000000000000000000000000000..43b21609fe0f336d2b40aad986efe8842fbb2eae
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\347\275\221\347\273\234\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/wangluobujv.html"
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
25%
+
25%
+
25%
+
25%
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/letter-spacing.html" "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/letter-spacing.html"
new file mode 100644
index 0000000000000000000000000000000000000000..21b670ae6b070ad49572560eb385aa6879f5c49c
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/letter-spacing.html"
@@ -0,0 +1,35 @@
+
+
+
+
+
+ Document
+
+
+
+
+
letter-spacing是什么?
+
letter-spacing就是文字与文字间的间距,值可以负数,默认值normal
+
兼容性:
+
所有浏览器都支持 letter-spacing 属性。
+
css文字间距测试文字!
+
css文字间距测试文字!
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/white-space.html" "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/white-space.html"
new file mode 100644
index 0000000000000000000000000000000000000000..b9f607aa59113d6ec1ef152a9f95924b95aca2db
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/white-space.html"
@@ -0,0 +1,49 @@
+
+
+
+
+
+ Document
+
+
+
+
+ 定义和用法
+ white-space 属性设置如何处理元素内的空白。
+
+ 这个属性声明建立布局过程中如何处理元素中的空白符。值 pre-wrap 和 pre-line 是 CSS 2.1 中新增的。
+
+ 默认值: normal
+ 继承性: yes
+ 版本: CSS1
+ JavaScript 语法: object.style.whiteSpace="pre"
+ 可能的值
+ 值 描述
+ normal 默认。空白会被浏览器忽略。
+ pre 空白会被浏览器保留。其行为方式类似 HTML 中的
标签。
+ nowrap 文本不会换行,文本会在在同一行上继续,直到遇到
标签为止。
+ pre-wrap 保留空白符序列,但是正常地进行换行。
+ pre-line 合并空白符序列,但是保留换行符。
+ inherit 规定应该从父元素继承 white-space 属性的值。
+
+
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+ 这是一些文本。
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-break.html" "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-break.html"
new file mode 100644
index 0000000000000000000000000000000000000000..52f805584c24a792572ac5579e067f03cea1f979
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-break.html"
@@ -0,0 +1,48 @@
+
+
+
+
+
+ Document
+
+
+
+ 定义和用法
+ word-break 属性规定自动换行的处理方法。
+
+ 提示:通过使用 word-break 属性,可以让浏览器实现在任意位置的换行。
+
+ 默认值: normal
+ 继承性: yes
+ 版本: CSS3
+ JavaScript 语法: object.style.wordBreak="keep-all"
+
+
+ 语法
+ word-break: normal|break-all|keep-all;
+
+
+ 值 描述
+ normal 使用浏览器默认的换行规则。
+ break-all 允许在单词内换行。
+ keep-all 只能在半角空格或连字符处换行。
+ This is a veryveryveryveryveryveryveryveryveryvery long paragraph.
+ This is a veryveryveryveryveryveryveryveryveryvery long paragraph.
+
+ 注释:目前 Opera 不支持 word-break 属性。
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-spacing.html" "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-spacing.html"
new file mode 100644
index 0000000000000000000000000000000000000000..4d7c376c9c6a84cd679d2b59175e1be1e58d4603
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-spacing.html"
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Document
+
+
+
+ word-spacing定义
+ word-spacing 属性增加或减少单词间的空白(即字间隔)。
+
+ 该属性定义元素中字之间插入多少空白符。针对这个属性,“字” 定义为由空白符包围的一个字符串。如果指定为长度值,会调整字之间的通常间隔;所以,normal 就等同于设置为 0。允许指定负长度值,这会让字之间挤得更紧。
+
+ 注释:允许使用负值。
+
+ 默认值: normal
+ 继承性: yes
+ 版本: CSS1
+ JavaScript 语法: object.style.wordSpacing="10px"
+ 提示和注释
+ 注释:CSS 把“字(word)”定义为任何非空白符字符组成的串,并由某种空白字符包围。这个定义没有实际的语义,它只是假设一个文档包含由一个或多个空白字符包围的字。支持 CSS 的用户代理不一定能确定一个给定语言中哪些是合法的字,而哪些不是。尽管这个定义没有多大价值,不过它意味着采用象形文字的语言或非罗马书写体往往无法指定字间隔。
+ 提示:利用这个属性,可能会创建字间隔太宽的文档,所以,使用 word-spacing 时要小心。
+ 可能的值
+
+ 值 描述
+ normal 默认。定义单词间的标准空间。
+ length 定义单词间的固定空间。
+ inherit 规定应该从父元素继承 word-spacing 属性的值。
+
+This is some text. This is some text.
+This is some text. This is some text.
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-wrap.html" "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-wrap.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d3fe8272dde72e9fdad10cd72ce78e511832ee89
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\350\203\214\346\231\257\350\276\271\346\241\206\345\222\214\346\226\207\345\255\227\347\211\271\346\225\210.\345\216\237\345\206\254\346\242\205/word-wrap.html"
@@ -0,0 +1,31 @@
+
+
+
+
+
+ Document
+
+
+
+ 定义和用法
+ word-wrap 属性允许长单词或 URL 地址换行到下一行。
+
+ 默认值: normal
+ 继承性: yes
+ 版本: CSS3
+ JavaScript 语法: object.style.wordWrap="break-word"
+ 语法
+ word-wrap: normal|break-word;
+ 值 描述
+ normal 只在允许的断字点换行(浏览器保持默认处理)。
+ break-word 在长单词或 URL 地址内部进行换行。
+ This paragraph contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\350\275\254\346\215\242\350\277\207\346\270\241\345\222\214\345\212\250\347\224\273.\345\216\237\345\206\254\346\242\205/\344\274\232\345\212\250\347\232\204\346\227\266\351\222\237.html" "b/\345\216\237\345\206\254\346\242\205/\350\275\254\346\215\242\350\277\207\346\270\241\345\222\214\345\212\250\347\224\273.\345\216\237\345\206\254\346\242\205/\344\274\232\345\212\250\347\232\204\346\227\266\351\222\237.html"
new file mode 100644
index 0000000000000000000000000000000000000000..aa752709a9a03515f09a9107c77aa3773b7b1c15
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\350\275\254\346\215\242\350\277\207\346\270\241\345\222\214\345\212\250\347\224\273.\345\216\237\345\206\254\346\242\205/\344\274\232\345\212\250\347\232\204\346\227\266\351\222\237.html"
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/demo1.html" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/demo1.html"
new file mode 100644
index 0000000000000000000000000000000000000000..3118b449fcf97bd8dbe6137c77c7c7a2001a64da
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/demo1.html"
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
第一张:青云危机
+
+
狐歧山上,鬼王万人往在鬼先生的帮助下启动了四灵血阵。但他没有想到的是他自己虽然得到了来自修罗塔的力量,自己去被修罗之力控制了,失去了属于自己的意识。
+
青云山下的空中:苍松与金瓶儿正御剑前往狐歧山,苍松对一脸冷漠的金瓶儿说:“此次我们本是去破坏青云门的天机锁的,为何还要将周围村庄的村民都杀掉?”“我也不知道鬼王是何用意”金瓶儿说,“难道道长动了怜悯之心?”苍松说:“我觉得我们是对付青云门,而不应该滥杀无辜。”“没办法,我们也只是照令行事!我们快回去复命吧!”苍松看了看天空,然后说好吧!于是他们加快了御剑的速度,大约过了一个小时他们发现空中有一个人影,他们都警觉起来了。近了才发现原来是鬼王,他们正准备上前去见过宗主,突然鬼王头上出现一个巨大的血球,他们知道这是四灵血阵所以并没有防备,可他们不知道此时的鬼王已经失去自己的意识了,突然一道血光朝苍松射来。金瓶儿见情况不对,迅速逃离,而苍松被血光射中,掉了下去!金瓶儿逃到安全地方之后,心里就在想为什么宗主会对自己动手,但却怎么也想不通。她转念一想自己不应该参与这场纷争,然后他就去找自己的妹妹小环去了!
+
青云门内一片混乱,魔教这一次的突然入侵,势头之凶猛非任何人可以预料,短短时日之内,正道已然元气大伤,精英十去八九,最可怖的,便是这十中八九的正道精英,竟然是被魔教鬼王宗那不知什么神秘诡异的邪恶术法,尽数迷了心志,反成了鬼王坐下的打手,六亲不认,返身过来对正道道友大肆杀戮。
+
原先正道对着魔教的绝对优势,陡然间乾坤逆转,而鬼王似乎还嫌这不够一般,更大施邪法,竟然将前往青云路中以及青云山山脉附近所有百姓居民尽数都迷惑心志,成了他手下只懂杀戮的凶器,人数已超十万之众,威势之大,竟比当年那一场号称天地巨劫的兽妖之灾,更胜一筹。
+
而青云门这里,不过是青云门本门弟子以及正道中残存的一道友而已,名门派精英已是为之一空,就算是天音寺这等巨擘门阀,此刻也不过来了十几位僧众,其中有方丈普泓上人、普空神僧还有年轻一辈的法相,法善等人,在一众和尚群里,另有一个干枯老僧,沉默寡言,一直站在普泓上人身旁。
+
闻听到天音寺众僧来到,青云门中当即一阵耸动,多少年来,天音寺一向与青云门交好,每当大难,俱是并肩御敌,当下众人纷纷迎出,只是看到天音寺众僧之后,不禁都为之哑然。
+
+
+ 加入书架
+
+
+ 写章评
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/demo.css" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/demo.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a67054a0a030993643b8cbe9f344b34706efa134
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/demo.css"
@@ -0,0 +1,539 @@
+/* Logo 字体 */
+@font-face {
+ font-family: "iconfont logo";
+ src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
+ src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
+}
+
+.logo {
+ font-family: "iconfont logo";
+ font-size: 160px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+/* tabs */
+.nav-tabs {
+ position: relative;
+}
+
+.nav-tabs .nav-more {
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ height: 42px;
+ line-height: 42px;
+ color: #666;
+}
+
+#tabs {
+ border-bottom: 1px solid #eee;
+}
+
+#tabs li {
+ cursor: pointer;
+ width: 100px;
+ height: 40px;
+ line-height: 40px;
+ text-align: center;
+ font-size: 16px;
+ border-bottom: 2px solid transparent;
+ position: relative;
+ z-index: 1;
+ margin-bottom: -1px;
+ color: #666;
+}
+
+
+#tabs .active {
+ border-bottom-color: #f00;
+ color: #222;
+}
+
+.tab-container .content {
+ display: none;
+}
+
+/* 页面布局 */
+.main {
+ padding: 30px 100px;
+ width: 960px;
+ margin: 0 auto;
+}
+
+.main .logo {
+ color: #333;
+ text-align: left;
+ margin-bottom: 30px;
+ line-height: 1;
+ height: 110px;
+ margin-top: -50px;
+ overflow: hidden;
+ *zoom: 1;
+}
+
+.main .logo a {
+ font-size: 160px;
+ color: #333;
+}
+
+.helps {
+ margin-top: 40px;
+}
+
+.helps pre {
+ padding: 20px;
+ margin: 10px 0;
+ border: solid 1px #e7e1cd;
+ background-color: #fffdef;
+ overflow: auto;
+}
+
+.icon_lists {
+ width: 100% !important;
+ overflow: hidden;
+ *zoom: 1;
+}
+
+.icon_lists li {
+ width: 100px;
+ margin-bottom: 10px;
+ margin-right: 20px;
+ text-align: center;
+ list-style: none !important;
+ cursor: default;
+}
+
+.icon_lists li .code-name {
+ line-height: 1.2;
+}
+
+.icon_lists .icon {
+ display: block;
+ height: 100px;
+ line-height: 100px;
+ font-size: 42px;
+ margin: 10px auto;
+ color: #333;
+ -webkit-transition: font-size 0.25s linear, width 0.25s linear;
+ -moz-transition: font-size 0.25s linear, width 0.25s linear;
+ transition: font-size 0.25s linear, width 0.25s linear;
+}
+
+.icon_lists .icon:hover {
+ font-size: 100px;
+}
+
+.icon_lists .svg-icon {
+ /* 通过设置 font-size 来改变图标大小 */
+ width: 1em;
+ /* 图标和文字相邻时,垂直对齐 */
+ vertical-align: -0.15em;
+ /* 通过设置 color 来改变 SVG 的颜色/fill */
+ fill: currentColor;
+ /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
+ normalize.css 中也包含这行 */
+ overflow: hidden;
+}
+
+.icon_lists li .name,
+.icon_lists li .code-name {
+ color: #666;
+}
+
+/* markdown 样式 */
+.markdown {
+ color: #666;
+ font-size: 14px;
+ line-height: 1.8;
+}
+
+.highlight {
+ line-height: 1.5;
+}
+
+.markdown img {
+ vertical-align: middle;
+ max-width: 100%;
+}
+
+.markdown h1 {
+ color: #404040;
+ font-weight: 500;
+ line-height: 40px;
+ margin-bottom: 24px;
+}
+
+.markdown h2,
+.markdown h3,
+.markdown h4,
+.markdown h5,
+.markdown h6 {
+ color: #404040;
+ margin: 1.6em 0 0.6em 0;
+ font-weight: 500;
+ clear: both;
+}
+
+.markdown h1 {
+ font-size: 28px;
+}
+
+.markdown h2 {
+ font-size: 22px;
+}
+
+.markdown h3 {
+ font-size: 16px;
+}
+
+.markdown h4 {
+ font-size: 14px;
+}
+
+.markdown h5 {
+ font-size: 12px;
+}
+
+.markdown h6 {
+ font-size: 12px;
+}
+
+.markdown hr {
+ height: 1px;
+ border: 0;
+ background: #e9e9e9;
+ margin: 16px 0;
+ clear: both;
+}
+
+.markdown p {
+ margin: 1em 0;
+}
+
+.markdown>p,
+.markdown>blockquote,
+.markdown>.highlight,
+.markdown>ol,
+.markdown>ul {
+ width: 80%;
+}
+
+.markdown ul>li {
+ list-style: circle;
+}
+
+.markdown>ul li,
+.markdown blockquote ul>li {
+ margin-left: 20px;
+ padding-left: 4px;
+}
+
+.markdown>ul li p,
+.markdown>ol li p {
+ margin: 0.6em 0;
+}
+
+.markdown ol>li {
+ list-style: decimal;
+}
+
+.markdown>ol li,
+.markdown blockquote ol>li {
+ margin-left: 20px;
+ padding-left: 4px;
+}
+
+.markdown code {
+ margin: 0 3px;
+ padding: 0 5px;
+ background: #eee;
+ border-radius: 3px;
+}
+
+.markdown strong,
+.markdown b {
+ font-weight: 600;
+}
+
+.markdown>table {
+ border-collapse: collapse;
+ border-spacing: 0px;
+ empty-cells: show;
+ border: 1px solid #e9e9e9;
+ width: 95%;
+ margin-bottom: 24px;
+}
+
+.markdown>table th {
+ white-space: nowrap;
+ color: #333;
+ font-weight: 600;
+}
+
+.markdown>table th,
+.markdown>table td {
+ border: 1px solid #e9e9e9;
+ padding: 8px 16px;
+ text-align: left;
+}
+
+.markdown>table th {
+ background: #F7F7F7;
+}
+
+.markdown blockquote {
+ font-size: 90%;
+ color: #999;
+ border-left: 4px solid #e9e9e9;
+ padding-left: 0.8em;
+ margin: 1em 0;
+}
+
+.markdown blockquote p {
+ margin: 0;
+}
+
+.markdown .anchor {
+ opacity: 0;
+ transition: opacity 0.3s ease;
+ margin-left: 8px;
+}
+
+.markdown .waiting {
+ color: #ccc;
+}
+
+.markdown h1:hover .anchor,
+.markdown h2:hover .anchor,
+.markdown h3:hover .anchor,
+.markdown h4:hover .anchor,
+.markdown h5:hover .anchor,
+.markdown h6:hover .anchor {
+ opacity: 1;
+ display: inline-block;
+}
+
+.markdown>br,
+.markdown>p>br {
+ clear: both;
+}
+
+
+.hljs {
+ display: block;
+ background: white;
+ padding: 0.5em;
+ color: #333333;
+ overflow-x: auto;
+}
+
+.hljs-comment,
+.hljs-meta {
+ color: #969896;
+}
+
+.hljs-string,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-strong,
+.hljs-emphasis,
+.hljs-quote {
+ color: #df5000;
+}
+
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-type {
+ color: #a71d5d;
+}
+
+.hljs-literal,
+.hljs-symbol,
+.hljs-bullet,
+.hljs-attribute {
+ color: #0086b3;
+}
+
+.hljs-section,
+.hljs-name {
+ color: #63a35c;
+}
+
+.hljs-tag {
+ color: #333333;
+}
+
+.hljs-title,
+.hljs-attr,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+ color: #795da3;
+}
+
+.hljs-addition {
+ color: #55a532;
+ background-color: #eaffea;
+}
+
+.hljs-deletion {
+ color: #bd2c00;
+ background-color: #ffecec;
+}
+
+.hljs-link {
+ text-decoration: underline;
+}
+
+/* 代码高亮 */
+/* PrismJS 1.15.0
+https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
+/**
+ * prism.js default theme for JavaScript, CSS and HTML
+ * Based on dabblet (http://dabblet.com)
+ * @author Lea Verou
+ */
+code[class*="language-"],
+pre[class*="language-"] {
+ color: black;
+ background: none;
+ text-shadow: 0 1px white;
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+ text-align: left;
+ white-space: pre;
+ word-spacing: normal;
+ word-break: normal;
+ word-wrap: normal;
+ line-height: 1.5;
+
+ -moz-tab-size: 4;
+ -o-tab-size: 4;
+ tab-size: 4;
+
+ -webkit-hyphens: none;
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ hyphens: none;
+}
+
+pre[class*="language-"]::-moz-selection,
+pre[class*="language-"] ::-moz-selection,
+code[class*="language-"]::-moz-selection,
+code[class*="language-"] ::-moz-selection {
+ text-shadow: none;
+ background: #b3d4fc;
+}
+
+pre[class*="language-"]::selection,
+pre[class*="language-"] ::selection,
+code[class*="language-"]::selection,
+code[class*="language-"] ::selection {
+ text-shadow: none;
+ background: #b3d4fc;
+}
+
+@media print {
+
+ code[class*="language-"],
+ pre[class*="language-"] {
+ text-shadow: none;
+ }
+}
+
+/* Code blocks */
+pre[class*="language-"] {
+ padding: 1em;
+ margin: .5em 0;
+ overflow: auto;
+}
+
+:not(pre)>code[class*="language-"],
+pre[class*="language-"] {
+ background: #f5f2f0;
+}
+
+/* Inline code */
+:not(pre)>code[class*="language-"] {
+ padding: .1em;
+ border-radius: .3em;
+ white-space: normal;
+}
+
+.token.comment,
+.token.prolog,
+.token.doctype,
+.token.cdata {
+ color: slategray;
+}
+
+.token.punctuation {
+ color: #999;
+}
+
+.namespace {
+ opacity: .7;
+}
+
+.token.property,
+.token.tag,
+.token.boolean,
+.token.number,
+.token.constant,
+.token.symbol,
+.token.deleted {
+ color: #905;
+}
+
+.token.selector,
+.token.attr-name,
+.token.string,
+.token.char,
+.token.builtin,
+.token.inserted {
+ color: #690;
+}
+
+.token.operator,
+.token.entity,
+.token.url,
+.language-css .token.string,
+.style .token.string {
+ color: #9a6e3a;
+ background: hsla(0, 0%, 100%, .5);
+}
+
+.token.atrule,
+.token.attr-value,
+.token.keyword {
+ color: #07a;
+}
+
+.token.function,
+.token.class-name {
+ color: #DD4A68;
+}
+
+.token.regex,
+.token.important,
+.token.variable {
+ color: #e90;
+}
+
+.token.important,
+.token.bold {
+ font-weight: bold;
+}
+
+.token.italic {
+ font-style: italic;
+}
+
+.token.entity {
+ cursor: help;
+}
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/demo_index.html" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/demo_index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..55c68da04b5ce397b2c347992fd19f74e361f0e6
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/demo_index.html"
@@ -0,0 +1,368 @@
+
+
+
+
+ iconfont Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Unicode
+ - Font class
+ - Symbol
+
+
+
+
+
+
+
+ -
+
+
设置
+ 󰆏
+
+
+ -
+
+
书
+ 
+
+
+ -
+
+
返回图标
+ 
+
+
+ -
+
+
目录
+ 
+
+
+ -
+
+
评论
+ 
+
+
+ -
+
+
评论
+ 
+
+
+ -
+
+
gift
+ 
+
+
+ -
+
+
黑夜模式
+ 
+
+
+
+
+
Unicode 引用
+
+
+
Unicode 是字体在网页端最原始的应用方式,特点是:
+
+ - 支持按字体的方式去动态调整图标大小,颜色等等。
+ - 默认情况下不支持多色,直接添加多色图标会自动去色。
+
+
+ 注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)
+
+
Unicode 使用步骤如下:
+
第一步:拷贝项目下面生成的 @font-face
+
@font-face {
+ font-family: 'iconfont';
+ src: url('iconfont.ttf?t=1638344551006') format('truetype');
+}
+
+
第二步:定义使用 iconfont 的样式
+
.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+
第三步:挑选相应图标并获取字体编码,应用于页面
+
+<span class="iconfont">3</span>
+
+
+ "iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。
+
+
+
+
+
+
+ -
+
+
+ 设置
+
+ .icon-shezhi
+
+
+
+ -
+
+
+ 书
+
+ .icon-shu
+
+
+
+ -
+
+
+ 返回图标
+
+ .icon-fanhuitubiao
+
+
+
+ -
+
+
+ 目录
+
+ .icon-mulu
+
+
+
+ -
+
+
+ 评论
+
+ .icon-pinglun
+
+
+
+ -
+
+
+ 评论
+
+ .icon-pinglun1
+
+
+
+ -
+
+
+ gift
+
+ .icon-gift
+
+
+
+ -
+
+
+ 黑夜模式
+
+ .icon-heiyemoshi
+
+
+
+
+
+
font-class 引用
+
+
+
font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。
+
与 Unicode 使用方式相比,具有如下特点:
+
+ - 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
+ - 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
+
+
使用步骤如下:
+
第一步:引入项目下面生成的 fontclass 代码:
+
<link rel="stylesheet" href="./iconfont.css">
+
+
第二步:挑选相应图标并获取类名,应用于页面:
+
<span class="iconfont icon-xxx"></span>
+
+
+ "
+ iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。
+
+
+
+
+
+
+ -
+
+
设置
+ #icon-shezhi
+
+
+ -
+
+
书
+ #icon-shu
+
+
+ -
+
+
返回图标
+ #icon-fanhuitubiao
+
+
+ -
+
+
目录
+ #icon-mulu
+
+
+ -
+
+
评论
+ #icon-pinglun
+
+
+ -
+
+
评论
+ #icon-pinglun1
+
+
+ -
+
+
gift
+ #icon-gift
+
+
+ -
+
+
黑夜模式
+ #icon-heiyemoshi
+
+
+
+
+
Symbol 引用
+
+
+
这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章
+ 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:
+
+ - 支持多色图标了,不再受单色限制。
+ - 通过一些技巧,支持像字体那样,通过
font-size
, color
来调整样式。
+ - 兼容性较差,支持 IE9+,及现代浏览器。
+ - 浏览器渲染 SVG 的性能一般,还不如 png。
+
+
使用步骤如下:
+
第一步:引入项目下面生成的 symbol 代码:
+
<script src="./iconfont.js"></script>
+
+
第二步:加入通用 CSS 代码(引入一次就行):
+
<style>
+.icon {
+ width: 1em;
+ height: 1em;
+ vertical-align: -0.15em;
+ fill: currentColor;
+ overflow: hidden;
+}
+</style>
+
+
第三步:挑选相应图标并获取类名,应用于页面:
+
<svg class="icon" aria-hidden="true">
+ <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+
+
+
+
+
+
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.css" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.css"
new file mode 100644
index 0000000000000000000000000000000000000000..ba9403c55b67e3c46a98fdf667cb8ff3e737ebe3
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.css"
@@ -0,0 +1,45 @@
+@font-face {
+ font-family: "iconfont"; /* Project id */
+ src: url('iconfont.ttf?t=1638344551006') format('truetype');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-shezhi:before {
+ content: "\f018f";
+}
+
+.icon-shu:before {
+ content: "\e625";
+}
+
+.icon-fanhuitubiao:before {
+ content: "\e62e";
+}
+
+.icon-mulu:before {
+ content: "\e890";
+}
+
+.icon-pinglun:before {
+ content: "\e663";
+}
+
+.icon-pinglun1:before {
+ content: "\e67e";
+}
+
+.icon-gift:before {
+ content: "\e6f9";
+}
+
+.icon-heiyemoshi:before {
+ content: "\e76b";
+}
+
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.js" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.js"
new file mode 100644
index 0000000000000000000000000000000000000000..416bd584884925c88e56c710a1ad03b7d076864d
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.js"
@@ -0,0 +1 @@
+!function(t){var e,a,o,n,h,i='',l=(l=document.getElementsByTagName("script"))[l.length-1].getAttribute("data-injectcss"),c=function(t,e){e.parentNode.insertBefore(t,e)};if(l&&!t.__iconfont__svg__cssinject__){t.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(t){console&&console.log(t)}}function d(){h||(h=!0,o())}function s(){try{n.documentElement.doScroll("left")}catch(t){return void setTimeout(s,50)}d()}e=function(){var t,e;(e=document.createElement("div")).innerHTML=i,i=null,(t=e.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",e=t,(t=document.body).firstChild?c(e,t.firstChild):t.appendChild(e))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(e,0):(a=function(){document.removeEventListener("DOMContentLoaded",a,!1),e()},document.addEventListener("DOMContentLoaded",a,!1)):document.attachEvent&&(o=e,n=t.document,h=!1,s(),n.onreadystatechange=function(){"complete"==n.readyState&&(n.onreadystatechange=null,d())})}(window);
\ No newline at end of file
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.json" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.json"
new file mode 100644
index 0000000000000000000000000000000000000000..e603b3844fc94a0d81b9bd1e77dbd6063e2f85d0
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.json"
@@ -0,0 +1,65 @@
+{
+ "id": "",
+ "name": "",
+ "font_family": "iconfont",
+ "css_prefix_text": "icon-",
+ "description": "",
+ "glyphs": [
+ {
+ "icon_id": "162882",
+ "name": "设置",
+ "font_class": "shezhi",
+ "unicode": "f018f",
+ "unicode_decimal": 983439
+ },
+ {
+ "icon_id": "648782",
+ "name": "书",
+ "font_class": "shu",
+ "unicode": "e625",
+ "unicode_decimal": 58917
+ },
+ {
+ "icon_id": "1114665",
+ "name": "返回图标",
+ "font_class": "fanhuitubiao",
+ "unicode": "e62e",
+ "unicode_decimal": 58926
+ },
+ {
+ "icon_id": "2076262",
+ "name": "目录",
+ "font_class": "mulu",
+ "unicode": "e890",
+ "unicode_decimal": 59536
+ },
+ {
+ "icon_id": "3851368",
+ "name": "评论",
+ "font_class": "pinglun",
+ "unicode": "e663",
+ "unicode_decimal": 58979
+ },
+ {
+ "icon_id": "6660767",
+ "name": "评论",
+ "font_class": "pinglun1",
+ "unicode": "e67e",
+ "unicode_decimal": 59006
+ },
+ {
+ "icon_id": "11474278",
+ "name": "gift",
+ "font_class": "gift",
+ "unicode": "e6f9",
+ "unicode_decimal": 59129
+ },
+ {
+ "icon_id": "22903748",
+ "name": "黑夜模式",
+ "font_class": "heiyemoshi",
+ "unicode": "e76b",
+ "unicode_decimal": 59243
+ }
+ ]
+}
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.ttf" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.ttf"
new file mode 100644
index 0000000000000000000000000000000000000000..66564c41d9835e62be57c7a4b97011e50e1fd4ff
Binary files /dev/null and "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/font_cws0liuz66/iconfont.ttf" differ
diff --git "a/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/jQuery.min .js" "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/jQuery.min .js"
new file mode 100644
index 0000000000000000000000000000000000000000..200b54e470a5d67925b91e87f4e769191a9f8c16
--- /dev/null
+++ "b/\345\216\237\345\206\254\346\242\205/\351\230\205\350\257\273\347\275\221\347\253\231\351\241\265\351\235\242\345\270\203\345\261\200.\345\216\237\345\206\254\346\242\205/jQuery.min .js"
@@ -0,0 +1,2 @@
+/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file