From 9317427968555d52be08ae4a838dde7d6d743d6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9F=A6=E8=AF=97=E8=AF=97?= <2146499714@qq.com>
Date: Sat, 14 Sep 2024 16:33:30 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=94=E8=AE=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...ul\347\232\204\344\275\277\347\224\250.md" | 39 +++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 "\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md"
diff --git "a/\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md" "b/\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md"
new file mode 100644
index 0000000..a12380d
--- /dev/null
+++ "b/\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md"
@@ -0,0 +1,39 @@
+## 无序列表标签
+实例:
+```
+
+```
+当然,li里还能包含ul,无限嵌套循环
+
+list-style:none 可以去掉li前面的点
+
+#### 如何让每个li为一排?
+可以用float浮动
+
+#### 如何让每个li之间有间隙?
+1. 在li里用特殊符号
+2. 设内边距padding
+3. 设外边距margin
+4. 设图片背景
+
+#### padding,margin的使用
+```
+padding:0px 10px (前面是设上下,后面是设左右)
+padding:10px 10px 10px 10px(分别是上左下右顺序)
+margin同理
+```
+
+## 图片背景
+```
+backgroud: url 设图片地址
+backgroud-size: 设图片大小
+backgroud-position:设图片位置
+backgroud-repwat: 去除平铺
+```
+
+除ul无序标签之外,还有ol有序标签和dl自定义标签
\ No newline at end of file
--
Gitee
From 4c7db683c1058bbb6edaba0b319f5aeb1619fbe4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9F=A6=E8=AF=97=E8=AF=97?= <2146499714@qq.com>
Date: Sun, 15 Sep 2024 19:15:31 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=AC=94=E8=AE=B0+=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...\346\235\241\347\273\203\344\271\240.html" | 97 +++++++++++++++++++
...\345\257\274\350\210\252\346\240\217.html" | 42 ++++++++
...\345\272\246\346\226\260\351\227\273.html" | 70 +++++++++++++
...72\347\241\200\350\257\255\346\263\225.md" | 0
...ul\347\232\204\344\275\277\347\224\250.md" | 0
.../2024-9-4-Git\344\270\212\344\274\240.md" | 0
...45\222\214HTML\345\244\215\344\271\240.md" | 0
...62\347\252\201\351\227\256\351\242\230.md" | 0
8 files changed, 209 insertions(+)
create mode 100644 "\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/01\345\257\274\350\210\252\346\235\241\347\273\203\344\271\240.html"
create mode 100644 "\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/02\345\215\232\345\256\242\345\257\274\350\210\252\346\240\217.html"
create mode 100644 "\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/03\347\231\276\345\272\246\346\226\260\351\227\273.html"
rename "\351\237\246\350\257\227\350\257\227/2024-9-11-\346\226\260\347\211\210HTML\345\237\272\347\241\200\350\257\255\346\263\225.md" => "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-11-\346\226\260\347\211\210HTML\345\237\272\347\241\200\350\257\255\346\263\225.md" (100%)
rename "\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md" => "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md" (100%)
rename "\351\237\246\350\257\227\350\257\227/2024-9-4-Git\344\270\212\344\274\240.md" => "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-4-Git\344\270\212\344\274\240.md" (100%)
rename "\351\237\246\350\257\227\350\257\227/2024-9-5-\345\233\276\345\272\212\345\222\214HTML\345\244\215\344\271\240.md" => "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-5-\345\233\276\345\272\212\345\222\214HTML\345\244\215\344\271\240.md" (100%)
rename "\351\237\246\350\257\227\350\257\227/2024-9-9-\350\247\243\345\206\263\345\206\262\347\252\201\351\227\256\351\242\230.md" => "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-9-\350\247\243\345\206\263\345\206\262\347\252\201\351\227\256\351\242\230.md" (100%)
diff --git "a/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/01\345\257\274\350\210\252\346\235\241\347\273\203\344\271\240.html" "b/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/01\345\257\274\350\210\252\346\235\241\347\273\203\344\271\240.html"
new file mode 100644
index 0000000..707800e
--- /dev/null
+++ "b/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/01\345\257\274\350\210\252\346\235\241\347\273\203\344\271\240.html"
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+ - 商店
+ - Mac
+ - iPad
+ - iPhone
+ - Watch
+ - Vision
+ - AirPods
+ - 家居
+ - 娱乐
+ - 配件
+ - 技术支持
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/02\345\215\232\345\256\242\345\257\274\350\210\252\346\240\217.html" "b/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/02\345\215\232\345\256\242\345\257\274\350\210\252\346\240\217.html"
new file mode 100644
index 0000000..76db563
--- /dev/null
+++ "b/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/02\345\215\232\345\256\242\345\257\274\350\210\252\346\240\217.html"
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+ - 首页
+ - 新闻
+ - 博问
+ - 会员
+ - 闪存
+ - 班级
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/03\347\231\276\345\272\246\346\226\260\351\227\273.html" "b/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/03\347\231\276\345\272\246\346\226\260\351\227\273.html"
new file mode 100644
index 0000000..7ad870d
--- /dev/null
+++ "b/\351\237\246\350\257\227\350\257\227/\344\275\234\344\270\232/03\347\231\276\345\272\246\346\226\260\351\227\273.html"
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\237\246\350\257\227\350\257\227/2024-9-11-\346\226\260\347\211\210HTML\345\237\272\347\241\200\350\257\255\346\263\225.md" "b/\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-11-\346\226\260\347\211\210HTML\345\237\272\347\241\200\350\257\255\346\263\225.md"
similarity index 100%
rename from "\351\237\246\350\257\227\350\257\227/2024-9-11-\346\226\260\347\211\210HTML\345\237\272\347\241\200\350\257\255\346\263\225.md"
rename to "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-11-\346\226\260\347\211\210HTML\345\237\272\347\241\200\350\257\255\346\263\225.md"
diff --git "a/\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md" "b/\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md"
similarity index 100%
rename from "\351\237\246\350\257\227\350\257\227/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md"
rename to "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-14-ul\347\232\204\344\275\277\347\224\250.md"
diff --git "a/\351\237\246\350\257\227\350\257\227/2024-9-4-Git\344\270\212\344\274\240.md" "b/\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-4-Git\344\270\212\344\274\240.md"
similarity index 100%
rename from "\351\237\246\350\257\227\350\257\227/2024-9-4-Git\344\270\212\344\274\240.md"
rename to "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-4-Git\344\270\212\344\274\240.md"
diff --git "a/\351\237\246\350\257\227\350\257\227/2024-9-5-\345\233\276\345\272\212\345\222\214HTML\345\244\215\344\271\240.md" "b/\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-5-\345\233\276\345\272\212\345\222\214HTML\345\244\215\344\271\240.md"
similarity index 100%
rename from "\351\237\246\350\257\227\350\257\227/2024-9-5-\345\233\276\345\272\212\345\222\214HTML\345\244\215\344\271\240.md"
rename to "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-5-\345\233\276\345\272\212\345\222\214HTML\345\244\215\344\271\240.md"
diff --git "a/\351\237\246\350\257\227\350\257\227/2024-9-9-\350\247\243\345\206\263\345\206\262\347\252\201\351\227\256\351\242\230.md" "b/\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-9-\350\247\243\345\206\263\345\206\262\347\252\201\351\227\256\351\242\230.md"
similarity index 100%
rename from "\351\237\246\350\257\227\350\257\227/2024-9-9-\350\247\243\345\206\263\345\206\262\347\252\201\351\227\256\351\242\230.md"
rename to "\351\237\246\350\257\227\350\257\227/\347\254\224\350\256\260/2024-9-9-\350\247\243\345\206\263\345\206\262\347\252\201\351\227\256\351\242\230.md"
--
Gitee