diff --git a/src/assets/images/footer-bg.png b/src/assets/images/footer-bg.png new file mode 100644 index 0000000..b23d3f3 Binary files /dev/null and b/src/assets/images/footer-bg.png differ diff --git a/src/layouts/footer/index.vue b/src/layouts/footer/index.vue index 2735695..b9c06b7 100644 --- a/src/layouts/footer/index.vue +++ b/src/layouts/footer/index.vue @@ -129,8 +129,6 @@ export default { typeId: '', isSort: 1 }).then(({ data }) => { - - console.log("πŸš€ ~ file: index.vue:177 ~ this.$post ~ json:", window.innerWidth) this.columns = data.slice(0, 5) }).catch(err => { }) }, @@ -221,6 +219,7 @@ export default { color: #fff; background-color: #091733; overflow: hidden; + background: rgba(0, 5, 12, .8) url(../../assets/images/footer-bg.png) no-repeat; .info { display: flex; diff --git a/src/pages/column/result.vue b/src/pages/column/result.vue index e23a23f..974ec3c 100644 --- a/src/pages/column/result.vue +++ b/src/pages/column/result.vue @@ -3,29 +3,22 @@
-

{{ $i18n.locale === 'en' ? `Search results containing "${ title }"` : `εŒ…ε« β€œ${ title }” ηš„ζœη΄’η»“ζžœ` }}

+

{{ $i18n.locale === 'en' ? `Search results containing "${title}"` : `εŒ…ε« β€œ${title}” ηš„ζœη΄’η»“ζžœ` + }}

-
@@ -150,179 +145,212 @@ export default { \ No newline at end of file diff --git a/src/styles/page/page.scss b/src/styles/page/page.scss index 5a5c451..1076da4 100644 --- a/src/styles/page/page.scss +++ b/src/styles/page/page.scss @@ -2,32 +2,29 @@ .block { padding: 118px 0; .b-title { - position: relative; - margin-bottom: 50px; - font-size: 3rem; - font-family: SFProDisplay-Bold, SFProDisplay; - font-weight: bold; - color: #333333; - line-height: 60px; - text-align: center; - color: #1f1f1f; - &:after { - content: ''; - position: absolute; - top: 70px; - left: 50%; - width: 136px; - height: 4px; - transform: translateX(-50%); - background: #1583ff; - } + z-index: 1; + position: relative; + margin-bottom: 37px; + font-size: 30px; + text-align: center; + color: #0b1d30; + + &:after { + content: ''; + position: absolute; + bottom: -10px; + left: 50%; + width: 30px; + height: 4px; + transform: translate(-50%); + background-color: #006eff; + } } .intro { - margin-bottom: 80px; - font-size: 1.6rem; + margin: -10px 0 40px; + font-size: 18px; text-align: center; - color: #5b5b5e; - line-height: 40px; + color: #5a6b7e; @include mul-ellipsis(2); } } @@ -205,6 +202,14 @@ } } } + .block { + .b-title { + font-size: 24px; + } + .intro { + font-size: 16px; + } + } } @media (max-width: 480px) { .wrap {