update
This commit is contained in:
74
old/template/url/url_seo.html
Normal file
74
old/template/url/url_seo.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<div class="max-w-[1141px] m-[17px_auto_20px] p-[0_15px]">
|
||||
<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-[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>
|
||||
</div>
|
||||
|
||||
<!-- col right -->
|
||||
<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>
|
||||
<tr>
|
||||
<td width="215"> File cập nhật </td>
|
||||
|
||||
<td>
|
||||
<input type="file"
|
||||
class="file-input w-full max-w-sm h-[40px] text-[14px] rounded-[4px] file-input-primary">
|
||||
</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>
|
||||
Reference in New Issue
Block a user