This commit is contained in:
2026-03-07 10:26:20 +07:00
commit aa223ce3bb
1128 changed files with 118856 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
<div class="w-[852px]">
<div class="p-[15px] mb-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
<table class="css-table">
<tr>
<td class="w-[258px] align-text-top">
<b class="block">Kích thước ảnh sản phẩm</b>
<span class="text-[#6B7280] italic">Điều chỉnh kích thước ảnh cho phù hợp với giao diện
website:</span>
</td>
<td>
<div class="flex items-center mb-[10px]">
<b class="w-[70px]">thumb</b>
<input type="text"
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
<span class="italic ml-[7px] text-[#6B7280]">px</span>
</div>
<div class="flex items-center mb-[10px]">
<b class="w-[70px]">small</b>
<input type="text"
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
<span class="italic ml-[7px] text-[#6B7280]">px</span>
</div>
<div class="flex items-center mb-[10px]">
<b class="w-[70px]">medium</b>
<input type="text"
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
<span class="italic ml-[7px] text-[#6B7280]">px</span>
</div>
<div class="flex items-center">
<b class="w-[70px]">large</b>
<input type="text"
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
<span class="italic ml-[7px] text-[#6B7280]">px</span>
</div>
</td>
</tr>
<tr>
<td class="w-[258px] align-text-top">
<b>Tạo ảnh vuông</b>
</td>
<td>
<div class="check-form flex items-center mb-[10px]">
<input type="checkbox" name="" value="1" checked
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
<span class="ml-[10px] text-[#6B7280]">Tạo các ảnh nhỏ hình vuông với kích thước như trên
</span>
</div>
</td>
</tr>
<tr>
<td class="w-[258px] align-text-top">
<b>Ghi chữ bản quyền lên ảnh</b>
</td>
<td>
<div class="check-form flex items-center">
<input type="checkbox" name="" value="1" checked
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
<span class="ml-[10px] text-[#6B7280]">Ghi bản quyền</span>
</div>
<p class="ml-[25px] text-[#6B7280] italic">(Tên miền website demopc8.hurasoft.com sẽ được ghi lên
ảnh sản
phẩm)</p>
</td>
</tr>
</table>
<input type="submit" value="Cập nhật"
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
</div>
</div>