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;