upload 28/5

This commit is contained in:
2025-05-28 15:30:26 +07:00
parent 1c2e648b54
commit fdda1c345f
252 changed files with 35084 additions and 1237 deletions

View File

@@ -1,8 +1,8 @@
<footer class="mt-20 border-t-[11px] border-[#1c039b] w-full">
<footer class="border-t-[11px] border-[#1c039b] w-full">
<div class="container">
<a href="/" class="block my-[30px]">
<img src="../../assets/images/logo-footer.png" class="block w-[180px] h-[45px] object-contain"
width="100%" height="100%" alt="logo">
<img src="../../assets/images/logo-footer.png" class="block w-[180px] h-[45px] object-contain" width="100%"
height="100%" alt="logo">
</a>
<div class="main-footer grid grid-cols-4">
<div class="item">
@@ -41,4 +41,4 @@
<div class="footer-bottom bg-[#ebebeb] py-[15px]">
<b class="text-center block">© Copyright 2025 by Hurasoft. All Rights Reserved.</b>
</div>
</footer>
</footer>

View File

@@ -5,7 +5,7 @@
<div class="flex items-center justify-between">
<a href="/" class="logo block mr-[100px]">
<img src="../../assets/images/logo.png" class="object-contain w-[173px] h-[45px] block"
alt="Location icon" />
alt="Location icon" />
</a>
<div class="flex items-center mr-[100px]">
<i class="icon_2025 map"></i>
@@ -22,12 +22,11 @@
</div>
<div class="w-[670px] relative mr-[135px] input-search">
<form action="/search" enctype="text/plain" method="get"
class="relative w-full h-[45px] bg-white rounded-[8px] overflow-hidden">
class="relative w-full h-[45px] bg-white rounded-[8px] overflow-hidden">
<input type="text" name="q" placeholder="Tìm kiếm khuyến mãi, cửa hàng, sản phẩm,..."
class="search-input w-full h-full p-[0_10px] rounded-[8px] text-base"
onclick="$('.autocomplete-suggestions').show();">
class="search-input w-full h-full p-[0_10px] rounded-[8px] text-base" />
<button type="submit"
class="absolute right-[10px] top-[5px] w-[40px] h-[35px] border-l-[1.5px] border-[#B3B3B3] pl-[10px]"><i
class="absolute right-[10px] top-[5px] w-[40px] h-[35px] border-l-[1.5px] border-[#B3B3B3] pl-[10px]"><i
class="icon_2025 search "></i></button>
</form>
<div class="autocomplete-suggestions hidden">
@@ -44,11 +43,11 @@
</div>
</div>
<div class="box-user">
<div class="flex items-center">
<a class="flex items-center" href="/taikhoan">
<i class="icon_2025 user"></i>
<b class="text-white p-[0_5px] whitespace-nowrap">Tài khoản</b>
<i class="icon_arrow"></i>
</div>
</a>
</div>
</div>
</div>
@@ -59,12 +58,12 @@
<div class="flex items-center justify-between w-full">
<div class="header-menu relative group">
<div
class="title-menu flex items-center justify-center w-[219px] h-[45px] rounded-[4px] border-[1px] border-[#e3e3e3] bg-[#F6F6F6] cursor-pointer">
class="title-menu flex items-center justify-center w-[219px] h-[45px] rounded-[4px] border-[1px] border-[#e3e3e3] bg-[#F6F6F6] cursor-pointer">
<i class="icon_2025 bar"></i>
<b class="ml-[8px] uppercase">Danh mục sản phẩm</b>
</div>
<div
class="box-menu-hover group-hover:block absolute hidden shadow-[0_0_8px_2px_rgba(0,0,0,0.1)] rounded-[5px] bg-white top-[47px] z-[99] w-[220px]">
class="box-menu-hover group-hover:block absolute hidden shadow-[0_0_8px_2px_rgba(0,0,0,0.1)] rounded-[5px] bg-white top-[47px] z-[99] w-[220px]">
<div class="item">
<a href="/danh-muc-cap1.html" class="flex items-center">
<span class="cate-img"> <img src="/dev/images/laptop.png" alt=""> </span>
@@ -421,38 +420,38 @@
<a href="/buildpc" class="flex items-center group">
<i class="icon_2025 buildpc group-hover:buildpc-hover"></i>
<span class="ml-[7px] group-hover:text-[var(--color-global)]">Build
PC</span>
PC</span>
</a>
<a href="/tim-nguoi-ban" class="flex items-center group">
<i class="icon_2025 shop"></i>
<span class="ml-[7px] group-hover:text-[var(--color-global)]">Tìm
người bán</span>
người bán</span>
</a>
<a href="/" class="flex items-center group">
<a href="/dia-chi-sua-chua" class="flex items-center group">
<i class="icon_2025 map-2"></i>
<span class="ml-[7px] group-hover:text-[var(--color-global)]">Địa
chỉ
sửa chữa</span>
chỉ
sửa chữa</span>
</a>
<a href="/" class="flex items-center group">
<a href="/hoi-dap" class="flex items-center group">
<i class="icon_2025 question"></i>
<span class="ml-[7px] group-hover:text-[var(--color-global)">Hỏi
đáp</span>
đáp</span>
</a>
<a href="/" class="flex items-center group">
<a href="/san-pham-da-luu" class="flex items-center group">
<i class="icon_2025 prduct-save"></i>
<span class="ml-[7px] group-hover:text-[var(--color-global)]">Sản
phẩm
đã lưu</span>
phẩm
đã lưu</span>
</a>
<a href="/" class="flex items-center group">
<a href="/tin-rao-vat" class="flex items-center group">
<i class="icon_2025 article"></i>
<span class="ml-[7px] group-hover:text-[var(--color-global)]">Tin
rạo
vặt</span>
rạo
vặt</span>
</a>
</div>
</div>
</div>
</nav>
</header>
</header>