547 lines
32 KiB
HTML
547 lines
32 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Đấu giá</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<link rel="stylesheet" href="./assets/css/style-global.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header bg-[#166dd8] p-[6px_0]">
|
|
<div class="container">
|
|
<div class="header-main flex items-center justify-between">
|
|
<div class="header-left">
|
|
<a href="/" class="logo">
|
|
<img src="./assets/images/logo.png" class="h-[35px]" alt="logo">
|
|
</a>
|
|
</div>
|
|
<div class="header-right flex items-center">
|
|
<a href="" class="item flex items-center">
|
|
<img src="./assets/images/icon-clipboard.png" class="w-[15px]" alt="">
|
|
<span class="text-white p-[0_5px] hover:text-yellow">Thể lệ đấu giá</span>
|
|
</a>
|
|
<a href="./account.html" class="item flex items-center ml-[20px]">
|
|
<img src="./assets/images/icon-user.png" class="w-[15px]" alt="">
|
|
<span class="text-white p-[0_5px] hover:text-yellow">Tài khoản</span>
|
|
<i class="fa-solid fa-caret-down text-white"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="page-account">
|
|
<div class="container">
|
|
<div class="breadcrumb w-full float-left p-0 m-0 bg-none">
|
|
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList" class="ul float-left list-none clearfix">
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
|
class="float-left list-none">
|
|
<a href="/" itemprop="item" class="nopad-l text-[14px]">
|
|
<span itemprop="name" class="float-left flex items-center leading-[40px]"><span>Trang
|
|
chủ</span></span>
|
|
</a> <i class="leading-[40px] m-[0_10px]">/</i>
|
|
<meta itemprop="position" content="1">
|
|
</li>
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
|
class="float-left list-none">
|
|
<a href="/" itemprop="item">
|
|
<span itemprop="name" class="float-left flex items-center leading-[40px]">
|
|
Tài khoản
|
|
</span>
|
|
</a>
|
|
<meta itemprop="position" content="2">
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
<div class="content-account mb-[500px]">
|
|
<div class="name-avatar flex items-center mb-[20px]">
|
|
<div
|
|
class="avatar w-[40px] h-[40px] mr-[10px] leading-[40px] text-[24px] font-[600] bg-[#d9d9d9] rounded-[50%] text-center">
|
|
P
|
|
</div>
|
|
<div class="info">
|
|
<span>Tài khoản của</span>
|
|
<b class="block text-[18px] leading-[20px]">Phương Phạm</b>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="content flex">
|
|
<div class="content-left w-[187px] mr-[32px]">
|
|
<div class="tab">
|
|
<a href="javascript:void(0)" data-id="#form-info"
|
|
class="item-tab w-full h-[42px] leading-[42px] mb-[10px] rounded-[5px] flex items-center bg-[#afafaf] text-white p-[0_16px] active">
|
|
<i class="fas fa-address-card mr-[15px]"></i>
|
|
<span class="text-[13px]">Thông tin tài khoản</span>
|
|
</a>
|
|
<a href="javascript:void(0)" data-id="#table-history"
|
|
class="item-tab w-full h-[42px] leading-[42px] mb-[10px] rounded-[5px] flex items-center bg-[#afafaf] text-white p-[0_16px]">
|
|
<i class="fas fa-shopping-cart mr-[15px]"></i>
|
|
<span class="text-[13px]">Lịch sửa mua hàng</span>
|
|
</a>
|
|
<a href="javascript:void(0)" data-id="#table-gift"
|
|
class="item-tab w-full h-[42px] leading-[42px] mb-[10px] rounded-[5px] flex items-center bg-[#afafaf] text-white p-[0_16px]">
|
|
<i class="fas fa-gift mr-[15px]"></i>
|
|
<span class="text-[13px]">Danh sách trúng giải</span>
|
|
</a>
|
|
<a href="javascript:void(0)" data-id="#table-group"
|
|
class="item-tab w-full h-[42px] leading-[42px] mb-[10px] rounded-[5px] flex items-center bg-[#afafaf] text-white p-[0_16px]">
|
|
<i class="fa-solid fa-user-group mr-[15px]"></i>
|
|
<span class="text-[13px]">Nhóm của bạn</span>
|
|
</a>
|
|
<a href="javascript:void(0)" data-id="#table-group-join"
|
|
class="item-tab w-full h-[42px] leading-[42px] mb-[10px] rounded-[5px] flex items-center bg-[#afafaf] text-white p-[0_16px]">
|
|
<i class="fa-solid fa-user-group mr-[15px]"></i>
|
|
<span class="text-[13px]">Nhóm bạn tham gia</span>
|
|
</a>
|
|
<a href="/logout.php"
|
|
class="item-tab w-full h-[42px] leading-[42px] mb-[10px] rounded-[5px] flex items-center bg-[#afafaf] text-white p-[0_16px]">
|
|
<i class="fas fa-sign-in-alt mr-[15px]"></i>
|
|
<span class="text-[13px]">Đăng xuất tài khoản</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="content-right w-[calc(100%_-187px_-32px)]">
|
|
<div class="content-tab hidden" id="form-info">
|
|
<div class="form-info w-[567px]" id="">
|
|
<input type="text"
|
|
class="input w-full h-[40px] rounded-[8px] border-[1px] border-[#e6e6e6] outline-none p-[15px] mb-[10px] bg-[#f5f5f5]"
|
|
name="name" placeholder="Họ và tên">
|
|
<input type="text"
|
|
class="input w-full h-[40px] rounded-[8px] border-[1px] border-[#e6e6e6] outline-none p-[15px] mb-[10px] bg-[#f5f5f5]"
|
|
name="email" placeholder="Email">
|
|
<div class="flex items-center box-phone relative">
|
|
<input type="text"
|
|
class="input w-full h-[40px] rounded-[8px] border-[1px] border-[#e6e6e6] outline-none p-[15px] mb-[10px] bg-[#f5f5f5]"
|
|
name="phone" placeholder="Số điện thoại">
|
|
<a href="javascript:void(0)"
|
|
class="btn-otp absolute right-[0] top-0 block w-[130px] h-[40px] leading-[40px] text-center bg-[#f1b510] rounded-[8px] text-white hover:background-white hover:text-yellow hover:border-yellow"
|
|
onclick="checkOTP()">Gửi mã
|
|
xác
|
|
thực</a>
|
|
</div>
|
|
|
|
<div class="box-sex flex items-center mb-[10px]">
|
|
<span>Giới tính</span>
|
|
<div class="item ml-[15px]">
|
|
<label class="radio-checkbox">Nam
|
|
<input type="radio" checked="checked" name="sex" value="1" name="radio">
|
|
<span class="checkmark"></span>
|
|
</label>
|
|
</div>
|
|
<div class="item ml-[15px]">
|
|
<label class="radio-checkbox">Nữ
|
|
<input type="radio" checked="checked" name="sex" value="2" name="radio">
|
|
<span class="checkmark"></span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<input type="text"
|
|
class="input w-full h-[40px] rounded-[8px] border-[1px] border-[#e6e6e6] outline-none p-[15px] mb-[10px] bg-[#f5f5f5]"
|
|
name="address" placeholder="Địa chỉ">
|
|
|
|
<button type="submit"
|
|
class="btn-update block m-[20px_auto_auto_auto] w-[180px] h-[42px] leading-[42px] text-center text-white bg-[#f00000] rounded-[8px] outline-none border-0 text-[18px] font-[700] uppercase">Cập
|
|
nhật</button>
|
|
</div>
|
|
</div>
|
|
<div class="content-tab hidden" id="table-history">
|
|
<div class="table-history w-full">
|
|
<h2 class="title text-[24px] font-[600] text-center uppercase mb-[20px]">Lịch sử mua
|
|
hàng</h2>
|
|
<table class="table text-left">
|
|
<thead>
|
|
<tr>
|
|
<th>Tên sản phẩm</th>
|
|
<th>Giá</th>
|
|
<th>Thời gian</th>
|
|
<th>Số lượng</th>
|
|
<th>Trạng thái</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a></td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status ship">
|
|
Đang vận chuyển
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a>
|
|
</td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status cancel">
|
|
Đã hủy
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a></td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status processing">
|
|
Đang chờ xác nhận
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a></td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status success">
|
|
Thành công
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a></td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status">
|
|
Đang vận chuyển
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a></td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status">
|
|
Đang vận chuyển
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="" class="text-[#116dd8]">Laptop Acer Aspire 7 A715-76-53PJ
|
|
NH.QGESV.007</a></td>
|
|
<td><b>2.200.000 VNĐ</b></td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
<td>
|
|
<p class="status">
|
|
Đang vận chuyển
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="content-tab hidden active" id="table-gift">
|
|
<div class="table-history w-full">
|
|
<h2 class="title text-[24px] font-[600] text-center uppercase mb-[20px] ">
|
|
Danh sách trúng
|
|
giải</h2>
|
|
<table class="table text-left">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="2">Tên giải thưởng</th>
|
|
<th width="300">Thời gian</th>
|
|
<th width="100">Số lượng</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="flex items-center">Voucher 50k <a href=""
|
|
class="block w-[92px] h-[30px] ml-[10px] text-center bg-[#166DD8] leading-[30px] text-[#fff] rounded-[15px]">Đã
|
|
chọn</a></div>
|
|
</td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">Voucher 50k</td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">Voucher 50k</td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">Voucher 50k</td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">Voucher 50k</td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">Voucher 50k</td>
|
|
<td>14:30:40 12/09/2024</td>
|
|
<td>1</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="content-tab hidden" id="table-group">
|
|
<div class="table-history w-full">
|
|
<h2 class="title text-[24px] font-[600] text-center uppercase mb-[20px]">Nhóm của bạn
|
|
</h2>
|
|
<table class="table text-left">
|
|
<thead>
|
|
<tr>
|
|
<th>STT/ID</th>
|
|
<th>Tên nhóm</th>
|
|
<th>Link nhóm</th>
|
|
<th>Thành viên</th>
|
|
<th>Thông tin sản phẩm</th>
|
|
<th>Trạng thái</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1 <a href="" class="text-[#0085FF]">#2431177</a></td>
|
|
<td>Hurasoft săn sale Noel</td>
|
|
<td><a href=""
|
|
class="text-[#0085FF]">https://adman.vn/group-order?id=2431177</a>
|
|
</td>
|
|
<td>5</td>
|
|
<td>Combo Bàn phím và Chuột không dây MO...</td>
|
|
<td width="204">
|
|
<div
|
|
class="w-[92px] h-[22px] leading-[22px] text-[11px] rounded-[11px] border-[1px] border-[#00D060] bg-[#ECFFE9] text-center text-[#00D060] m-[10px_0]">
|
|
<i class="fa fa-check"></i> Thành công
|
|
</div>
|
|
<p class="text-[11px]">Đã thanh toán đơn hàng nhóm</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>1 <a href="" class="text-[#0085FF]">#2431177</a></td>
|
|
<td>Hurasoft săn sale Noel</td>
|
|
<td><a href=""
|
|
class="text-[#0085FF]">https://adman.vn/group-order?id=2431177</a>
|
|
</td>
|
|
<td>5</td>
|
|
<td>Combo Bàn phím và Chuột không dây MO...</td>
|
|
<td width="204">
|
|
<div
|
|
class="w-[92px] h-[22px] leading-[22px] text-[11px] rounded-[11px] border-[1px] border-[#FF7A00] bg-[#FFF6E9] text-center text-[#FF7A00] m-[10px_0]">
|
|
<i class="fa-solid fa-circle-exclamation"></i> Đang diễn ra
|
|
</div>
|
|
<p class="text-[11px]">Chưa đủ số lượng thành viên</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="content-tab hidden " id="table-group-join">
|
|
<div class="table-history w-full">
|
|
<h2 class="title text-[24px] font-[600] text-center uppercase mb-[20px]">Nhóm của bạn
|
|
tham gia
|
|
</h2>
|
|
<table class="table text-left">
|
|
<thead>
|
|
<tr>
|
|
<th>STT/ID</th>
|
|
<th>Tên nhóm</th>
|
|
<th>Link nhóm</th>
|
|
<th>Thành viên</th>
|
|
<th>Thông tin sản phẩm</th>
|
|
<th>Trạng thái</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1 <a href="" class="text-[#0085FF]">#2431177</a></td>
|
|
<td>Hurasoft săn sale Noel</td>
|
|
<td><a href=""
|
|
class="text-[#0085FF]">https://adman.vn/group-order?id=2431177</a>
|
|
</td>
|
|
<td>5</td>
|
|
<td>Combo Bàn phím và Chuột không dây MO...</td>
|
|
<td width="204">
|
|
<div
|
|
class="w-[50px] h-[22px] leading-[22px] text-[11px] rounded-[11px] border-[1px] border-[#E40000] bg-[#FFE9E9] text-center text-[#E40000] m-[10px_0]">
|
|
<i class="fa-solid fa-circle-xmark mr-[5px]"></i> Hủy
|
|
</div>
|
|
<p class="text-[11px]">Không thanh toán trong thời gian quy định</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="overlay"></div>
|
|
<div class="box-popup popup-thongbao">
|
|
<div class="title text-[20px] font-[600] leading-[24px] mb-[15px] text-center">Vui lòng xác thực SĐT của bạn
|
|
</div>
|
|
<a href="javascript:void(0)"
|
|
class='click-close absolute
|
|
top-[-15px] right-[-10px] text-[24px] w-[42px] h-[42px] leading-[42px] bg-black border-[3px] border-[#f1b510] rounded-[50%] text-center text-white'
|
|
onclick="closePopop()">
|
|
<i class="fa fa-times"></i>
|
|
</a>
|
|
|
|
<p class="text-center text-[14px]">Vui lòng xác thực SĐT của bạn tại trang tài khoản</p>
|
|
|
|
<a href="javascript:void(0)"
|
|
class="btn-submit block w-[168px] h-[42px] leading-[42px] text-center m-[20px_auto] uppercase text-white font-[700] rounded-[26px] outline-none border-0 background-blue hover:background-white hover:text-blue hover:border-blue"
|
|
onclick="SendcheckOTP()">
|
|
ok
|
|
</a>
|
|
</div>
|
|
|
|
|
|
<div class="box-popup popup-input-opt">
|
|
<div class="title text-[20px] font-[600] leading-[24px] mb-[15px] text-center">Vui lòng xác nhận bằng mã OTP
|
|
</div>
|
|
<a href="javascript:void(0)"
|
|
class='click-close absolute
|
|
top-[-15px] right-[-10px] text-[24px] w-[42px] h-[42px] leading-[42px] bg-black border-[3px] border-[#f1b510] rounded-[50%] text-center text-white'
|
|
onclick="closePopop()">
|
|
<i class="fa fa-times"></i>
|
|
</a>
|
|
|
|
<input type="text"
|
|
class="input-otp w-[390px] h-[40px] outline-none border-b-[1px] border-[#bdbdbd] m-[0_auto] block text-center"
|
|
placeholder="Vui lòng nhập OTP">
|
|
|
|
<a href="javascript:void(0)"
|
|
class="btn-submit block w-[168px] h-[42px] leading-[42px] text-center m-[20px_auto_0_auto] uppercase text-white font-[700] rounded-[26px] outline-none border-0 background-blue hover:background-white hover:text-blue hover:border-blue"
|
|
onclick="checkOTP()">
|
|
Xác nhận
|
|
</a>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<div class="main-footer background-footer mt-[20px]">
|
|
<div class="container">
|
|
<div
|
|
class="footer-policies flex items-center justify-between p-[25px_0] border-b-[1px] border-[#646386]">
|
|
<div class="item-policies flex items-center w-[calc(100%_/4)]">
|
|
<div class="icons w-[35px] h-[30px] block mr-[13px]">
|
|
<img src="./assets/images/icon-ship.png" width="100%" height="100%" alt="ship">
|
|
</div>
|
|
<div class="txt w-[calc(100%_-35px_-13px)] text-white text-[16px]">
|
|
<b class="uppercase">Chính sách giao hàng</b>
|
|
<p>Nhận hàng & thanh toán tại nhà</p>
|
|
</div>
|
|
</div>
|
|
<div class="item-policies flex items-center w-[calc(100%_/4)]">
|
|
<div class="icons w-[26px] h-[30px] block mr-[13px]">
|
|
<img src="./assets/images/icon-return.png" width="100%" height="100%" alt="ship">
|
|
</div>
|
|
<div class="txt w-[calc(100%_-35px_-13px)] text-white text-[16px]">
|
|
<b class="uppercase">Đổi mới 15 ngày đầu</b>
|
|
<p>Áp dụng với sản phẩm laptop</p>
|
|
</div>
|
|
</div>
|
|
<div class="item-policies flex items-center w-[calc(100%_/4)]">
|
|
<div class="icons w-[35px] h-[30px] block mr-[13px]">
|
|
<img src="./assets/images/icon-pay.png" width="100%" height="100%" alt="ship">
|
|
</div>
|
|
<div class="txt w-[calc(100%_-35px_-13px)] text-white text-[16px]">
|
|
<b class="uppercase">Thanh toán tiện lợi</b>
|
|
<p>Trả tiền mặt, CK, trả góp 0%</p>
|
|
</div>
|
|
</div>
|
|
<div class="item-policies flex items-center w-[calc(100%_/4)]">
|
|
<div class="icons w-[35px] h-[30px] block mr-[13px]">
|
|
<img src="./assets/images/icon-chat.png" width="100%" height="100%" alt="ship">
|
|
</div>
|
|
<div class="txt w-[calc(100%_-35px_-13px)] text-white text-[16px]">
|
|
<b class="uppercase">Hỗ trợ nhiệt tình</b>
|
|
<p>Tư vấn, giải pháp mọi thắc mắc</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="contact-footer relative">
|
|
<div class="info-contact text-center p-[15px_0_20px_0] text-white">
|
|
<b class="uppercase text-[15px] mb-[2px]">Công ty cổ phần thương mại máy tính an phát</b>
|
|
<p>Giấy chứng nhận ĐKDN số 0108940873 do Sở kế hoạch và Đầu tư Thành phố Hà Nội cấp ngày
|
|
11/10/2019</p>
|
|
<p class="font-[300]">Trụ sở: Tầng 5, Số 49 phố Thái Hà, Phương Trung Liệt, Quận Đống Đa, Thành
|
|
phố Hà nội, Việt
|
|
Nam</p>
|
|
<p class="font-[300]">Điện thoại: 19000323 Email: Giang@anphat.com.vn</p>
|
|
</div>
|
|
<a href="tel:19000323"
|
|
class="btn-phone w-[235px] block absolute right-0 top-[50%] translate-x-[0] translate-y-[-50%]">
|
|
<img src="./assets/images/btn-phone.png" alt="">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
|
<!-- <script src="./assets/js/main.js"></script> -->
|
|
|
|
|
|
<script>
|
|
|
|
Tab();
|
|
function Tab() {
|
|
$(".tab .item-tab").click(function () {
|
|
var datatab = $(this).attr("data-id");
|
|
$(".tab .item-tab").removeClass("active");
|
|
$('.content-tab').removeClass("active");
|
|
$(this).addClass("active");
|
|
$(datatab).addClass("active");
|
|
});
|
|
}
|
|
|
|
function checkOTP() {
|
|
$('.box-popup').removeClass('active');
|
|
$('.overlay').addClass('active')
|
|
$('.popup-thongbao').addClass('active')
|
|
}
|
|
|
|
function SendcheckOTP() {
|
|
$('.box-popup').removeClass('active');
|
|
$('.overlay').addClass('active')
|
|
$('.popup-input-opt').addClass('active')
|
|
}
|
|
|
|
|
|
function closePopop() {
|
|
$('.box-popup').removeClass('active');
|
|
$('.overlay').removeClass('active')
|
|
}
|
|
</script>
|
|
|
|
</html> |