Update
This commit is contained in:
+229
-222
@@ -1,236 +1,244 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1" />
|
||||
<title>MAPFRE</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/borderless.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/animate.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/all.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="webfonts/muli/stylesheet.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/x.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/colors.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/sprites.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/mysprites.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/site.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/borderless.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/animate.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/all.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="webfonts/muli/stylesheet.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/x.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/colors.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/sprites.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/mysprites.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/site.css" />
|
||||
<style type="text/css">
|
||||
.wmenu.open {
|
||||
left: 0;
|
||||
height: 874px;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
overflow: auto;
|
||||
}
|
||||
.header {
|
||||
background-size: 100%;
|
||||
height: 75px;
|
||||
}
|
||||
.footer {
|
||||
height: 71px;
|
||||
bottom: -4px;
|
||||
}
|
||||
.sco {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: calc(100% - (68px + 75px));
|
||||
top: 75px;
|
||||
}
|
||||
.sco.hasvideo {
|
||||
top: 5px;
|
||||
height: 100%;
|
||||
}
|
||||
.subtenma {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 80px;
|
||||
padding: .325em;
|
||||
background-color: #A60000;
|
||||
border-top-right-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
color: #FFF;
|
||||
-webkit-transition: all 0.5s ease-out;
|
||||
-moz-transition: all 0.5s ease-out;
|
||||
-o-transition: all 0.5s ease-out;
|
||||
transition: all 0.5s ease-out;
|
||||
}
|
||||
.subtenma.abierto {
|
||||
left: 0!important;
|
||||
}
|
||||
div.subtenma > div.btn-show-subs > i.far.fa-chevron-right {
|
||||
display: inline;
|
||||
}
|
||||
div.subtenma > div.btn-show-subs > i.far.fa-chevron-left {
|
||||
display: none;
|
||||
}
|
||||
.soportemenu {
|
||||
background-color: #737373;
|
||||
height: 80px;
|
||||
right: 20px;
|
||||
top: 0;
|
||||
border-bottom-left-radius: 30px;
|
||||
border-bottom-right-radius: 30px;
|
||||
}
|
||||
.__paginacion {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 139px;
|
||||
font-weight: bold;
|
||||
font-size: 35px;
|
||||
}
|
||||
.instruccionsco {
|
||||
border: red solid 2px;
|
||||
border-top-left-radius: 15px;
|
||||
border-bottom-left-radius: 15px;
|
||||
bottom: 0;
|
||||
z-index: 1103;
|
||||
top: auto;
|
||||
}
|
||||
.footer .wnavs {
|
||||
height: 67px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
width: 358px;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
position: absolute;
|
||||
}
|
||||
.btn__atras {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.btn__siguiente {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.__paginacion {
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left: 139px;
|
||||
font-weight: bold;
|
||||
font-size: 35px;
|
||||
color: #616A73;
|
||||
}
|
||||
.wmenu {
|
||||
position: absolute;
|
||||
z-index: 90;
|
||||
height: 100% !important;
|
||||
width: 100%;
|
||||
left: -100%;
|
||||
background-color: #00263A;
|
||||
-webkit-transition: all 0.2s ease-out;
|
||||
-moz-transition: all 0.2s ease-out;
|
||||
-o-transition: all 0.2s ease-out;
|
||||
transition: all 0.2s ease-out;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
z-index: 1104 !important;
|
||||
}
|
||||
.wcontainer .swal2-content {
|
||||
font-size: 24px;
|
||||
}
|
||||
.mute::after {
|
||||
content: '\f05e';
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
z-index: 5;
|
||||
font-family: "Font Awesome 5 Pro";
|
||||
left: 27px;
|
||||
font-size: 2.5em;
|
||||
color: #FFF;
|
||||
top: -5px;
|
||||
}
|
||||
.wmenu.open {
|
||||
left: 0;
|
||||
height: 874px;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
overflow: auto;
|
||||
}
|
||||
.header {
|
||||
background-size: 100%;
|
||||
height: 75px;
|
||||
}
|
||||
.footer {
|
||||
height: 71px;
|
||||
bottom: -4px;
|
||||
}
|
||||
.sco {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: calc(100% - (68px + 75px));
|
||||
top: 75px;
|
||||
}
|
||||
.sco.hasvideo {
|
||||
top: 5px;
|
||||
height: 100%;
|
||||
}
|
||||
.subtenma {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 80px;
|
||||
padding: 0.325em;
|
||||
background-color: #a60000;
|
||||
border-top-right-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
color: #fff;
|
||||
-webkit-transition: all 0.5s ease-out;
|
||||
-moz-transition: all 0.5s ease-out;
|
||||
-o-transition: all 0.5s ease-out;
|
||||
transition: all 0.5s ease-out;
|
||||
}
|
||||
.subtenma.abierto {
|
||||
left: 0 !important;
|
||||
}
|
||||
div.subtenma > div.btn-show-subs > i.far.fa-chevron-right {
|
||||
display: inline;
|
||||
}
|
||||
div.subtenma > div.btn-show-subs > i.far.fa-chevron-left {
|
||||
display: none;
|
||||
}
|
||||
.soportemenu {
|
||||
background-color: #737373;
|
||||
height: 80px;
|
||||
right: 20px;
|
||||
top: 0;
|
||||
border-bottom-left-radius: 30px;
|
||||
border-bottom-right-radius: 30px;
|
||||
}
|
||||
.__paginacion {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 139px;
|
||||
font-weight: bold;
|
||||
font-size: 35px;
|
||||
}
|
||||
.instruccionsco {
|
||||
border: red solid 2px;
|
||||
border-top-left-radius: 15px;
|
||||
border-bottom-left-radius: 15px;
|
||||
bottom: 0;
|
||||
z-index: 1103;
|
||||
top: auto;
|
||||
}
|
||||
.footer .wnavs {
|
||||
height: 67px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
width: 358px;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
position: absolute;
|
||||
}
|
||||
.btn__atras {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.btn__siguiente {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.__paginacion {
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left: 139px;
|
||||
font-weight: bold;
|
||||
font-size: 35px;
|
||||
color: #616a73;
|
||||
}
|
||||
.wmenu {
|
||||
position: absolute;
|
||||
z-index: 90;
|
||||
height: 100% !important;
|
||||
width: 100%;
|
||||
left: -100%;
|
||||
background-color: #00263a;
|
||||
-webkit-transition: all 0.2s ease-out;
|
||||
-moz-transition: all 0.2s ease-out;
|
||||
-o-transition: all 0.2s ease-out;
|
||||
transition: all 0.2s ease-out;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
z-index: 1104 !important;
|
||||
}
|
||||
.wcontainer .swal2-content {
|
||||
font-size: 24px;
|
||||
}
|
||||
.mute::after {
|
||||
content: '\f05e';
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
z-index: 5;
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
left: 27px;
|
||||
font-size: 2.5em;
|
||||
color: #fff;
|
||||
top: -5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<div class="wcontainer" id="wcontainer">
|
||||
<div class="header position-absolute d-flex align-items-center px-2 bg-white shadow">
|
||||
<div class="row h-100 w-100 align-items-center">
|
||||
<div class="col-2 text-center">
|
||||
<img src="img/template/logo.png">
|
||||
</div>
|
||||
<div class="col-8 text-left" style="font-size: 30px;padding-left: 2rem;line-height: 31px;">
|
||||
<span class="nombredelcurso"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-self-end align-items-center soportemenu position-absolute">
|
||||
<div class="btn-menu-sco mx-3 btn__home">
|
||||
<img src="img/template/home.svg" width="40" height="40">
|
||||
</div>
|
||||
<div class="btn-menu-sco mx-3 btn__menu">
|
||||
<img src="img/template/menu.svg" width="40" height="40">
|
||||
</div>
|
||||
<div class="btn-menu-sco mx-3 btn__reload">
|
||||
<img src="img/template/recargar.svg" width="40" height="40">
|
||||
</div>
|
||||
</div>
|
||||
<div class="header position-absolute d-flex align-items-center px-2 bg-white shadow">
|
||||
<div class="row h-100 w-100 align-items-center">
|
||||
<div class="col-2 text-center">
|
||||
<img src="img/template/logo.png" class="img-fluid" />
|
||||
</div>
|
||||
<div class="col-8 text-left" style="font-size: 30px; padding-left: 2rem; line-height: 31px">
|
||||
<span class="nombredelcurso"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sco"></div>
|
||||
<div class="subtenma abierto d-flex align-items-center flex-row">
|
||||
<div class="subtematxt"></div>
|
||||
<div class="btn-show-subs pl-3 pr-1">
|
||||
<i class="far fa-chevron-left"></i>
|
||||
<i class="far fa-chevron-right"></i>
|
||||
</div>
|
||||
<div class="d-flex align-self-end align-items-center soportemenu position-absolute">
|
||||
<div class="btn-menu-sco mx-3 btn__home">
|
||||
<img src="img/template/home.svg" width="40" height="40" />
|
||||
</div>
|
||||
<div class="btn-menu-sco mx-3 btn__menu">
|
||||
<img src="img/template/menu.svg" width="40" height="40" />
|
||||
</div>
|
||||
<div class="btn-menu-sco mx-3 btn__reload">
|
||||
<img src="img/template/recargar.svg" width="40" height="40" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer position-absolute bg-white">
|
||||
<div class="btn__mute position-absolute btn-sound-control-sco" style="left: 0; top: 0;">
|
||||
<img src="img/template/sound.svg" height="68" class="">
|
||||
</div>
|
||||
|
||||
<div class="wnavs">
|
||||
<div class="btn-menu-sco btn__atras">
|
||||
<img src="img/template/prev.svg" height="68">
|
||||
</div>
|
||||
<div class="__paginacion">01/10</div>
|
||||
<div class="btn-menu-sco btn__siguiente">
|
||||
<img src="img/template/next.svg" height="68">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sco"></div>
|
||||
<div class="subtenma abierto d-flex align-items-center flex-row">
|
||||
<div class="subtematxt"></div>
|
||||
<div class="btn-show-subs pl-3 pr-1">
|
||||
<i class="far fa-chevron-left"></i>
|
||||
<i class="far fa-chevron-right"></i>
|
||||
</div>
|
||||
<div class="instruccionsco">
|
||||
<p>Da clic en siguiente</p>
|
||||
</div>
|
||||
<div class="footer position-absolute bg-white">
|
||||
<div class="btn__mute position-absolute btn-sound-control-sco" style="left: 0; top: 0">
|
||||
<img src="img/template/sound.svg" height="68" class="" />
|
||||
</div>
|
||||
<div class="wmenu flex-row pt-5">
|
||||
<img src="img/template/close.svg" width="54" height="46" class="position-absolute btn-close-menu" style="top: 23px;right: 50px;z-index: 55;">
|
||||
<div class="w-50 text-white p-3 d-flex flex-column" style="height: 696px; overflow-y: auto;">
|
||||
<div class="itemsmenu mb-2"></div>
|
||||
</div>
|
||||
<div class="avancesco w-50 align-items-center d-flex justify-content-center h-100">
|
||||
<div class="curso-progress"></div>
|
||||
</div>
|
||||
|
||||
<div class="wnavs">
|
||||
<div class="btn-menu-sco btn__atras">
|
||||
<img src="img/template/prev.svg" height="68" />
|
||||
</div>
|
||||
<div class="__paginacion">01/10</div>
|
||||
<div class="btn-menu-sco btn__siguiente">
|
||||
<img src="img/template/next.svg" height="68" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="wloader justify-content-center align-items-center flex-column bg-light">
|
||||
<div class="lds-roller">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="w-100 text-center loaderstatus">Cargando...</div>
|
||||
</div>
|
||||
<div class="instruccionsco">
|
||||
<p>Da clic en siguiente</p>
|
||||
</div>
|
||||
<div class="wmenu flex-row pt-5">
|
||||
<img
|
||||
src="img/template/close.svg"
|
||||
width="54"
|
||||
height="46"
|
||||
class="position-absolute btn-close-menu"
|
||||
style="top: 23px; right: 50px; z-index: 55"
|
||||
/>
|
||||
<div class="w-50 text-white p-3 d-flex flex-column" style="height: 696px; overflow-y: auto">
|
||||
<div class="itemsmenu mb-2"></div>
|
||||
</div>
|
||||
<div class="avancesco w-50 align-items-center d-flex justify-content-center h-100">
|
||||
<div class="curso-progress"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wloader justify-content-center align-items-center flex-column bg-light">
|
||||
<div class="lds-roller">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="w-100 text-center loaderstatus">Cargando...</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- js -->
|
||||
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js?version=3.52.0&features=blissfuljs%2Cdefault%2Ces2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces5%2Ces6%2Ces7"></script>
|
||||
<script
|
||||
crossorigin="anonymous"
|
||||
src="https://polyfill.io/v3/polyfill.min.js?version=3.52.0&features=blissfuljs%2Cdefault%2Ces2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces5%2Ces6%2Ces7"
|
||||
></script>
|
||||
<script src="js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<!--<script src="js/jquery.min.js" type="text/javascript" charset="utf-8"></script>-->
|
||||
<script src="js/jquery-ui.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
@@ -249,6 +257,5 @@ div.subtenma > div.btn-show-subs > i.far.fa-chevron-left {
|
||||
<script src="js/instrucciones.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="js/site.js" type="text/javascript" charset="utf-8"></script>
|
||||
<!-- end js -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user