marketing

This commit is contained in:
2024-02-21 09:54:46 +07:00
parent 200a04e66a
commit 546ac5d1e2
9 changed files with 828 additions and 0 deletions

65
template/url/url_seo.html Normal file
View File

@@ -0,0 +1,65 @@
<div class="max-w-[1141px] m-[17px_auto_20px]">
<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]">
<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>
</div>
<!-- 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">
<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>
<!-- 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">
<table>
<tr>
<td width="215"> File cập nhật </td>
<td>
<input type="file">
</td>
</tr>
<tr>
<td> Cấu hình cột Excel </td>
<td>
<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>
<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>
</div>
</div>