This commit is contained in:
2024-10-18 09:55:04 +07:00
parent 7ee138d8f3
commit cc6e2d7419
12 changed files with 594 additions and 203 deletions

View File

@@ -128,7 +128,7 @@
<tbody>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -139,7 +139,7 @@
</tr>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -150,7 +150,7 @@
</tr>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -161,7 +161,7 @@
</tr>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -172,7 +172,7 @@
</tr>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -183,7 +183,7 @@
</tr>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -194,7 +194,7 @@
</tr>
<tr>
<td>Laptop Acer Aspire 7 A715-76-53PJ NH.QGESV.007</td>
<td>2.200.000 VNĐ</td>
<td><b>2.200.000 VNĐ</b></td>
<td>14:30:40 12/09/2024</td>
<td>1</td>
<td>
@@ -354,40 +354,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
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')
}
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");
});
}
</script>
<script src="./assets/js/main.js"></script>
</html>