update: anime page

This commit is contained in:
Hakadao
2023-01-29 03:01:41 +08:00
parent 78fc82abdc
commit 17b5db88ec
9 changed files with 178 additions and 62 deletions

View File

@@ -215,18 +215,14 @@ function gotoChannel(mid: number) {
<div class="meta" flex="~ col" w="full" align="items-start">
<div flex="~" justify="between" w="full" pos="relative">
<h3
class="video-title"
class="keep-two-lines"
cursor="pointer"
text="lg overflow-ellipsis space-normal $bew-text-1"
h="max-13"
overflow="hidden"
style="
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
"
>
<a :href="videoUrl" target="_blank"> {{ videoData.title }}</a>
<a :href="videoUrl" target="_blank" :title="videoData.title">
{{ videoData.title }}</a>
</h3>
<!-- <div