modificadas imagenes

This commit is contained in:
jaimejimenezortega
2024-04-22 19:38:19 +02:00
parent 71fb9fa16e
commit ce6b7caa31
7 changed files with 12745 additions and 33 deletions

View File

@ -1,69 +1,69 @@
<div class="col-12 pb-2"> <div class="col-12 pb-2">
<div class="row g-2 d-flex justify-content-center"> <div class="row row-cols-3 mb-6 d-flex justify-content-center d-flex justify-content-center">
<div class="col-md-4 mb-md-0 mb-2"> <div class="container col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
<div id="cosidoDiv" class="form-check checked custom-option-tipo custom-option custom-option-image custom-option-image-radio"> <div style="max-width:200px;max-height:200px;padding-right:0px" id="cosidoDiv" class="form-check checked custom-option-tipo custom-option custom-option-image custom-option-image-radio">
<label class="form-check-label custom-option-content" for="tipoCosido"> <label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoCosido">
<span class="custom-option-body"> <span class="custom-option-body">
<img src="<?= site_url("assets/img/libro_cosido.jpeg") ?>" alt="radioImg"> <img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_cosido.png") ?>" alt="radioImg">
</span> </span>
</label> </label>
<input name="cosido" class="form-check-input elementos-libro" type="radio" value="tipoCosido" id="tipoCosido" checked=""> <input name="cosido" class="form-check-input elementos-libro" type="radio" value="tipoCosido" id="tipoCosido" checked="">
<h5 class="text-center">Libro cosido</h5>
</div> </div>
<h5 class="text-center">Libro cosido</h5>
</div> </div>
<div class="col-md-4 mb-md-0 mb-2"> <div class="container col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
<div id="fresadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio"> <div style="max-width:200px;max-height:200px;padding-right:0px" id="fresadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
<label class="form-check-label custom-option-content" for="tipoFresado"> <label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoFresado">
<span class="custom-option-body"> <span class="custom-option-body">
<img src="<?= site_url("assets/img/libro_fresado.jpeg") ?>" alt="radioImg2"> <img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_fresado.png") ?>" alt="radioImg2">
</span> </span>
</label> </label>
<input name="fresado" class="form-check-input elementos-libro" type="radio" value="tipoFresado" id="tipoFresado" > <input name="fresado" class="form-check-input elementos-libro" type="radio" value="tipoFresado" id="tipoFresado">
<h5 class="text-center">Libro fresado</h5>
</div> </div>
<h5 class="text-center">Libro fresado</h5>
</div> </div>
<div class="col-md-4 mb-md-0 mb-2"> <div class="container col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
<div id="grapadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio"> <div style="max-width:200px;max-height:200px;padding-right:0px" id="grapadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
<label class="form-check-label custom-option-content" for="tipoGrapado"> <label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoGrapado">
<span class="custom-option-body"> <span class="custom-option-body">
<img src="<?= site_url("assets/img/libro_grapado.jpeg") ?>" alt="radioImg3"> <img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_grapado.png") ?>" alt="radioImg3">
</span> </span>
</label> </label>
<input name="grapado" class="form-check-input elementos-libro" type="radio" value="tipoGrapado" id="tipoGrapado" > <input name="grapado" class="form-check-input elementos-libro" type="radio" value="tipoGrapado" id="tipoGrapado">
<h5 class="text-center">Libro grapado</h5>
</div> </div>
<h5 class="text-center">Libro grapado</h5>
</div> </div>
<div class="col-md-4 mb-md-0 mb-2"> </div>
<div id="espiralDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
<label class="form-check-label custom-option-content" for="tipoEspiral"> <div class="row row-cols-3 d-flex justify-content-center d-flex justify-content-center" style="margin-bottom: 40px;">
<div class="col-md-4 mb-6 d-flex justify-content-center">
<div style="max-width:200px;max-height:200px;padding-right:0px" id="espiralDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
<label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoEspiral">
<span class="custom-option-body"> <span class="custom-option-body">
<img src="<?= site_url("assets/img/libro_espiral.jpeg") ?>" alt="radioImg4"> <img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_espiral.png") ?>" alt="radioImg4">
</span> </span>
</label> </label>
<input name="espiral" class="form-check-input elementos-libro" type="radio" value="tipoEspiral" id="tipoEspiral" > <input name="espiral" class="form-check-input elementos-libro" type="radio" value="tipoEspiral" id="tipoEspiral">
<h5 class="text-center">Libro espiral</h5>
</div> </div>
<h5 class="text-center">Libro espiral</h5>
</div> </div>
<div class="col-md-4 mb-md-0 mb-2"> <div class="col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
<div id="wireoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio"> <div style="max-width:200px;max-height:200px;padding-right:0px" id="wireoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
<label class="form-check-label custom-option-content" for="tipoWireO"> <label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoWireO">
<span class="custom-option-body"> <span class="custom-option-body">
<img src="<?= site_url("assets/img/libro_wire-o.jpeg") ?>" alt="radioImg5"> <img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_wire-o.png") ?>" alt="radioImg5">
</span> </span>
</label> </label>
<input name="wireo" class="form-check-input elementos-libro" type="radio" value="tipoWireO" id="tipoWireO"> <input name="wireo" class="form-check-input elementos-libro" type="radio" value="tipoWireO" id="tipoWireO">
<h5 class="text-center">Libro wire-o</h5>
</div> </div>
<h5 class="text-center">Libro espiral</h5>
</div> </div>
</div> </div>
<div class="row g-2">
</div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

12712
xdebug.log

File diff suppressed because it is too large Load Diff