68 lines
3.7 KiB
HTML
68 lines
3.7 KiB
HTML
|
|
<div class="w-[100%] mb-[50px]">
|
||
|
|
|
||
|
|
<div class="text-sm breadcrumbs ml-[10px]">
|
||
|
|
<ul>
|
||
|
|
<li><a href="/admin/payinstall">Cài đặt trả góp</a></li>
|
||
|
|
<li class="text-[#0041E8]">Form thêm / sửa thời gian</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="w-[1140px] my-0 mx-auto">
|
||
|
|
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] my-[15px]">
|
||
|
|
<div class="flex items-center justify-between">
|
||
|
|
<h1 class="text-[20px] font-[700]">Cập nhật thời gian</h1>
|
||
|
|
<a href="/admin/payinstall/add-period"
|
||
|
|
class="flex items-center border-[1px] border-[#ECECEC] rounded-[4px] p-[5px_10px_5px_10px]">
|
||
|
|
<span
|
||
|
|
class="w-[14px] h-[14px] border-[1px] rounded-[50%] border-[#6B7280] text-center leading-[11px] mr-[5px] text-[#6B7280]">+</span>
|
||
|
|
<span class="text-[#6B7280]">Thêm thời gian</span>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<p class="text-[#6B7280]">6 tháng</p>
|
||
|
|
</div>
|
||
|
|
<div class="flex">
|
||
|
|
<div class="left w-[270px] mr-[10px]">
|
||
|
|
<div class="list-tab">
|
||
|
|
<a href="javascript:void(0)"
|
||
|
|
class="item block w-[100%] h-[36px] text-white bg-[#0041E8] rounded-[10px] text-[13px] leading-[35px] px-[10px]">Chỉnh
|
||
|
|
sửa</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="right w-[860px]">
|
||
|
|
<div
|
||
|
|
class="bg-white p-[15px] rounded-[10px_10px_0_0] shadow-[0_-1px_1px_0px_#0000001A] border-b-[6px] border-[#FAFAFB]">
|
||
|
|
<b class="text-[20px] mb-[10px] block">Thông tin cơ bản</b>
|
||
|
|
|
||
|
|
<div class="form-control mb-[10px]">
|
||
|
|
<div class="flex items-center mb-[5px]">
|
||
|
|
<label class="font-[600] mr-[5px] text-[14px]">Số tháng</label>
|
||
|
|
<p class="text-[#6B7280]">Tháng (* ghi số, ví dụ 6)</p>
|
||
|
|
</div>
|
||
|
|
<input type="text" size="60" name="" id="" placeholder="Số tháng"
|
||
|
|
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="form-control mb-[10px]">
|
||
|
|
<div class="flex items-center mb-[5px]">
|
||
|
|
<label class="font-[600] mr-[5px] text-[14px]">Lãi suất</label>
|
||
|
|
<p class="text-[#6B7280]">% (* ghi số thập phân, ví dụ: 2.6 - tương đương 2.6%)</p>
|
||
|
|
</div>
|
||
|
|
<input type="text" size="60" name="" id="" placeholder="Lãi suất"
|
||
|
|
class="w-[50%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="form-control mb-[10px]">
|
||
|
|
<label class="font-[600] mb-[5px] text-[14px]">Thứ tự hiển thị</label>
|
||
|
|
<input type="text" size="60" name="" id="" placeholder="0"
|
||
|
|
class="w-[50%] 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="bg-white p-[10px] rounded-[0_0_10px_10px] shadow-[0_1px_1px_0px_#0000001A]">
|
||
|
|
<input class="w-[82px] h-[32px] bg-[#0041E8] rounded-[4px] text-white cursor-pointer"
|
||
|
|
id="submit-collection-btn" name="commit" type="submit" value="Cập nhật" />
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|