-
{{ movie.name }}
- {{ movie.originName }}
+
+ {{ movie.name }}
+
+
+
+ {{ movie.originName }}
+
-
+
- TMDb
- {{
- movie.rating.toFixed(1) }}
+ class="inline-flex items-center overflow-hidden rounded border border-solid border-[rgba(1,180,228,0.5)]">
+
+ TMDb
+
+
+ {{ movie.rating.toFixed(1) }}
+
+
{{
- movie.quality }}
+ class="inline-flex h-5.5 items-center justify-center rounded-sm px-2 text-[11px] font-black"
+ style="background-color:#ffd875;background-image:linear-gradient(220deg, #ffd875 0%, #ffe7a8 45%, #ffffff 100%);color:#141414">
+ {{ movie.quality }}
+
+
{{
- movie.year }}
+ class="rounded border border-white/20 px-2 py-0.5 text-[11px] font-medium text-white/90">
+ {{ movie.year }}
+
+
{{
- episodeDisplay }}
+ class="rounded border border-white/20 px-2 py-0.5 text-[11px] font-medium text-white/90">
+ {{ episodeDisplay }}
+
+ class="flex flex-wrap items-center justify-center gap-2 sm:justify-start">
{{ cat }}
+ class="rounded bg-white/5 px-2.5 py-1 text-[11px] font-medium text-white/70">
+ {{ cat }}
+
+ class="mt-2 inline-flex self-center items-center gap-1.5 rounded-full border border-cinek-500/20 bg-cinek-500/10 px-3 py-1.5 text-cinek-500 sm:self-start">
-
Đã chiếu: {{ episodeProgress.available }} / {{ episodeProgress.total
- }} tập
+
+ Đã chiếu: {{ episodeProgress.available }} / {{ episodeProgress.total }} tập
+
-
{{ movie.content ||
- 'Đang cập nhật nội dung phim.' }}
+
+ {{ movie.content || 'Đang cập nhật nội dung phim.' }}
+
+
+ class="mt-1 inline-flex items-center gap-1 text-[13px] text-cinek-500 hover:underline">
Thông tin phim
@@ -667,26 +690,35 @@ useHead(() => ({
-