diff --git a/src/assets/icons/googleplus.svg b/src/assets/icons/googleplus.svg deleted file mode 100644 index 6ccef346..00000000 --- a/src/assets/icons/googleplus.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/assets/icons/green-heart.svg b/src/assets/icons/green-heart.svg deleted file mode 100644 index 396243c0..00000000 --- a/src/assets/icons/green-heart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/assets/icons/pinterest.svg b/src/assets/icons/pinterest.svg deleted file mode 100644 index 574aafde..00000000 --- a/src/assets/icons/pinterest.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/assets/icons/switch-lang.svg b/src/assets/icons/switch-lang.svg deleted file mode 100644 index fd954da1..00000000 --- a/src/assets/icons/switch-lang.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index bd4d6f41..3efabc23 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -235,17 +235,27 @@ input:-ms-input-placeholder { } .mb-normal { - margin-bottom: 15px; + margin-bottom: 1.8rem; } -#post-page #waline .vbtn { - display: none; -} -#post-page #waline .primary { - display: block; -} -#post-page #waline .v { - padding: 15px 20px; +#post-page #waline { + width: 100%; + min-width: 30rem; + .vbtn { + display: none; + } + .primary { + display: block; + } + .v { + padding: 15px 20px; + } + .v[data-class='v'] blockquote { + border-left-width: 4px; + p { + color: $silver-grey; + } + } } /* ----------------------title font define---------------------- Start*/ diff --git a/src/components/linksList/LinkItem.vue b/src/components/linksList/LinkItem.vue index 4ca95ba1..328466ef 100644 --- a/src/components/linksList/LinkItem.vue +++ b/src/components/linksList/LinkItem.vue @@ -27,7 +27,7 @@ -

+

{{ iitem }} - + >{{ iitem }}
{{ item.abstract || $util.interceptString(item.desc) }} @@ -377,6 +377,7 @@ export default { .content { margin: 5px; .title { + margin-bottom: 2rem; .title-link { font-size: 1.8rem; font-weight: 600; @@ -403,7 +404,7 @@ export default { .link-review { margin: 15px 0; color: $black-grey; - line-height: 1.8rem; + line-height: 1.6; strong { font-weight: 700; color: $link-title; @@ -476,7 +477,7 @@ export default { } .tag + .tag { &:before { - margin: 0 0.3em; + margin: 0 0.4em; content: '/'; color: $silver-grey; } diff --git a/src/locales/zh.js b/src/locales/zh.js index fef7bbb2..3acac8a6 100644 --- a/src/locales/zh.js +++ b/src/locales/zh.js @@ -23,7 +23,7 @@ export default { reviewStr: '推荐语:', warmReminder: '温馨提示', niceLinksStr: '倾城之链', - searchYourWant: '搜您想要', + searchYourWant: '虎年大吉,搜您想要', all: '全部', skill: '技术客栈', diff --git a/src/partials/HeaderNav.vue b/src/partials/HeaderNav.vue index e0255362..248b380a 100644 --- a/src/partials/HeaderNav.vue +++ b/src/partials/HeaderNav.vue @@ -504,7 +504,7 @@ export default { .search-area { display: block; position: absolute; - right: 210px; + right: 21.13rem; .el-autocomplete { .el-input { font-size: $font-medium;