UPDATE: Cambio de tamaño de las letras
This commit is contained in:
+11
-11
@@ -15,10 +15,10 @@
|
||||
<div id="logo">
|
||||
<img src="{{ url_for('static', filename='media/'+ theme +'.svg') }}" alt="Logo" height="172" width="380">
|
||||
</div>
|
||||
<div id="fecha" class="text-5xl text-[#696969]"></div>
|
||||
<div id="hora" class="text-7xl font-bold text-[#696969]"></div>
|
||||
<div id="fecha" class="text-6xl text-[#696969]"></div>
|
||||
<div id="hora" class="text-8xl font-bold text-[#696969]"></div>
|
||||
</header>
|
||||
<div class="flex flex-col md:flex-row gap-4 p-4 bg-gray-100 h-[783px]">
|
||||
<div class="flex flex-col md:flex-row gap-4 p-2 h-[783px]">
|
||||
{% if mode == '2' %}
|
||||
<div class="md:w-1/2 w-full overflow-auto h-[751px]">
|
||||
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
||||
@@ -35,7 +35,7 @@
|
||||
<div class="md:w-1/2 w-full overflow-auto h-[751px]">
|
||||
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
||||
<thead>
|
||||
<tr class="h-[90px]">
|
||||
<tr class="h-[60px]">
|
||||
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#CC0C00] {% else %}bg-[#114b94] {% endif %}">CONSULTA</th>
|
||||
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#e6392d] {% else %}bg-[#0a6eb2] {% endif %}">TURNO</th>
|
||||
</tr>
|
||||
@@ -49,10 +49,10 @@
|
||||
<video src="{{ url_for('static', filename='media/'+ theme +'.mp4') }}" class="w-full shadow-md" autoplay muted loop
|
||||
preload="metadata"></video>
|
||||
</div>
|
||||
<div class="md:w-1/2 w-full overflow-auto h-[751px]">
|
||||
<table class="min-w-full text-center text-white text-3xl table-fixed border-collapse h-full">
|
||||
<div class="md:w-1/2 w-full overflow-hidden h-[767px]">
|
||||
<table class="min-w-full text-center text-white text-4xl table-fixed border-collapse h-[767px]">
|
||||
<thead>
|
||||
<tr class="h-[90px]">
|
||||
<tr class="h-[60px]">
|
||||
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#CC0C00] {% else %}bg-[#114b94] {% endif %}">CONSULTA</th>
|
||||
<th class="border px-4 py-2 {% if theme == 'imq' %}bg-[#e6392d] {% else %}bg-[#0a6eb2] {% endif %}">TURNO</th>
|
||||
</tr>
|
||||
@@ -67,13 +67,13 @@
|
||||
<div id="scroll-wrapper" class="whitespace-nowrap absolute w-max animate-scroll text-white text-3xl px-4 flex gap-16">
|
||||
</div>
|
||||
</footer>-->
|
||||
<footer class="w-full overflow-hidden h-14 flex items-center {% if theme == 'imq' %}bg-[#CC0C00] {% else %}bg-[#008968] {% endif %}">
|
||||
<footer class="w-full overflow-hidden h-14 mt-2 flex items-center {% if theme == 'imq' %}bg-[#CC0C00] {% else %}bg-[#008968] {% endif %}">
|
||||
<div class="scroll-wrapper whitespace-nowrap w-max animate-scroll">
|
||||
<span id="footer-text" class="text-white text-3xl px-4 "></span>
|
||||
<span id="footer-text" class="text-white text-4xl px-4 "></span>
|
||||
<span class="spacer w-14 inline-block"></span>
|
||||
<span id="footer-text-duplicate" class="text-white text-3xl px-4"></span>
|
||||
<span id="footer-text-duplicate" class="text-white text-4xl px-4"></span>
|
||||
</div>
|
||||
<div id="footer-text" class="whitespace-pre text-3xl animate-scroll whitespace-nowrap px-4 text-white"></div>
|
||||
<div id="footer-text" class="whitespace-pre text-4xl animate-scroll whitespace-nowrap px-4 text-white"></div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user