From febce0c79e775ee412d69a184363b1dac7d03539 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 18 May 2020 17:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/shenma-site-verification.txt | 1 - src/components/Qrcode.css | 6 +++++- src/components/app/PartMore.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 public/shenma-site-verification.txt diff --git a/public/shenma-site-verification.txt b/public/shenma-site-verification.txt deleted file mode 100644 index 929a411..0000000 --- a/public/shenma-site-verification.txt +++ /dev/null @@ -1 +0,0 @@ -shenma-site-verification:d4fbd6b4291052fe30f66a678aff6481_1589553349 \ No newline at end of file diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 31a77e0..0e70bb3 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -495,9 +495,13 @@ a:hover { } .Qr-article h2 { + word-break: break-all; + word-wrap: break-word; font-size: 18px; - line-height: 2.5em; + line-height: 1.7em; letter-spacing: 0.05em; + margin-top: 1.5em; + margin-bottom: 1.5em; } @media (min-width: 500px) { diff --git a/src/components/app/PartMore.js b/src/components/app/PartMore.js index ff2a7bf..0eafec8 100644 --- a/src/components/app/PartMore.js +++ b/src/components/app/PartMore.js @@ -9,7 +9,7 @@ const PartMore = () => (

更多

为什么要做一个二维码生成器?

-

看这里,我写的 文章

+

看这里,这篇文章 简要介绍了我们的初心与愿景。

这个生成器的特别之处在哪里?

普通的二维码样式单一,不能与环境较好的融合。这一个生成器有着 丰富的参数化样式、基于 SVG 的二维码生成能力,在为我们提供精美样式的同时,不限制参数如数值、颜色、背景图片的选择,又因 SVG 有较好的拓展性,可以完美兼容矢量制图流程。

如何使用?