Files
admin_hura_8/template/system/pay_method.html
2024-05-04 09:29:34 +07:00

69 lines
3.5 KiB
HTML

<div class="global-breadcrumb-container">
<a href="/admin/system"> Cài đặt chung </a>
<a href=""> Các phương thức thanh toá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 mb-[7px]">
<p class="font-bold text-[20px] leading-[26px] block"> Các phương thức thanh toán </p>
<a href="/admin/system/pay-method-add" id="add-prod"
class="p-[7px_10px] border-[1px] border-[#ECECEC] rounded-[4px] text-[14px] text-[#0041E8] flex items-center"><span
class="border-[1px] border-[#6B7280] h-[15px] w-[14px] text-[#6B7280] leading-[11px] text-center rounded-[50%] mr-1">+</span>
<span class="font-[500] text-[#6B7280]">Thêm phương thức mới</span></a>
</div>
<p class="text-[#6B7280]">Cập nhật các phương thức thanh toán mà quý khách muốn hiển thị ở trang thanh toán đơn
hàng. Chỉ các phương
thức ở trạng
thái "Đang hiển thị" được hiển thị ở trang thanh toán.
</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] shadow-[0px_1px_1px_0px_#0000001A]">
<table class="style-table">
<thead>
<tr>
<th>STT</th>
<th>Phân loại</th>
<th>Phương thức</th>
<th>Cập nhật</th>
<th>Thứ tự</th>
<th>Lựa chọn</th>
</tr>
</thead>
<tbody>
<tr>
<td class="align-text-top">1</td>
<td class="align-text-top">cod</td>
<td class="align-text-top">Thanh toán khi nhận hàng (COD) (#1)</td>
<td>
<p>25-09-2022, 2:42 pm</p>
<p>Hurasoft Test</p>
</td>
<td class="align-text-top">10</td>
<td class="align-text-top">
<div class="flex items-center justify-center">
<a href=""
class='w-[30px] h-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
class='icons icon-edit'></i></a>
<a href=""
class='w-[30px] h-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
class="fa-regular fa-eye-slash text-[#0041E8]"></i></a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>