From ed47a6628c1e87f19b90fe0a08f8c9ade8b53d46 Mon Sep 17 00:00:00 2001 From: congzc Date: Fri, 7 Jul 2023 17:42:49 +0800 Subject: [PATCH] 4 --- src/views/createVideo/index.vue | 65 +++++++++++++++++---------------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/src/views/createVideo/index.vue b/src/views/createVideo/index.vue index 78d3999..32125c4 100644 --- a/src/views/createVideo/index.vue +++ b/src/views/createVideo/index.vue @@ -382,19 +382,20 @@
- -
- - {{ - lanChange == "zh-cn" - ? `免费用户上传音频时长限制为60秒!` - : `Free users upload audio time limit of 60 seconds!` - }} -

{{ $t("createVideo.uploadAudio") }} + +

+ + {{ + lanChange == "zh-cn" + ? `免费用户限制为60秒!` + : `Free user limit 60 seconds!` + }} +
+

- -
- - {{ - lanChange == "zh-cn" - ? `免费用户录音时长限制为60秒!` - : `Free user recording duration is limited to 60 seconds!` - }} -
+

{{ $t("createVideo.recordedAudio") }} +

+ + {{ + lanChange == "zh-cn" + ? `免费用户限制为60秒!` + : `Free user limit 60 seconds!` + }} +

-
- - {{ - lanChange == "zh-cn" - ? `免费用户上传音乐时长限制为60秒!` - : `Free users can upload music for 60 seconds!` - }} -
+

- {{ $t("createVideo.chooseMusic") }} + {{ $t("createVideo.chooseMusic") }}

@@ -531,6 +525,14 @@
+
+ + {{ + lanChange == "zh-cn" + ? `免费用户限制为60秒!` + : `Free user limit 60 seconds!` + }} +
@@ -2517,14 +2519,15 @@ onUnmounted(() => { .card2 { .overtimeTips { font-size: 16px; + // width: 60%; // display: inline-block; padding: 5px; margin-bottom: 10px; - background-color: #ccc; + // background-color: #ccc; border-radius: 5px; line-height: 20px; - color: #000; + color: red; text-align: center; img { width: 16px; @@ -2647,10 +2650,10 @@ onUnmounted(() => { // display: inline-block; padding: 5px; margin-bottom: 10px; - background-color: #ccc; + // background-color: #ccc; border-radius: 5px; line-height: 20px; - color: #000; + color: red; text-align: center; img { width: 16px;