From 7b3a6e7f3fef288de71b54077d854dbedf57b8c2 Mon Sep 17 00:00:00 2001 From: haole Date: Fri, 20 Aug 2021 18:47:08 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=A1=88=E4=BE=8B=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 11 +++++++++++ style/index.css | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/index.html b/index.html index a7d0513..280b22c 100644 --- a/index.html +++ b/index.html @@ -113,6 +113,17 @@

+
+

使用案例

+

1. 使用别称查询:

+

姥姥的爸爸的老窦; 娘子的爹地的母亲; 岳丈的妈咪;

+

2. 使用合称查询:

+

舅舅的孙辈; 爸爸的祖父母; 姑妈的兄弟姐妹;

+

4. 大小数字混合查询:

+

儿子的大舅的二姑妈的七舅姥爷;

+

3. 不限制方向祖辈孙辈跨度,反复查询:

+

舅妈的婆婆的外甥的姨妈的侄子的爷爷;

+

Follow @mumuy Star

diff --git a/style/index.css b/style/index.css index 18d2421..014c450 100644 --- a/style/index.css +++ b/style/index.css @@ -130,6 +130,27 @@ a:hover{ .mod-panel .copy p{ line-height: 24px; } +.mod-panel .intro{ + padding: 15px 20px; + margin-bottom: 15px; + background: #f5f5f6; + border-radius: 6px; +} +.mod-panel .intro h3{ + margin-bottom: 10px; + font-size: 16px; + font-weight: bold; +} +.mod-panel .intro p{ + line-height: 22px; +} +.mod-panel .intro p.q{ + font-weight: bold; +} +.mod-panel .intro p.a{ + margin-bottom: 10px; + color: #666; +} .mod-qrcode{ position: fixed;