diff --git a/website/css/style.css b/website/css/style.css index 97e8b2b..8e4293a 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -214,6 +214,7 @@ p { } .mb-3 { width: 400px; + position: relative; } .form-control { background: rgba(187, 192, 212, 0.1); @@ -241,6 +242,120 @@ p { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } +.pc-footer { + height: 334px; + background: #303955; +} +.pc-footer-menu { + margin-top: 70px; + margin-bottom: 46px; +} +.pc-footer-menu li { + display: inline-block; + width: 126px; + text-align: center; + color: #d9d9d9; + line-height: 12px; + font-size: 12px; + margin: 0 !important; +} +.pc-footer-contact li { + display: inline-block; + width: 66px; + text-align: center; + cursor: pointer; + margin: 0 !important; + position: relative; + opacity: 1 !important; +} +.pc-footer-contact li:hover .qr-code-container { + display: block; +} + +.contact-us:hover { + color: #50597d; +} +.contact-us:hover + .qr-code-container { + display: block; + right: 0; + left: initial; + top: 80px; +} +.qr-code-container { + display: none; + position: absolute; + width: 260px; + height: 268px; + background: #ffffff; + box-shadow: 0px 0px 9px 0px rgba(187, 192, 212, 0.5); + border-radius: 8px; + bottom: 70px; + left: 0; + margin-left: -100px; + padding: 13px; +} +.qr-code-container .icon-qr-code { + width: 100%; + height: 100%; +} +.bottom-center-arrow { + background: #ffffff; + /* border: 3px solid #bbc0d480; */ +} +.bottom-center-arrow:after, +.bottom-center-arrow:before { + top: 100%; + left: 50%; + border: solid transparent; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + margin-left: -14px; +} +.bottom-center-arrow:after { + border-color: rgba(136, 183, 213, 0); + border-top-color: #ffffff; + border-width: 14px; +} +.bottom-center-arrow:before { + border-color: rgba(194, 225, 245, 0); + border-top-color: #bbc0d480; + border-width: 14px; + margin-left: -14px; +} +.bottom-top-arrow { + background: #ffffff; + border: 1px solid #bbc0d480; +} +.bottom-top-arrow:after, +.bottom-top-arrow:before { + bottom: 100%; + left: 50%; + border: solid transparent; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.bottom-top-arrow:after { + border-color: rgba(136, 183, 213, 0); + border-bottom-color: #ffffff; + border-width: 12px; + margin-left: -12px; +} +.bottom-top-arrow:before { + border-color: rgba(194, 225, 245, 0); + border-bottom-color: #bbc0d480; + border-width: 14px; + margin-left: -14px; +} +.pc-footer-contact-info { + margin-top: 44px; + margin-bottom: 74px; +} .default-outline-btn:hover { -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); @@ -1074,6 +1189,9 @@ p { -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15); box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15); } +.no-shadow { + box-shadow: none !important; +} .services-icon span { position: relative; display: inline-block; diff --git a/website/img/chat@3x.png b/website/img/chat@3x.png new file mode 100644 index 0000000..d321144 Binary files /dev/null and b/website/img/chat@3x.png differ diff --git a/website/img/github.png b/website/img/github.png index d42f354..dfcf462 100644 Binary files a/website/img/github.png and b/website/img/github.png differ diff --git a/website/img/github@2x.png b/website/img/github@2x.png index daa807e..d3d91ae 100644 Binary files a/website/img/github@2x.png and b/website/img/github@2x.png differ diff --git a/website/img/github@3x.png b/website/img/github@3x.png new file mode 100644 index 0000000..c0a2c66 Binary files /dev/null and b/website/img/github@3x.png differ diff --git a/website/img/pad@3x.png b/website/img/pad@3x.png new file mode 100644 index 0000000..83d0db2 Binary files /dev/null and b/website/img/pad@3x.png differ diff --git a/website/img/pc@3x.png b/website/img/pc@3x.png new file mode 100644 index 0000000..483a448 Binary files /dev/null and b/website/img/pc@3x.png differ diff --git a/website/img/phone 2@3x.png b/website/img/phone 2@3x.png new file mode 100644 index 0000000..aab7216 Binary files /dev/null and b/website/img/phone 2@3x.png differ diff --git a/website/img/phone@3x.png b/website/img/phone@3x.png new file mode 100644 index 0000000..bd35bf9 Binary files /dev/null and b/website/img/phone@3x.png differ diff --git a/website/img/qq.png b/website/img/qq.png index ee5a747..b05254b 100644 Binary files a/website/img/qq.png and b/website/img/qq.png differ diff --git a/website/img/qq@2x.png b/website/img/qq@2x.png index ec640cb..466593b 100644 Binary files a/website/img/qq@2x.png and b/website/img/qq@2x.png differ diff --git a/website/img/qq@3x.png b/website/img/qq@3x.png new file mode 100644 index 0000000..0d1c294 Binary files /dev/null and b/website/img/qq@3x.png differ diff --git a/website/img/qtqd_code.png b/website/img/qtqd_code.png new file mode 100644 index 0000000..f2907c8 Binary files /dev/null and b/website/img/qtqd_code.png differ diff --git a/website/img/wechat.png b/website/img/wechat.png index f5ac3bb..71138b7 100644 Binary files a/website/img/wechat.png and b/website/img/wechat.png differ diff --git a/website/img/wechat@2x.png b/website/img/wechat@2x.png index 64ddf6c..5e7cbb6 100644 Binary files a/website/img/wechat@2x.png and b/website/img/wechat@2x.png differ diff --git a/website/img/wechat@3x.png b/website/img/wechat@3x.png new file mode 100644 index 0000000..8368c21 Binary files /dev/null and b/website/img/wechat@3x.png differ diff --git a/website/img/zhi.png b/website/img/zhi.png index b53d803..9112724 100644 Binary files a/website/img/zhi.png and b/website/img/zhi.png differ diff --git a/website/img/zhi@2x.png b/website/img/zhi@2x.png index 0b5aa36..45abe93 100644 Binary files a/website/img/zhi@2x.png and b/website/img/zhi@2x.png differ diff --git a/website/img/zhi@3x.png b/website/img/zhi@3x.png new file mode 100644 index 0000000..85594c1 Binary files /dev/null and b/website/img/zhi@3x.png differ diff --git a/website/img/所见即所得@3x.png b/website/img/所见即所得@3x.png new file mode 100644 index 0000000..e0aa7aa Binary files /dev/null and b/website/img/所见即所得@3x.png differ diff --git a/website/index.html b/website/index.html index c9b4781..383ff9c 100644 --- a/website/index.html +++ b/website/index.html @@ -99,7 +99,7 @@