diff --git a/package.json b/package.json index 866f4126..5cc8e9e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicelinks-vue-client", - "version": "2.17.0", + "version": "2.18.1", "description": "A nice website for assembling nice links created using Vue.js", "author": "jeffjade ", "private": true, @@ -139,4 +139,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file diff --git a/src/components/Elevator.vue b/src/components/Elevator.vue index f7d7a453..25cfd586 100644 --- a/src/components/Elevator.vue +++ b/src/components/Elevator.vue @@ -3,20 +3,14 @@
- 晚晴幽草轩-公众号 + 晚晴幽草轩-公众号 晚晴幽草轩 微信扫码关注
- 倾城之链-小程序 + alt="倾城之链-小程序" /> 倾城之链 微信扫码体验
@@ -25,25 +19,11 @@
- 投稿 + 投稿 - 反馈 + 反馈 @@ -99,6 +79,7 @@ $factor: 1rem; margin: 1rem 0; outline: none; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1); + &:hover { cursor: pointer; animation: jelly 0.5s; @@ -108,11 +89,13 @@ $factor: 1rem; .tooltip { position: relative; display: inline-block; + &:hover { .pannel { visibility: visible; } } + .pannel { position: absolute; bottom: -9.25 * $factor; @@ -129,6 +112,7 @@ $factor: 1rem; height: 26 * $factor; padding: 2 * $factor; border-radius: 2 * $factor; + &:before { content: ''; position: absolute; @@ -140,6 +124,7 @@ $factor: 1rem; border-left: $factor solid $white; border-bottom: $factor solid transparent; } + .item { display: flex; flex-direction: column; @@ -147,36 +132,45 @@ $factor: 1rem; align-items: center; width: 18 * $factor; height: 100%; + .qrcode { width: 16 * $factor; height: 16 * $factor; + aspect-ratio: 1 / 1; } + .text { font-size: 1.6 * $factor; color: $common-link; } } } + .connect { .qrcode { - width: 3 * $factor !important; - height: 3 * $factor !important; + width: 3 * $factor !important; + height: 3 * $factor !important; margin: 0 auto; transform: scale(1); } } } + @keyframes jelly { + 0%, 100% { transform: scale(1, 1); } + 25% { transform: scale(0.9, 1.1); } + 50% { transform: scale(1.1, 0.9); } + 75% { transform: scale(0.95, 1.05); } diff --git a/src/components/Waline.vue b/src/components/Waline.vue index 1857490b..f82f55d4 100644 --- a/src/components/Waline.vue +++ b/src/components/Waline.vue @@ -46,7 +46,7 @@ export default { label, input { - font-size: 1.4rem; + font-size: 1.2rem; } } @@ -63,7 +63,12 @@ export default { .wl-content, .wl-count, .wl-empty { - font-size: 1.4rem; + font-size: 1.2rem; + } + + .wl-action:nth-child(1), + .wl-action:nth-child(3) { + display: none; } .vbtn { diff --git a/src/components/linksList/LinkItem.vue b/src/components/linksList/LinkItem.vue index ef218b18..89915486 100644 --- a/src/components/linksList/LinkItem.vue +++ b/src/components/linksList/LinkItem.vue @@ -507,13 +507,14 @@ export default { @include flex-box-center(row, start, center); .avatar { + position: relative; float: left; - border-radius: 50%; - height: 6rem; width: 6rem; + height: 6rem; + border-radius: 50%; box-shadow: 0px 10px 30px 0px rgba(0, 64, 128, 0.1); - position: relative; margin: 0; + aspect-ratio: 1 / 1; } .user-info { diff --git a/src/components/sidebar/AdsPosition.vue b/src/components/sidebar/AdsPosition.vue index 9405b5d2..17fe2fa2 100644 --- a/src/components/sidebar/AdsPosition.vue +++ b/src/components/sidebar/AdsPosition.vue @@ -1,16 +1,10 @@