update 17/5

This commit is contained in:
2025-05-17 10:10:23 +07:00
parent 6b5e837324
commit 333bb01f4e
18 changed files with 430 additions and 436 deletions

View File

@@ -6,10 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BESTPC - Trang chủ</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="/src/assets/css/font.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" />
<link rel="stylesheet" href="/assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="../../assets/css/style.css" rel="stylesheet" />
</head>
@@ -59,7 +58,7 @@
<div id="js-container-selector" class="mb-5">
<a id="js-select-file" href="javascript:void(0);" class="btn-upload flex flex-col items-center justify-center dz-clickable w-full h-[280px] bg-[#f6f6f6] rounded-[12px] border-[1px] border-dashed
border-[var(--color-global)] hover:border-[2px] hover:border-solid">
<img src="/assets/images/icon_upload_image.png"
<img src="../../assets/images/icon_upload_image.png"
class="w-[50px] h-[50px] block mb-2 object-contain" width="100%"
height="100%" alt="">
<b class="text-center">Có thể đăng tối đa 6 hình ảnh</b>
@@ -68,7 +67,7 @@
<div id="js-container-selector">
<a id="js-select-file" href="javascript:void(0);" class="btn-upload flex flex-col items-center justify-center dz-clickable w-full h-[280px] bg-[#f6f6f6] rounded-[12px] border-[1px] border-dashed
border-[var(--color-global)] hover:border-[2px] hover:border-solid">
<img src="/assets/images/icon_upload_video.png"
<img src="../../assets/images/icon_upload_video.png"
class="w-[50px] h-[50px] block mb-2 object-contain" width="100%"
height="100%" alt="">
<b class="text-center">Có thể đăng tối đa 6 hình ảnh</b>