73 lines
4.1 KiB
HTML
73 lines
4.1 KiB
HTML
<div class="global-breadcrumb-container">
|
|
<a href="/admin/template"> Sửa file template </a>
|
|
<a href=""> Thêm/ sửa template file, giao diện </a>
|
|
</div>
|
|
|
|
<div class="max-w-[1141px] flex flex-wrap items-start m-[0_auto_16px_auto]">
|
|
<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="flex items-center justify-between">
|
|
<p class="font-bold text-[20px] leading-[26px] block"> Cập nhật template file, giao diện </p>
|
|
<div class="flex items-center">
|
|
<a href="/admin/template/add-template/"
|
|
class="flex items-center justify-end m-[auto_0_auto_auto] text-right whitespace-nowrap border border-[#ECECEC] rounded-[4px] bg-[#fff] text-[#6B7280] font-[500] p-[7px]">
|
|
<span
|
|
class="block border-[1px] border-[#6B7280] h-[15px] w-[14px] leading-[11px] text-center rounded-[50%] mr-1">+</span>
|
|
<span>Thêm template mới</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<p class="text-[#6B7280] block mt-[5px]">mobile_detail</p>
|
|
</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">
|
|
<a href="javascript:void(0)" style="color: #Fff;background: #0041E8;"
|
|
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
|
|
Thông tin
|
|
</a>
|
|
</div>
|
|
|
|
<div class="w-[852px]">
|
|
<div class="p-[15px] bg-white rounded-[15px_15px_0_0] shadow-[0px_-1px_1px_0px_#0000001A]">
|
|
<b class="block text-[20px] mb-[10px]">Cập nhật lại</b>
|
|
<div class="form-control mb-[15px] w-[100%]">
|
|
<div class="flex items-center mb-[5px]">
|
|
<label class="font-[600] text-[14px]">File name</label>
|
|
<span class="ml-[5px] text-[#6B7280] italic">v.d. product_detail, account_home</span>
|
|
</div>
|
|
<input name="" id="" placeholder="File name"
|
|
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]" />
|
|
</div>
|
|
<div class="flex">
|
|
<div class="form-control mb-[15px] w-[45%]">
|
|
<div class="flex items-center mb-[7px]">
|
|
<label class="font-[600] text-[14px]">Module</label>
|
|
<span class="ml-[5px] text-[#6B7280] italic">v.d. product / other / customer / ajax</span>
|
|
</div>
|
|
<select name="" id=""
|
|
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]">
|
|
<option value="">--Chọn--</option>
|
|
</select>
|
|
</div>
|
|
<div class="w-[55%] ml-[7px] flex items-center mt-[6px]">
|
|
<b class="block mx-[10px] whitespace-nowrap text-[#383C44]">hoặc nhập</b>
|
|
<input name="" id="" placeholder=""
|
|
class="w-[100%] h-[32px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]" />
|
|
</div>
|
|
</div>
|
|
<div class="form-control w-[100%]">
|
|
<div class="flex items-center mb-[5px]">
|
|
<label class="font-[600] text-[14px]">STT</label>
|
|
</div>
|
|
<input name="" id="" placeholder="STT"
|
|
class="w-[50%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]" />
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="p-[15px] bg-white rounded-[0_0_15px_15px] shadow-[0px_1px_1px_0px_#0000001A] border-t-[6px] border-[#FAFAFB]">
|
|
<input 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]" />
|
|
</div>
|
|
</div>
|
|
</div> |