2025-02-19 14:55:19 +07:00
|
|
|
<div class="max-w-[1141px] m-[17px_auto_20px] p-[0_15px]">
|
2024-02-21 09:54:46 +07:00
|
|
|
<div class="flex flex-wrap items-start justify-center">
|
|
|
|
|
|
2025-02-19 14:55:19 +07:00
|
|
|
<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]">
|
2024-02-21 09:54:46 +07:00
|
|
|
<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>
|
2025-02-19 14:55:19 +07:00
|
|
|
</div>
|
2024-02-21 09:54:46 +07:00
|
|
|
|
|
|
|
|
<!-- col left -->
|
2025-02-19 14:55:19 +07:00
|
|
|
<div class="w-[25%] mr-[16px]">
|
|
|
|
|
<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>
|
2024-02-21 09:54:46 +07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- col right -->
|
2025-02-19 14:55:19 +07:00
|
|
|
<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">
|
2024-02-21 09:54:46 +07:00
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="215"> File cập nhật </td>
|
|
|
|
|
|
|
|
|
|
<td>
|
2025-02-20 16:27:50 +07:00
|
|
|
<input type="file"
|
|
|
|
|
class="file-input w-full max-w-sm h-[40px] text-[14px] rounded-[4px] file-input-primary">
|
2024-02-21 09:54:46 +07:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td> Cấu hình cột Excel </td>
|
|
|
|
|
|
|
|
|
|
<td>
|
2025-02-19 14:55:19 +07:00
|
|
|
|
2024-02-21 09:54:46 +07:00
|
|
|
<table>
|
|
|
|
|
<tr class="font-[600] bg-[#ECECEC_!important]">
|
|
|
|
|
<td> Cột Excel </td>
|
|
|
|
|
<td> Nội dung </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td> A </td>
|
|
|
|
|
<td> ID Sản phẩm Web </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td> B </td>
|
|
|
|
|
<td> Mã kho (SKU) </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td> C </td>
|
|
|
|
|
<td> Thẻ Meta Title </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td> D </td>
|
|
|
|
|
<td> Thẻ Meta Keyword </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td> E </td>
|
|
|
|
|
<td> Thẻ Meta Description </td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
2025-02-19 14:55:19 +07:00
|
|
|
<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]" />
|
2024-02-21 09:54:46 +07:00
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|