This commit is contained in:
2025-02-19 14:55:19 +07:00
parent 7857cc0422
commit 3a257c411e
25 changed files with 1208 additions and 1126 deletions

View File

@@ -796,6 +796,11 @@ a {
font-size: 28px !important; font-size: 28px !important;
} }
} }
@media (max-width: 800px) {
#js-form-search {
width: 300px;
}
}
@media (max-width: 675px) { @media (max-width: 675px) {
.admin-menu-container { .admin-menu-container {
display: none; display: none;
@@ -812,7 +817,12 @@ a {
.admin-content-container .item-chart { .admin-content-container .item-chart {
grid-column: span 4/span 4; grid-column: span 4/span 4;
} }
.admin-header-right { #js-form-search {
margin-top: 10px; width: 250px;
}
}
@media (max-width: 540px) {
#js-form-search {
display: none;
} }
}/*# sourceMappingURL=pc_style.css.map */ }/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -803,6 +803,12 @@ a {
} }
} }
@media (max-width: 800px) {
#js-form-search {
width: 300px;
}
}
@media (max-width: 675px) { @media (max-width: 675px) {
.admin-menu-container { .admin-menu-container {
display: none; display: none;
@@ -819,7 +825,13 @@ a {
grid-column: span 4 / span 4; grid-column: span 4 / span 4;
} }
} }
.admin-header-right { #js-form-search {
margin-top: 10px; width: 250px;
}
}
@media (max-width: 540px) {
#js-form-search {
display: none;
} }
} }

View File

@@ -1,5 +1,6 @@
<div <div class="w-[100%]">
class="m-[16px_0_16px_16px] p-[20px_16px] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]"> <div
class="m-[16px] p-[20px_16px] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]">
<p class="leading-[31px] font-bold text-[24px] mb-[12px]"> Danh sách banner </p> <p class="leading-[31px] font-bold text-[24px] mb-[12px]"> Danh sách banner </p>
<form method='get' enctype="multipart/form-data" action="/admin/" <form method='get' enctype="multipart/form-data" action="/admin/"
@@ -51,8 +52,8 @@
</div> </div>
</div> </div>
<div class="table td-top"> <div class="overflow-x-auto">
<table> <table class="table td-top">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px] font-500"> <thead class="bg-[#F6F6F6] text-[#000] text-[14px] font-500">
<td> STT </td> <td> STT </td>
<td width="280"> Ảnh </td> <td width="280"> Ảnh </td>
@@ -133,11 +134,12 @@
<tr> <tr>
<td align="center"> 2 </td> <td align="center"> 2 </td>
<td> <img
src="https://demopc8.hurasoft.com/media/banner/21_06-1f22593caab42ff1e4ebf38094a75afe.jpeg"
width="260" /> </td>
<td> <td>
<table class="not-border not-padding"> <img src="https://demopc8.hurasoft.com/media/banner/21_06-1f22593caab42ff1e4ebf38094a75afe.jpeg"
width="260" class="min-w-[200px]" />
</td>
<td>
<table class="not-border not-padding whitespace-nowrap">
<tr> <tr>
<td width="115">Tên gọi:</td> <td width="115">Tên gọi:</td>
<td> </td> <td> </td>
@@ -194,4 +196,5 @@
<a href="" class="paging-next"><i class="fas fa-chevron-right"></i></a> <a href="" class="paging-next"><i class="fas fa-chevron-right"></i></a>
</div> </div>
</div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<a href=""> Form sửa banner </a> <a href=""> Form sửa banner </a>
</div> </div>
<div class="max-w-[1141px] m-auto"> <div class="max-w-[1141px] m-auto p-[0_15px]">
<div class="text-right m-[0_0_12px]"> <div class="text-right m-[0_0_12px]">
<a href="/admin/banner/upload" <a href="/admin/banner/upload"
class="inline-flex items-center whitespace-nowrap border border-[#0041E8] rounded-[4px] bg-[#F5F7FF] text-[#0041E8] leading-[35px] p-[0_12px] m-[0_10px_0_0] group hover:bg-[#0041E8] hover:text-[#fff]"> class="inline-flex items-center whitespace-nowrap border border-[#0041E8] rounded-[4px] bg-[#F5F7FF] text-[#0041E8] leading-[35px] p-[0_12px] m-[0_10px_0_0] group hover:bg-[#0041E8] hover:text-[#fff]">
@@ -19,22 +19,24 @@
</a> </a>
</div> </div>
<div class="flex flex-wrap items-start m-[16px_0]"> <div class="m-[16px_0]">
{% if global.url contains 'id=' %} <!-- Form chỉnh sửa --> {% if global.url contains 'id=' %} <!-- Form chỉnh sửa -->
{% endif %} {% endif %}
<p <p
class="w-[100%] bg-white m-[0_0_16px] text-center rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[54px] text-[18px] font-bold"> class="w-[100%] bg-white m-[0_0_16px] text-center rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[54px] text-[18px] font-bold">
Cập nhật lại banner </p> Cập nhật lại banner </p>
<div class="flex flex-wrap">
<div class="2xl:w-[30%] sm:w-full mb-[16px] sm:mr-[0] 2xl:mr-[16px]">
<div <div
class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden"> class="w-full bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
<a href="javascript:void(0)" <a href="javascript:void(0)"
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition" class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"
style="color: #Fff;background: #0041E8;"> Chỉnh sửa </a> style="color: #Fff;background: #0041E8;"> Chỉnh sửa </a>
</div> </div>
</div>
<form method="post" enctype="multipart/form-data" <form method="post" enctype="multipart/form-data"
class="w-[852px] bg-white p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> class="2xl:w-[calc(100%_-30%_-16px)] sm:w-full bg-white p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<input type="hidden" name="info[id]" value="236"> <input type="hidden" name="info[id]" value="236">
<input type='hidden' name='info[category_list]' id='selected_cat' value="9,148"> <input type='hidden' name='info[category_list]' id='selected_cat' value="9,148">
@@ -82,7 +84,8 @@
<p class="font-bold mb-[7px]">Chọn vị trí </p> <p class="font-bold mb-[7px]">Chọn vị trí </p>
<div class="pl-[3px]"> <div class="pl-[3px]">
<label for="cat_special_all" class="flex items-center cursor-pointer m-[0_0_7px_0]"> <label for="cat_special_all"
class="flex items-center cursor-pointer m-[0_0_7px_0]">
<input id="cat_special_all" value="-1" <input id="cat_special_all" value="-1"
onchange="select_cat('cat_special_all', -1)" type="checkbox" onchange="select_cat('cat_special_all', -1)" type="checkbox"
class="checkbox checkbox-success mr-[10px]"> class="checkbox checkbox-success mr-[10px]">
@@ -396,6 +399,8 @@
class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" /> class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
</form> </form>
</div> </div>
</div>
</div> </div>

View File

@@ -6,7 +6,7 @@
<li class="text-[#0041E8]">Form thêm khách hàng</li> <li class="text-[#0041E8]">Form thêm khách hàng</li>
</ul> </ul>
</div> </div>
<div class="w-[1140px] my-0 mx-auto"> <div class="w-[1140px] my-0 mx-auto p-[0_15px]">
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] mb-[15px]"> <div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] mb-[15px]">
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<div> <div>

View File

@@ -1,4 +1,5 @@
<div class="m-[15px_0_15px_15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]"> <div class="w-[100%]">
<div class="m-[15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]">
<h1 class="text-[24px] font-[700]">Khách hàng liên hệ</h1> <h1 class="text-[24px] font-[700]">Khách hàng liên hệ</h1>
<form action="" <form action=""
@@ -42,14 +43,15 @@
<p>- Tel: 0976642092</p> <p>- Tel: 0976642092</p>
<p>- Mobile: 0976642092</p> <p>- Mobile: 0976642092</p>
</td> </td>
<td class="xl:w-[340px] md:w-[340px] sm:w-[340px] 2xl:w-auto table-cell"> <td class="">
Trả góp sản phẩm: HHWS AMD RYZEN 9 3900XT | 16G | NVIDIA RTX 2060 6G - Tên: no name - SĐT: Trả góp sản phẩm: HHWS AMD RYZEN 9 3900XT | 16G | NVIDIA RTX 2060 6G - Tên: no name - SĐT:
0147258369 - Nội dung: fsfdf 0147258369 - Nội dung: fsfdf
</td> </td>
<td class="xl:w-[200px] md:w-[200px] sm:w-[200px] 2xl:w-auto"> <td class="">
<textarea name="" id="" <textarea name="" id=""
class="w-[100%] h-[40px] rounded-[4px] p-[5px] border-[1px] border-[#D8D8D8] mb-[5px]"></textarea> class="w-[150px] h-[40px] rounded-[4px] p-[5px] border-[1px] border-[#D8D8D8] mb-[5px]"></textarea>
<a href="" class="btn w-[100px] h-[35px] min-h-[35px] rounded-[4px] bg-[#0041E8] text-white">Cập <a href=""
class="btn w-[100px] h-[35px] min-h-[35px] rounded-[4px] bg-[#0041E8] text-white">Cập
nhật</a> nhật</a>
</td> </td>
@@ -74,4 +76,5 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
</div> </div>

View File

@@ -7,7 +7,7 @@
</ul> </ul>
</div> </div>
<div class="w-[1140px] my-0 mx-auto"> <div class="w-[1140px] my-0 mx-auto p-[0_15px]">
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] mb-[15px]"> <div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] mb-[15px]">
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<div> <div>

View File

@@ -1,6 +1,5 @@
<div class="w-[100%]"> <div class="w-[100%]">
<div <div class="m-[15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]">
class="m-[15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)] overflow-x-auto">
<h1 class="text-2xl font-[700] mb-3">Danh sách khách hàng</h1> <h1 class="text-2xl font-[700] mb-3">Danh sách khách hàng</h1>
<div class="list-filter-account flex items-center"> <div class="list-filter-account flex items-center">
@@ -26,15 +25,15 @@
<button type="submit" class="px-[8px] py-[6px] rounded-[4px] text-white bg-[#0041E8]">Tìm kiếm</button> <button type="submit" class="px-[8px] py-[6px] rounded-[4px] text-white bg-[#0041E8]">Tìm kiếm</button>
</form> </form>
<div class="list-filter flex items-center justify-between mt-[15px]"> <div class="list-filter flex flex-wrap items-center justify-between mt-[15px]">
<select name="" id="" <select name="" id=""
class="w-[180px] h-[35px] p-[5px] border-[1px] border-[#D8D8D8] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]"> class="select w-[180px] h-[35px] min-h-[35px] p-[5px] border-[1px] border-[#D8D8D8] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mb-[15px]">
<option value="">Sắp xếp khách hàng</option> <option value="">Sắp xếp khách hàng</option>
</select> </select>
<div class="list flex items-center"> <div class="list flex items-center mb-[15px]">
<a href="/admin/customer/customer_add" class="flex items-center p-[8px_15px] border-[1px] border-[#0041E8] rounded-[4px] <a href="/admin/customer/customer_add" class="flex items-center p-[8px_15px] border-[1px] border-[#0041E8] rounded-[4px]
text-[#0041E8] ml-[15px] bg-[#F5F7FF] hover:text-white hover:bg-[#0041E8]"> text-[#0041E8] bg-[#F5F7FF] hover:text-white hover:bg-[#0041E8]">
<i class="fa-solid fa-user-plus"></i> <i class="fa-solid fa-user-plus"></i>
<span class="ml-[5px]">Thêm KH mới</span> <span class="ml-[5px]">Thêm KH mới</span>
</a> </a>
@@ -51,7 +50,7 @@
</div> </div>
</div> </div>
<div class="overflow-x-auto sm:whitespace-nowrap"> <div class="overflow-x-auto sm:whitespace-nowrap">
<table class="w-[100%] mt-[15px] table"> <table class="w-[100%] table">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px]"> <thead class="bg-[#F6F6F6] text-[#000] text-[14px]">
<tr> <tr>
<th>STT</th> <th>STT</th>

View File

@@ -1,5 +1,6 @@
<div <div class="w-[100%]">
class="bg-white m-[16px_0_16px_16px] p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]"> <div
class="bg-white m-[16px] p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]">
<p class="leading-[30px] mb-[13px] font-bold text-[24px]"> Danh sách Deal </p> <p class="leading-[30px] mb-[13px] font-bold text-[24px]"> Danh sách Deal </p>
<form method="get" enctype="multipart/form-data" action="/admin/" <form method="get" enctype="multipart/form-data" action="/admin/"
@@ -43,8 +44,8 @@
</div> </div>
</div> </div>
<div class="table"> <div class="overflow-x-auto">
<table> <table class="table">
<thead class="bg-[#f6f6f6] text-[#000] text-[14px] font-500"> <thead class="bg-[#f6f6f6] text-[#000] text-[14px] font-500">
<tr> <tr>
<td width="40"> <td width="40">
@@ -57,7 +58,7 @@
<td> Thông tin Deal </td> <td> Thông tin Deal </td>
<td> Thời gian Deal </td> <td> Thời gian Deal </td>
<td width="130"> <td width="130">
<select> <select class="select w-[120px_!important] h-[30px] min-h-[30px]">
<option value="">Tình trạng</option> <option value="">Tình trạng</option>
<option value="not-started"> Chưa bắt đầu </option> <option value="not-started"> Chưa bắt đầu </option>
<option value="started"> Đang bắt đầu </option> <option value="started"> Đang bắt đầu </option>
@@ -66,7 +67,7 @@
<option value="featured"> Đang nổi bật </option> <option value="featured"> Đang nổi bật </option>
</select> </select>
</td> </td>
<td> Công cụ </td> <td class="text-center"> Công cụ </td>
</tr> </tr>
</thead> </thead>
@@ -80,7 +81,9 @@
<td align="center"> 1 </td> <td align="center"> 1 </td>
<td> <td>
<div class="w-[100px]">
<img src="https://via.placeholder.com/500x500" class="block" /> <img src="https://via.placeholder.com/500x500" class="block" />
</div>
</td> </td>
<td> <td>
@@ -103,7 +106,7 @@
<p> Lượt xem: <b> 0 </b> </p> <p> Lượt xem: <b> 0 </b> </p>
</td> </td>
<td> <td class="whitespace-nowrap">
<b> 01-01-2024, 1:00 pm </b> đến <b> 01-01-2024, 1:00 pm </b> đến
<b class="block"> 31-03-2024, 8:00 pm </b> <b class="block"> 31-03-2024, 8:00 pm </b>
</td> </td>
@@ -137,7 +140,6 @@
<a href="" title="Cho Hiển thị" <a href="" title="Cho Hiển thị"
class="far fa-eye bg-[#F5F7FF] leading-[30px] rounded-[5px] text-[#0041E8_!important] text-center w-[30px] border border-[#0041E8] mr-[6px]"> class="far fa-eye bg-[#F5F7FF] leading-[30px] rounded-[5px] text-[#0041E8_!important] text-center w-[30px] border border-[#0041E8] mr-[6px]">
</a> </a>
<a href="" class="icons icon-delete" title="Xóa"></a> <a href="" class="icons icon-delete" title="Xóa"></a>
</div> </div>
</td> </td>
@@ -155,6 +157,7 @@
<a href="">4</a> <a href="">4</a>
<a href="" class="paging-next"><i class="fas fa-chevron-right"></i></a> <a href="" class="paging-next"><i class="fas fa-chevron-right"></i></a>
</div> </div>
</div>
</div> </div>
<script src="{{ 'checkbox.js' | asset_url }}"></script> <script src="{{ 'checkbox.js' | asset_url }}"></script>

View File

@@ -1,21 +1,24 @@
<div <div class="w-[100%]">
class="marketing-coupon-page bg-white m-[16px_0_16px_16px] p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]"> <div
class="marketing-coupon-page bg-white m-[16px] p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]">
<p class="leading-[30px] mb-[13px] font-[600] text-[24px]"> Coupon khuyến mại </p> <p class="leading-[30px] mb-[13px] font-[600] text-[24px]"> Coupon khuyến mại </p>
<div class="flex justify-between items-start m-[13px_0]"> <div class="flex justify-between items-start m-[13px_0]">
<p class="max-w-[1024px]">Danh sách phiếu giảm giá/ quà tặng dùng cho khách hàng khi đặt mua hàng từ website. <p class="max-w-[1024px]">Danh sách phiếu giảm giá/ quà tặng dùng cho khách hàng khi đặt mua hàng từ
Trước khi gửi đơn hàng, nếu khách hàng có mã số phiếu còn hiệu lực thì sẽ nhập vào đơn hàng để nhận được ưu website.
Trước khi gửi đơn hàng, nếu khách hàng có mã số phiếu còn hiệu lực thì sẽ nhập vào đơn hàng để nhận được
ưu
đãi ghi trên phiếu</p> đãi ghi trên phiếu</p>
<a href="/admin/marketing/coupon-add" <a href="/admin/marketing/coupon-add"
class="flex items-center whitespace-nowrap border border-[#0041E8] rounded-[4px] bg-[#F5F7FF] text-[#0041E8] font-[500] leading-[35px] p-[0_12px]"> class="flex items-center whitespace-nowrap ml-[15px] border border-[#0041E8] rounded-[4px] bg-[#F5F7FF] text-[#0041E8] font-[500] leading-[35px] p-[0_12px]">
<span <span
class="border-[1px] border-[#0041E8] h-[13px] w-[13px] leading-[10px] text-center rounded-[50%] mr-1">+</span> class="border-[1px] border-[#0041E8] h-[13px] w-[13px] leading-[10px] text-center rounded-[50%] mr-1">+</span>
<span>Thêm phiếu mới</span> <span>Thêm phiếu mới</span>
</a> </a>
</div> </div>
<div> <div class="overflow-x-auto">
<table class="table"> <table class="table">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px]"> <thead class="bg-[#F6F6F6] text-[#000] text-[14px]">
<tr> <tr>
@@ -36,17 +39,17 @@
<td class="whitespace-nowrap"> CP231020233 </td> <td class="whitespace-nowrap"> CP231020233 </td>
<td> <td class="whitespace-nowrap">
<p class="font-bold"> Test phiếu giảm giá </p> <p class="font-bold"> Test phiếu giảm giá </p>
<div> Test phiếu giảm giá </div> <div> Test phiếu giảm giá </div>
</td> </td>
<td> <td class="whitespace-nowrap">
<p class="font-bold"> Tặng sản phẩm </p> <p class="font-bold"> Tặng sản phẩm </p>
<p> Balo thời trang </p> <p> Balo thời trang </p>
</td> </td>
<td> <td class="whitespace-nowrap">
<div class="flex items-start"> <div class="flex items-start">
<p class="inline-block m-[0_6px_6px_0] text-[13px]"> <p class="inline-block m-[0_6px_6px_0] text-[13px]">
@@ -67,15 +70,18 @@
</div> </div>
</td> </td>
<td> <td class="whitespace-nowrap">
<p> 0 đã dùng </p> <p> 0 đã dùng </p>
<p> Tổng số: 20 </p> <p> Tổng số: 20 </p>
</td> </td>
<td> <td>
<div class="w-[250px]">
<p> - Tạo bởi: Đức (05-09-2022, 9:48 am) </p> <p> - Tạo bởi: Đức (05-09-2022, 9:48 am) </p>
<p> - Cập nhật cuối: hongvt@hurasoft.com<br>(03-10-2023, 8:31 am) </p> <p> - Cập nhật cuối: hongvt@hurasoft.com<br>(03-10-2023, 8:31 am) </p>
<p>- Giá trị đơn hàng tối thiểu: <b class="text-[#E00000] font-bold">2.000.000 đ</b> </p> <p>- Giá trị đơn hàng tối thiểu: <b class="text-[#E00000] font-bold">2.000.000 đ</b>
</p>
</div>
</td> </td>
<td> <td>
@@ -147,4 +153,5 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<a href=""> Form thêm / sửa coupon </a> <a href=""> Form thêm / sửa coupon </a>
</div> </div>
<div class="max-w-[1141px] m-auto"> <div class="max-w-[1141px] m-auto p-[0_15px]">
<div class="flex flex-wrap items-start m-[16px_0]"> <div class="flex flex-wrap items-start m-[16px_0]">
{% if global.url contains 'id=' %} <!-- Form chỉnh sửa --> {% if global.url contains 'id=' %} <!-- Form chỉnh sửa -->
<div <div

View File

@@ -11,12 +11,14 @@
{% include 'marketing/feed_list' %} {% include 'marketing/feed_list' %}
{% else %} {% else %}
<div <div class="w-[100%]">
class="m-[16px_0_16px_16px] p-[20px_16px] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]"> <div
class="m-[16px] p-[20px_16px] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]">
<p class="leading-[31px] font-bold text-[24px] mb-[12px]"> Facebook Product Ads </p> <p class="leading-[31px] font-bold text-[24px] mb-[12px]"> Facebook Product Ads </p>
<div class="flex items-center justify-between mb-[20px]"> <div class="flex items-center justify-between mb-[20px]">
<p class="mr-[15px]">Tổng hợp các danh sách chứa Sản phẩm dùng quảng cáo trên Facebook. Dùng link Facebook Feed <p class="mr-[15px]">Tổng hợp các danh sách chứa Sản phẩm dùng quảng cáo trên Facebook. Dùng link Facebook
Feed
ở danh sách phù hợp để nhập trong facebook ad manager</p> ở danh sách phù hợp để nhập trong facebook ad manager</p>
<a href="/admin/marketing/feed?view=fb-product-add" <a href="/admin/marketing/feed?view=fb-product-add"
@@ -27,8 +29,8 @@
</a> </a>
</div> </div>
<div class="table"> <div class="overflow-x-auto">
<table> <table class="table">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px] font-500"> <thead class="bg-[#F6F6F6] text-[#000] text-[14px] font-500">
<tr> <tr>
<td width="45"> STT </td> <td width="45"> STT </td>
@@ -46,35 +48,39 @@
<tr> <tr>
<td align="center"> 1 </td> <td align="center"> 1 </td>
<td class="font-bold"> 2023 còn hàng </td> <td class="font-bold whitespace-nowrap"> 2023 còn hàng </td>
<td align="center"> 6.055 sp </td> <td align="center"> 6.055 sp </td>
<td> <td>
<div class="min-w-[200px]">
<input type="text" value="/feed/facebook.php?id=1" readonly <input type="text" value="/feed/facebook.php?id=1" readonly
class="block leading-[32px] w-[100%] bg-[#fff] p-[0_10px] m-[0_0_4px] rounded-[4px] shadow-[0px_2px_4px_0px_rgba(0,0,0,0.12)]" /> class="block leading-[32px] w-[100%] bg-[#fff] p-[0_10px] m-[0_0_4px] rounded-[4px] shadow-[0px_2px_4px_0px_rgba(0,0,0,0.12)]" />
<a href=""> FB feed </a> <a href=""> FB feed </a>
</div>
</td> </td>
<td> <td>
<div class="min-w-[200px]">
<input type="text" value="/feed/google.php?id=1" readonly <input type="text" value="/feed/google.php?id=1" readonly
class="block leading-[32px] w-[100%] bg-[#fff] p-[0_10px] m-[0_0_4px] rounded-[4px] shadow-[0px_2px_4px_0px_rgba(0,0,0,0.12)]" /> class="block leading-[32px] w-[100%] bg-[#fff] p-[0_10px] m-[0_0_4px] rounded-[4px] shadow-[0px_2px_4px_0px_rgba(0,0,0,0.12)]" />
<a href=""> Google feed </a> <a href=""> Google feed </a>
</div>
</td> </td>
<td> <td class="whitespace-nowrap">
<p> Trương Thị Thái Ninh </p> <p> Trương Thị Thái Ninh </p>
<p> 25-10-2023, 3:05 pm </p> <p> 25-10-2023, 3:05 pm </p>
</td> </td>
<td> <td>
<div class="flex items-center flex-wrap justify-center"> <div class="flex items-center flex-wrap justify-center w-[250px]">
<a href="/admin/marketing/feed?view=fb-product-list&id=1" <a href="/admin/marketing/feed?view=fb-product-list&id=1"
class="block text-center font-[500] text-[#fff_!important] bg-[#0041E8] rounded-[4px] p-[0_9px] leading-[30px] mr-[8px]">Xem class="block text-center font-[500] text-[#fff_!important] bg-[#0041E8] rounded-[4px] p-[0_9px] leading-[30px] mr-[8px]">Xem
sản phẩm</a> sản phẩm</a>
<a href="/admin/marketing/feed?view=fb-product-add&id=1" class="icons icon-edit mr-[8px]" <a href="/admin/marketing/feed?view=fb-product-add&id=1"
title="Sửa lại"></a> class="icons icon-edit mr-[8px]" title="Sửa lại"></a>
<a href="/admin/marketing/feed?view=fb-product-select&id=1" <a href="/admin/marketing/feed?view=fb-product-select&id=1"
class="fas fa-plus-circle w-[30px] leading-[30px] mr-[8px] text-center rounded-[4px] border border-[#0041E8] bg-[#F5F7FF]" class="fas fa-plus-circle w-[30px] leading-[30px] mr-[8px] text-center rounded-[4px] border border-[#0041E8] bg-[#F5F7FF]"
@@ -97,5 +103,6 @@
<a href="">4</a> <a href="">4</a>
<a href="" class="paging-next"><i class="fas fa-chevron-right"></i></a> <a href="" class="paging-next"><i class="fas fa-chevron-right"></i></a>
</div> </div>
</div>
</div> </div>
{% endif %} {% endif %}

View File

@@ -3,7 +3,7 @@
<a href=""> Upload Poster </a> <a href=""> Upload Poster </a>
</div> </div>
<div class="max-w-[1140px] m-auto"> <div class="max-w-[1140px] m-auto p-[0_15px]">
<i class="block text-[13px] leading-[18px] mb-[10px]">Chức năng này cho phép bạn upload các file quảng cáo poster. <i class="block text-[13px] leading-[18px] mb-[10px]">Chức năng này cho phép bạn upload các file quảng cáo poster.
Yêu cầu cần đặt trong file đuôi .zip. Server này giới hạn dung lượng file upload là 20 MB, do vậy nếu file .zip Yêu cầu cần đặt trong file đuôi .zip. Server này giới hạn dung lượng file upload là 20 MB, do vậy nếu file .zip
@@ -15,15 +15,17 @@
Upload poster quảng cáo </p> Upload poster quảng cáo </p>
<div class="flex flex-wrap items-start m-[16px_0]"> <div class="flex flex-wrap items-start m-[16px_0]">
<div class="w-[25%] mr-[16px]">
<div <div
class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden"> class="bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
<a href="javascript:void(0)" <a href="javascript:void(0)"
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition" class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"
style="color: #Fff;background: #0041E8;"> Upload Poster </a> style="color: #Fff;background: #0041E8;"> Upload Poster </a>
</div> </div>
</div>
<form enctype="multipart/form-data" method="post" <form enctype="multipart/form-data" method="post"
class="w-[852px] bg-white p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> class="w-[calc(100%_-25%_-16px)] bg-white p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<p class="mb-[20px]"> File zip chỉ được phép chứa file ảnh (jpg, gif) và html nếu có. </p> <p class="mb-[20px]"> File zip chỉ được phép chứa file ảnh (jpg, gif) và html nếu có. </p>
<p class="mb-[20px]"> <p class="mb-[20px]">

View File

@@ -1,4 +1,4 @@
<div class="max-w-[1141px] m-[17px_auto_20px]"> <div class="max-w-[1141px] m-[17px_auto_20px] p-[0_15px]">
<div class="flex flex-wrap items-start justify-center"> <div class="flex flex-wrap items-start justify-center">
<div <div
@@ -17,16 +17,18 @@
</div> </div>
<!-- col left --> <!-- col left -->
<div class="w-[25%] mr-[16px]">
<div <div
class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden"> class="bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
<a href="javascript:void(0)" <a href="javascript:void(0)"
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition" class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"
style="color: #Fff;background: #0041E8;"> Thông tin </a> style="color: #Fff;background: #0041E8;"> Thông tin </a>
</div> </div>
</div>
<!-- col right --> <!-- col right -->
<form method="post" enctype="multipart/form-data" <form method="post" enctype="multipart/form-data"
class="order-page-table w-[852px] bg-white p-[16pX_16px_20px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block text-[#6B7280]"> class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16pX_16px_20px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block text-[#6B7280]">
<table> <table>
<tr> <tr>

View File

@@ -1,5 +1,6 @@
<div <div class="w-[100%]">
class="marketing-coupon-page bg-white m-[16px_0_16px_16px] p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]"> <div
class="marketing-coupon-page bg-white m-[16px] p-[20px_16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]">
<p class="leading-[30px] text-[24px] font-bold m-[0_0_12px]"> Khuyến mại theo sản phẩm </p> <p class="leading-[30px] text-[24px] font-bold m-[0_0_12px]"> Khuyến mại theo sản phẩm </p>
<form method="get" enctype="multipart/form-data" action="/admin/" <form method="get" enctype="multipart/form-data" action="/admin/"
@@ -14,7 +15,8 @@
</form> </form>
<div class="flex items-center justify-between m-[20px_0_25px]"> <div class="flex items-center justify-between m-[20px_0_25px]">
<p> Danh sách các khuyến mại đi kèm khi người dùng mua Sản phẩm. Bạn cần tạo khuyến mại và lựa chọn Sản phẩm phù <p> Danh sách các khuyến mại đi kèm khi người dùng mua Sản phẩm. Bạn cần tạo khuyến mại và lựa chọn Sản phẩm
phù
hợp cho từng khuyến mại </p> hợp cho từng khuyến mại </p>
<div class="flex items-center"> <div class="flex items-center">
@@ -33,7 +35,7 @@
</div> </div>
</div> </div>
<div> <div class="overflow-x-auto">
<table class="table"> <table class="table">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px]"> <thead class="bg-[#F6F6F6] text-[#000] text-[14px]">
<tr class="font-[600]"> <tr class="font-[600]">
@@ -49,7 +51,7 @@
<tbody> <tbody>
<td align="center"> 1 </td> <td align="center"> 1 </td>
<td> <td class="whitespace-nowrap">
<p> <p>
[Quà tặng] <b class="text-[#0041E8] font-bold">Phiếu mua hàng trị giá 100.000 VND</b> [Quà tặng] <b class="text-[#0041E8] font-bold">Phiếu mua hàng trị giá 100.000 VND</b>
</p> </p>
@@ -58,11 +60,11 @@
<p> - Số lượng: 0 </p> <p> - Số lượng: 0 </p>
</td> </td>
<td> <td class="whitespace-nowrap">
<p>Không giới hạn thời gian</p> <p>Không giới hạn thời gian</p>
</td> </td>
<td> <td class="whitespace-nowrap">
<p>Admin</p> <p>Admin</p>
<p>06-06-2020, 10:57 am</p> <p>06-06-2020, 10:57 am</p>
</td> </td>
@@ -73,7 +75,7 @@
</td> </td>
<td> <td>
<div class="flex items-center flex-wrap justify-center"> <div class="flex items-center flex-wrap justify-center w-[180px]">
<a href="/admin/marketing/promotion-add?id=1" <a href="/admin/marketing/promotion-add?id=1"
class="border-[1px] border-[#0041E8] icons icon-edit w-[32px] h-[32px] mr-[6px]" class="border-[1px] border-[#0041E8] icons icon-edit w-[32px] h-[32px] mr-[6px]"
title="Sửa lại"></a> title="Sửa lại"></a>
@@ -89,4 +91,5 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<a href=""> Form thêm/sửa khuyến mại </a> <a href=""> Form thêm/sửa khuyến mại </a>
</div> </div>
<div class="max-w-[1141px] m-[0_auto_20px]"> <div class="max-w-[1141px] m-[auto] p-[0_15px]">
<div class="flex flex-wrap items-start justify-center"> <div class="flex flex-wrap items-start justify-center">
{% if global.url contains 'id=' %} {% if global.url contains 'id=' %}
<div <div

View File

@@ -6,7 +6,7 @@
<li class="text-[#0041E8]">Form thêm/sửa sản phẩm</li> <li class="text-[#0041E8]">Form thêm/sửa sản phẩm</li>
</ul> </ul>
</div> </div>
<div class="w-[1141px] m-auto"> <div class="w-[1141px] m-auto p-[0_15px]">
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] mb-[15px]"> <div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] mb-[15px]">
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">

View File

@@ -1,18 +1,21 @@
<form method="post" enctype="multipart/form-data" class="order-page-table w-[852px] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> <form method="post" enctype="multipart/form-data"
class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<table> <table>
<tr> <tr>
<td width="230"> Thay Ảnh nền </td> <td width="230"> Thay Ảnh nền </td>
<td> <td>
<div> <div>
<img src="https://via.placeholder.com/1920x900" class="block"/> <img src="https://via.placeholder.com/1920x900" class="block" />
</div> </div>
<input type="file" class="cursor-pointer m-[12px_0]" /> <input type="file" class="cursor-pointer m-[12px_0]" />
<i class="block text-[#E00000] font-[300]"> Bạn có thể thay nền website bằng hình ảnh. Với file ảnh, yêu cầu là .jpg, .gif, hoặc .png và dung lượng tối đa 300KB. </i> <i class="block text-[#E00000] font-[300]"> Bạn có thể thay nền website bằng hình ảnh. Với file ảnh, yêu
cầu là .jpg, .gif, hoặc .png và dung lượng tối đa 300KB. </i>
</td> </td>
</tr> </tr>
</table> </table>
<input type="submit" value="Cập nhật" class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]"/> <input type="submit" value="Cập nhật"
class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
</form> </form>

View File

@@ -1,10 +1,11 @@
<form method="post" enctype="multipart/form-data" class="order-page-table w-[852px] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> <form method="post" enctype="multipart/form-data"
class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<table> <table>
<tr> <tr>
<td width="215"> Thay Logo </td> <td width="215"> Thay Logo </td>
<td> <td>
<div class="mb-[15px]"> <div class="mb-[15px]">
<img src="https://via.placeholder.com/400x300" class="block max-h-[100px]"/> <img src="https://via.placeholder.com/400x300" class="block max-h-[100px]" />
</div> </div>
<input type="file" class="cursor-pointer" /> <input type="file" class="cursor-pointer" />
@@ -16,7 +17,7 @@
<td> <td>
<div class="mb-[15px]"> <div class="mb-[15px]">
<img src="https://via.placeholder.com/400x300" class="block max-h-[100px]"/> <img src="https://via.placeholder.com/400x300" class="block max-h-[100px]" />
</div> </div>
<input type="file" class="cursor-pointer" /> <input type="file" class="cursor-pointer" />
@@ -24,5 +25,6 @@
</tr> </tr>
</table> </table>
<input type="submit" value="Cập nhật" class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]"/> <input type="submit" value="Cập nhật"
class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
</form> </form>

View File

@@ -1,5 +1,5 @@
<form method="post" enctype="multipart/form-data" <form method="post" enctype="multipart/form-data"
class="order-page-table w-[852px] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<i class="block text-[#E00000] leading-[20px] mb-[20px]"> <i class="block text-[#E00000] leading-[20px] mb-[20px]">
<b>Cảnh báo:</b> Vì các cài đặt sau sẽ được sử dụng ở biến global. Nên hệ thống sẽ cho phép tạo tối đa 20 giá <b>Cảnh báo:</b> Vì các cài đặt sau sẽ được sử dụng ở biến global. Nên hệ thống sẽ cho phép tạo tối đa 20 giá
trị và giới hạn số ký tự không quá 500 mỗi giá trị để đảm bảo website hoạt động tốt. Do vậy chỉ cài đặt các nội trị và giới hạn số ký tự không quá 500 mỗi giá trị để đảm bảo website hoạt động tốt. Do vậy chỉ cài đặt các nội

View File

@@ -1,5 +1,5 @@
<form method="post" enctype="multipart/form-data" <form method="post" enctype="multipart/form-data"
class="order-page-table w-[852px] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<table> <table>
<tr> <tr>
<td width="230"> Link nhảy đến </td> <td width="230"> Link nhảy đến </td>

View File

@@ -3,32 +3,45 @@
<a href=""> Form sửa phần header </a> <a href=""> Form sửa phần header </a>
</div> </div>
<div class="max-w-[1141px] flex flex-wrap items-start m-[0_auto_16px_auto]"> <div class="max-w-[1141px] flex flex-wrap items-start m-[0_auto_16px_auto] p-[0_15px]">
<div class="w-[100%] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[18px]"> <div
class="w-[100%] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[18px]">
<p class="font-bold text-[20px] leading-[26px] mb-[10px]"> Tùy chỉnh thành phần giao diện </p> <p class="font-bold text-[20px] leading-[26px] mb-[10px]"> Tùy chỉnh thành phần giao diện </p>
<p class="w-[100%] text-[#6B7280]"> <p class="w-[100%] text-[#6B7280]">
<b>Chú ý:</b> Chức năng này chỉ áp dụng với các giao diện đã được cài đặt cho phép thay đổi 1 số thành phần của giao diện. Biến template sử dụng $settings (global) <b>Chú ý:</b> Chức năng này chỉ áp dụng với các giao diện đã được cài đặt cho phép thay đổi 1 số thành phần
của giao diện. Biến template sử dụng $settings (global)
</p> </p>
</div> </div>
<div class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden"> <div class="w-[25%] mr-[16px]">
<a href="/admin/system/store-design?section=header" {% if global.url contains 'section=header' %} style="color: #Fff;background: #0041E8;"{% endif %} class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"> <div
class="w-full bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
<a href="/admin/system/store-design?section=header" {% if global.url contains 'section=header' %}
style="color: #Fff;background: #0041E8;" {% endif %}
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
Phần header Phần header
</a> </a>
<a href="/admin/system/store-design?section=popup" {% if global.url contains 'section=popup' %} style="color: #Fff;background: #0041E8;"{% endif %} class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"> <a href="/admin/system/store-design?section=popup" {% if global.url contains 'section=popup' %}
style="color: #Fff;background: #0041E8;" {% endif %}
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
Banner Pop-Up Banner Pop-Up
</a> </a>
<a href="/admin/system/store-design?section=background" {% if global.url contains 'section=background' %} style="color: #Fff;background: #0041E8;"{% endif %} class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"> <a href="/admin/system/store-design?section=background" {% if global.url contains 'section=background' %}
style="color: #Fff;background: #0041E8;" {% endif %}
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
Hình nền website Hình nền website
</a> </a>
<a href="/admin/system/store-design?section=other" {% if global.url contains 'section=other' %} style="color: #Fff;background: #0041E8;"{% endif %} class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"> <a href="/admin/system/store-design?section=other" {% if global.url contains 'section=other' %}
style="color: #Fff;background: #0041E8;" {% endif %}
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
Thông tin khác Thông tin khác
</a> </a>
</div> </div>
</div>
{% if global.url contains 'section=header' %} {% if global.url contains 'section=header' %}

View File

@@ -108,7 +108,7 @@
<div class="admin-content-container 2xl:ml-[245px] 2xl:w-[calc(100%_-50px)] lg:ml-[245px] lg:w-[calc(100%_-50px)] md:ml-0 sm:ml-0 md:w-full sm:w-full" <div class="admin-content-container 2xl:ml-[245px] 2xl:w-[calc(100%_-50px)] lg:ml-[245px] lg:w-[calc(100%_-50px)] md:ml-0 sm:ml-0 md:w-full sm:w-full"
id="js-admin-content-container"> id="js-admin-content-container">
<!-- Header --> <!-- Header -->
<div class="admin-header-container flex items-center flex-wrap justify-between bg-white px-4 py-3"> <div class="admin-header-container flex items-center justify-between bg-white px-4 py-3">
<div class="flex items-center"> <div class="flex items-center">
<a href="javascript:void(0)" title="Mở menu" <a href="javascript:void(0)" title="Mở menu"
class="icon-close lg:hidden md:block mr-[10px] 2xl:hidden sm:block" id="js-show-menu"> class="icon-close lg:hidden md:block mr-[10px] 2xl:hidden sm:block" id="js-show-menu">
@@ -140,7 +140,7 @@
</form> </form>
</div> </div>
<div class="admin-header-right flex items-center justify-end sm:mt-[10px]"> <div class="admin-header-right flex items-center justify-end">
<a href="" title="Truy cập trung tâm hỗ trợ của Hurasoft"> <a href="" title="Truy cập trung tâm hỗ trợ của Hurasoft">
<i class="icons header-support"></i> <i class="icons header-support"></i>
</a> </a>

View File

@@ -1,19 +1,26 @@
<div class="max-w-[1141px] m-[17px_auto_20px]"> <div class="max-w-[1141px] m-[17px_auto_20px] p-[0_15px]">
<div class="flex flex-wrap items-start justify-center"> <div class="flex flex-wrap items-start justify-center">
<div class="w-[100%] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]"> <div
class="w-[100%] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px]">
<p class="font-bold text-[20px]"> Upload Excel SEO sản phẩm </p> <p class="font-bold text-[20px]"> Upload Excel SEO sản phẩm </p>
<p class="text-[#6B7280] mt-[10px]"> Yêu cầu file excel theo đúng Cấu hình cột Excel bên dưới </p> <p class="text-[#6B7280] mt-[10px]"> Yêu cầu file excel theo đúng Cấu hình cột Excel bên dưới </p>
</div> </div>
<!-- col left --> <!-- col left -->
<div class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden"> <div class="w-[25%] mr-[16px]">
<a href="javascript:void(0)" class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition" style="color: #Fff;background: #0041E8;"> Thông tin </a> <div
class="bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
<a href="javascript:void(0)"
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition"
style="color: #Fff;background: #0041E8;"> Thông tin </a>
</div>
</div> </div>
<!-- col right --> <!-- col right -->
<form method="post" enctype="multipart/form-data" class="order-page-table w-[852px] bg-white p-[16pX_16px_20px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block"> <form method="post" enctype="multipart/form-data"
class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16pX_16px_20px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
<table> <table>
<tr> <tr>
<td width="215"> File cập nhật </td> <td width="215"> File cập nhật </td>
@@ -59,7 +66,8 @@
</tr> </tr>
</table> </table>
<input name="commit" type="submit" value="Cập nhật" class="inline-block cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px] mt-[17px]"/> <input name="commit" type="submit" value="Cập nhật"
class="inline-block cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px] mt-[17px]" />
</form> </form>
</div> </div>
</div> </div>