-
![]()
+
- 2022新款Apple/苹果iPhone 14 Plus手机6.7
+ {{ item.note_card.display_title }}
-
![]()
+
一二三

-
12312
+
{{ item.note_card.interact_info.liked_count }}
@@ -33,9 +35,1367 @@
@@ -73,7 +1420,7 @@ onMounted(() => {
background: rgb(21, 23, 36);
.Scroll {
- height: calc(100vh - @header-height - @footer-height) !important;
+ height: calc(var(--vh, 1vh) * 100 - @header-height - @footer-height) !important;
}
@p: 1rem;
diff --git a/src/pages/home/slide/LongVideo.vue b/src/pages/home/slide/LongVideo.vue
index bd6bcb7..10e2fc0 100644
--- a/src/pages/home/slide/LongVideo.vue
+++ b/src/pages/home/slide/LongVideo.vue
@@ -107,7 +107,7 @@ onUnmounted(() => {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 15rem;
- height: calc(100vh - @header-height - @footer-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height - @footer-height);
margin-top: @header-height;
overflow: auto;
box-sizing: border-box;
diff --git a/src/pages/login/Help.vue b/src/pages/login/Help.vue
index 78747ea..89848c8 100644
--- a/src/pages/login/Help.vue
+++ b/src/pages/login/Help.vue
@@ -42,7 +42,7 @@ export default {
.content {
margin-top: 60rem;
- height: calc(100vh - 60rem);
+ height: calc(var(--vh, 1vh) * 100 - 60rem);
iframe {
padding: 0;
diff --git a/src/pages/login/countryChoose.vue b/src/pages/login/countryChoose.vue
index af0086f..1c73e81 100644
--- a/src/pages/login/countryChoose.vue
+++ b/src/pages/login/countryChoose.vue
@@ -2447,7 +2447,7 @@ export default {
.indicator-ctn {
width: 25rem;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
position: fixed;
z-index: 3;
top: 0;
diff --git a/src/pages/me/Me.less b/src/pages/me/Me.less
index be3079e..ec13ce0 100644
--- a/src/pages/me/Me.less
+++ b/src/pages/me/Me.less
@@ -12,7 +12,7 @@
}
.Me {
- background: @main-bg;
+ background: var(--color-me);
height: 100%;
width: 100%;
font-size: 14rem;
@@ -49,7 +49,7 @@
top: 0;
left: 0;
width: 100vw;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
z-index: 3;
}
diff --git a/src/pages/me/Me.vue b/src/pages/me/Me.vue
index c2bfd4a..8f5bef5 100644
--- a/src/pages/me/Me.vue
+++ b/src/pages/me/Me.vue
@@ -438,7 +438,7 @@ export default {
return this.$store.state.bodyWidth
},
videoSlideRowListStyle() {
- return {height: this.refs.videoSlideHeight !== 0 ? this.refs.videoSlideHeight + 'px' : 'calc(100vh - 146rem)'}
+ return {height: this.refs.videoSlideHeight !== 0 ? this.refs.videoSlideHeight + 'px' : 'calc(var(--vh, 1vh) * 100 - 146rem)'}
},
SlideItemStyle() {
if (this.tempScroll || this.isScroll) return {overflow: 'auto'}
diff --git a/src/pages/me/MyMusic.vue b/src/pages/me/MyMusic.vue
index 3bbf1a8..183abc8 100644
--- a/src/pages/me/MyMusic.vue
+++ b/src/pages/me/MyMusic.vue
@@ -431,7 +431,7 @@ export default {
position: fixed;
z-index: 11;
width: 100vw;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
top: 0;
background: rgb(136, 132, 133);
@@ -463,7 +463,7 @@ export default {
.my-collect-dialog-enter-from,
.my-collect-dialog-leave-to {
transition-duration: 300ms;
- transform: translateY(100vh);
+ transform: translateY(calc(var(--vh, 1vh) * 100));
}
.float-play-enter-active,
diff --git a/src/pages/me/Uploader.less b/src/pages/me/Uploader.less
index 2e95405..34ea3b8 100644
--- a/src/pages/me/Uploader.less
+++ b/src/pages/me/Uploader.less
@@ -54,7 +54,7 @@
top: 0;
left: 0;
width: 100vw;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
z-index: 3;
}
diff --git a/src/pages/me/Uploader.vue b/src/pages/me/Uploader.vue
index e18fec3..1978950 100644
--- a/src/pages/me/Uploader.vue
+++ b/src/pages/me/Uploader.vue
@@ -324,7 +324,7 @@ export default {
return this.$store.state.bodyWidth
},
videoSlideRowListStyle() {
- return {height: this.refs.videoSlideHeight !== 0 ? this.refs.videoSlideHeight + 'px' : 'calc(100vh - 96rem)'}
+ return {height: this.refs.videoSlideHeight !== 0 ? this.refs.videoSlideHeight + 'px' : 'calc(var(--vh, 1vh) * 100 - 96rem)'}
},
SlideItemStyle() {
if (this.tempScroll || this.isScroll) return {overflow: 'auto'}
diff --git a/src/pages/me/VideoDetail.vue b/src/pages/me/VideoDetail.vue
index b9d75e3..b785840 100644
--- a/src/pages/me/VideoDetail.vue
+++ b/src/pages/me/VideoDetail.vue
@@ -186,7 +186,7 @@ onMounted(() => {
}
.content {
- height: calc(100vh - @footer-height);
+ height: calc(var(--vh, 1vh) * 100 - @footer-height);
}
.footer {
diff --git a/src/pages/me/collect/VideoCollect.vue b/src/pages/me/collect/VideoCollect.vue
index 2116d85..b99b176 100644
--- a/src/pages/me/collect/VideoCollect.vue
+++ b/src/pages/me/collect/VideoCollect.vue
@@ -77,7 +77,7 @@ export default {
padding-top: @header-height;
.Scroll {
- height: calc(100vh - @header-height)!important;
+ height: calc(var(--vh, 1vh) * 100 - @header-height)!important;
}
}
}
diff --git a/src/pages/me/components/CollectMusic.vue b/src/pages/me/components/CollectMusic.vue
index 2d7087d..921cf2f 100644
--- a/src/pages/me/components/CollectMusic.vue
+++ b/src/pages/me/components/CollectMusic.vue
@@ -161,7 +161,7 @@ export default {
#CollectMusic {
//width: 100vw;
- //height: 100vh;
+ //height: calc(var(--vh, 1vh) * 100);
position: fixed;
left: 0;
right: 0;
diff --git a/src/pages/me/components/GuessMusic.vue b/src/pages/me/components/GuessMusic.vue
index bffac80..bcd32e2 100644
--- a/src/pages/me/components/GuessMusic.vue
+++ b/src/pages/me/components/GuessMusic.vue
@@ -143,7 +143,7 @@ export default {
#GuessMusic {
//width: 100vw;
- //height: 100vh;
+ //height: calc(var(--vh, 1vh) * 100);
position: fixed;
left: 0;
right: 0;
diff --git a/src/pages/me/rightMenu/LookHistory.vue b/src/pages/me/rightMenu/LookHistory.vue
index effc8a2..21796e1 100644
--- a/src/pages/me/rightMenu/LookHistory.vue
+++ b/src/pages/me/rightMenu/LookHistory.vue
@@ -148,7 +148,7 @@ export default {
padding-top: 60rem;
.SlideRowList, .Scroll {
- height: calc(100vh - @indicator-height - @header-height) !important;
+ height: calc(var(--vh, 1vh) * 100 - @indicator-height - @header-height) !important;
}
.empty {
diff --git a/src/pages/message/AllMessage.vue b/src/pages/message/AllMessage.vue
index 317ab9c..ae82a69 100644
--- a/src/pages/message/AllMessage.vue
+++ b/src/pages/message/AllMessage.vue
@@ -249,7 +249,7 @@ export default {
.type-dialog {
z-index: 9;
position: fixed;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
width: 100vw;
margin-top: @header-height;
@@ -264,7 +264,7 @@ export default {
.mask {
z-index: 8;
position: fixed;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
width: 100vw;
background: @mask-dark;
}
@@ -275,7 +275,7 @@ export default {
padding-top: @header-height;
.scroll {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
}
.messages {
diff --git a/src/pages/message/Fans.vue b/src/pages/message/Fans.vue
index 44f141c..6c4b485 100644
--- a/src/pages/message/Fans.vue
+++ b/src/pages/message/Fans.vue
@@ -109,7 +109,7 @@ export default {
padding-top: @header-height;
.scroll {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
}
.people-wrapper {
diff --git a/src/pages/message/Message.vue b/src/pages/message/Message.vue
index fd45254..7a4e799 100644
--- a/src/pages/message/Message.vue
+++ b/src/pages/message/Message.vue
@@ -502,11 +502,11 @@ export default {
left: 0;
right: 0;
font-size: 14rem;
- background: @msg-bg;
+ background: var(--color-message);
color: white;
.no-search {
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
> header {
padding: 0 20rem;
@@ -515,10 +515,8 @@ export default {
align-items: center;
height: @header-height;
box-sizing: border-box;
- border-bottom: 1px solid #cccccc11;
position: relative;
font-size: 24rem;
-
}
.create-chat-wrapper {
@@ -949,7 +947,7 @@ export default {
top: 0;
left: 0;
width: 100vw;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
display: flex;
align-items: center;
justify-content: center;
diff --git a/src/pages/message/Share2Friend.vue b/src/pages/message/Share2Friend.vue
index c7b1066..ec41d30 100644
--- a/src/pages/message/Share2Friend.vue
+++ b/src/pages/message/Share2Friend.vue
@@ -392,7 +392,7 @@ export default {
.indicator-ctn {
width: 25rem;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
top: 0;
position: fixed;
z-index: 3;
diff --git a/src/pages/message/chat/Chat.vue b/src/pages/message/chat/Chat.vue
index 64fcdc7..efe07aa 100644
--- a/src/pages/message/chat/Chat.vue
+++ b/src/pages/message/chat/Chat.vue
@@ -540,7 +540,7 @@ export default {
overflow: auto;
color: white;
font-size: 14rem;
- background: @msg-bg;
+ background: var(--color-message);
.chat-content {
> .header {
@@ -582,11 +582,11 @@ export default {
}
.message-wrapper {
- height: calc(100vh - 125rem);
+ height: calc(var(--vh, 1vh) * 100 - 125rem);
overflow: auto;
&.expand {
- height: calc(100vh - (125rem + 30vh));
+ height: calc(var(--vh, 1vh) * 100 - (125rem + var(--vh, 1vh) * 30));
}
}
@@ -654,7 +654,7 @@ export default {
font-size: 14rem;
width: 100vw;
padding: 15rem;
- height: 30vh;
+ height: calc(var(--vh, 1vh) * 30);
box-sizing: border-box;
.option-wrapper {
@@ -690,7 +690,7 @@ export default {
top: 0;
background: black;
width: 100vw;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
.header {
position: fixed;
@@ -758,7 +758,7 @@ export default {
top: 0;
position: fixed;
width: 100vw;
- height: 100vh;
+ height: calc(var(--vh, 1vh) * 100);
display: flex;
align-items: center;
justify-content: center;
diff --git a/src/pages/message/notice/DouyinHelper.vue b/src/pages/message/notice/DouyinHelper.vue
index e5a4692..6b6b024 100644
--- a/src/pages/message/notice/DouyinHelper.vue
+++ b/src/pages/message/notice/DouyinHelper.vue
@@ -116,7 +116,7 @@ export default {
font-size: 14rem;
.scroll {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
}
.content {
diff --git a/src/pages/message/notice/LiveNotice.vue b/src/pages/message/notice/LiveNotice.vue
index 4e40145..be11946 100644
--- a/src/pages/message/notice/LiveNotice.vue
+++ b/src/pages/message/notice/LiveNotice.vue
@@ -92,11 +92,11 @@ export default {
font-size: 14rem;
.scroll {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
}
.content {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
.list {
padding: @padding-page;
diff --git a/src/pages/message/notice/MoneyNotice.vue b/src/pages/message/notice/MoneyNotice.vue
index 0cec464..6527c46 100644
--- a/src/pages/message/notice/MoneyNotice.vue
+++ b/src/pages/message/notice/MoneyNotice.vue
@@ -138,11 +138,11 @@ export default {
font-size: 14rem;
.scroll {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
}
.content {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
.list {
padding: @padding-page;
diff --git a/src/pages/message/notice/SystemNotice.vue b/src/pages/message/notice/SystemNotice.vue
index f8106b5..3ddaeff 100644
--- a/src/pages/message/notice/SystemNotice.vue
+++ b/src/pages/message/notice/SystemNotice.vue
@@ -163,11 +163,11 @@ export default {
font-size: 14rem;
.scroll {
- height: calc(100vh - @header-height - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height - @header-height);
}
.content {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
padding: @padding-page;
padding-top: 0;
box-sizing: border-box;
diff --git a/src/pages/message/notice/TaskNotice.vue b/src/pages/message/notice/TaskNotice.vue
index a69720d..1200e59 100644
--- a/src/pages/message/notice/TaskNotice.vue
+++ b/src/pages/message/notice/TaskNotice.vue
@@ -145,11 +145,11 @@ export default {
font-size: 14rem;
.scroll {
- height: calc(100vh - @header-height - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height - @header-height);
}
.content {
- height: calc(100vh - @header-height);
+ height: calc(var(--vh, 1vh) * 100 - @header-height);
.list {
padding: @padding-page;
diff --git a/src/pages/people/FollowAndFans.vue b/src/pages/people/FollowAndFans.vue
index 6c1ab80..aa3c92c 100644
--- a/src/pages/people/FollowAndFans.vue
+++ b/src/pages/people/FollowAndFans.vue
@@ -19,7 +19,7 @@
v-model:active-index="slideIndex">