Actualizar servicios.html

This commit is contained in:
2026-03-07 17:25:38 +00:00
parent 6b615a912a
commit 32bfe6fe76

View File

@@ -278,7 +278,7 @@
<div class="w-full md:w-7/12 p-5 overflow-y-auto no-scrollbar flex flex-col gap-4"> <div class="w-full md:w-7/12 p-5 overflow-y-auto no-scrollbar flex flex-col gap-4">
<div class="bg-slate-50 p-4 rounded-[1rem] border border-slate-100 shrink-0"> <div class="bg-slate-50 p-4 pb-6 rounded-[1rem] border border-slate-100 shrink-0 max-h-[380px] overflow-y-auto no-scrollbar shadow-inner">
<div class="flex justify-between items-start mb-3"> <div class="flex justify-between items-start mb-3">
<div class="flex-1"> <div class="flex-1">
<p class="text-[9px] font-black text-slate-400 uppercase tracking-widest">Asegurado / Cliente</p> <p class="text-[9px] font-black text-slate-400 uppercase tracking-widest">Asegurado / Cliente</p>
@@ -289,7 +289,7 @@
</button> </button>
</div> </div>
<div class="flex items-center gap-4 mb-3"> <div class="flex items-center gap-4 mb-4">
<div class="flex items-center gap-1.5"> <div class="flex items-center gap-1.5">
<i data-lucide="phone" class="w-3.5 h-3.5 text-blue-600"></i> <i data-lucide="phone" class="w-3.5 h-3.5 text-blue-600"></i>
<input type="tel" id="editPhone" class="input-readonly text-sm text-blue-600 font-black w-32" readonly> <input type="tel" id="editPhone" class="input-readonly text-sm text-blue-600 font-black w-32" readonly>
@@ -301,10 +301,10 @@
</div> </div>
</div> </div>
<hr class="border-slate-200 mb-3"> <hr class="border-slate-200 mb-4">
<div> <div class="pb-2">
<p class="text-[9px] font-black text-slate-400 uppercase tracking-widest mb-1.5">Descripción de la Avería</p> <p class="text-[9px] font-black text-slate-400 uppercase tracking-widest mb-2">Descripción de la Avería</p>
<textarea id="editDesc" rows="6" class="w-full bg-white border border-slate-200 p-4 rounded-xl text-sm font-medium text-slate-800 leading-relaxed outline-none overflow-y-auto" readonly></textarea> <textarea id="editDesc" rows="6" class="w-full bg-white border border-slate-200 p-4 rounded-xl text-sm font-medium text-slate-800 leading-relaxed outline-none overflow-y-auto" readonly></textarea>
</div> </div>
</div> </div>