This commit is contained in:
2020-08-05 23:12:36 -05:00
parent efadb88b56
commit c0abcda7d3
3 changed files with 18 additions and 147 deletions
-41
View File
@@ -1,4 +1,3 @@
<<<<<<< HEAD
<template>
<div id="app">
<Header />
@@ -40,43 +39,3 @@ export default {
margin: 0 !important;
}
</style>
=======
<template>
<div id="app">
<Header />
<router-view></router-view>
<Footer />
</div>
</template>
<script>
import Header from "./esteticas/header.vue";
import Footer from "./esteticas/footer.vue";
export default {
name: "App",
components: {
Header,
Footer
}
};
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
padding: 0;
margin: 0;
}
.row {
margin: 0 !important;
}
</style>
>>>>>>> pruebas
+13 -93
View File
@@ -1,81 +1,3 @@
<<<<<<< HEAD
<template>
<div class="divMaster">
<div class="footer cl-12 azulUnam">
<div class="row d-flex justify-content-center ">
<div class=" col-5 col-lg-3 my-3 text-center btn-foo ">
<a
href="#"
class="btn rounded-pill doradoUnam text-white btn-sm active"
role="button"
aria-pressed="true"
>Comite Editorial</a
>
</div>
<div class=" col-5 col-lg-3 my-3 text-center btn-foo ">
<a
href="#"
class="btn rounded-pill doradoUnam text-white btn-sm active"
role="button"
aria-pressed="true"
>Politica Editorial y Lineamietos</a
>
</div>
<div class=" col-5 col-lg-3 my-3 text-center btn-foo ">
<a
href="#"
class="btn rounded-pill doradoUnam text-white btn-sm active"
role="button"
aria-pressed="true"
>Libreria</a
>
</div>
<div class=" col-5 col-lg-3 my-3 text-center btn-foo ">
<a
href="#"
class="btn rounded-pill doradoUnam text-white btn-sm active"
role="button"
aria-pressed="true"
>contactanos</a
>
</div>
</div>
<div class="row">
<p class="text-white px-3">
Hecho en México, todos los derechos reservados 2020. Esta página puede
ser reproducida con fines no lucrativos, siempre y cuando no se
mutile, se cite la fuente completa y su dirección electrónica. De otra
forma, requiere permiso previo por escrito de la institución
</p>
</div>
</div>
</div>
</template>
<style scoped>
* {
margin: 0;
padding: 0;
}
.divMaster {
/* max-width: 1280px; */
height: auto;
margin: 0 auto;
}
.azulUnam {
background-color: #1e3c70;
}
.doradoUnam {
background-color: #bb8800;
}
/* .footer{
height: 100px;
} */
</style>
=======
<template>
<footer class="container-fluid Azul-puma footer py-3 ">
<container>
@@ -122,11 +44,12 @@ export default {};
width: 14rem;
font-size: 0.8rem;
}
.uno,.dos,
.uno,
.dos,
.tres {
margin-right: 1rem;
}
.btn{
.btn {
margin-bottom: 1rem;
}
@@ -139,32 +62,29 @@ export default {};
color: white;
}
@media (max-width: 768px) {
.uno,.tres {
.uno,
.tres {
margin-right: 4rem;
}
.dos{
.dos {
margin-right: 0rem;
}
.footer {
font-size: 0.7rem;
}
}
@media (max-width: 970px) {
.uno,.dos,
.tres {
margin-right: .5rem;
}
.uno,
.dos,
.tres {
margin-right: 0.5rem;
}
.footer {
font-size: 0.7rem;
}
}
</style>
>>>>>>> pruebas
>>>>>>> pruebas
+5 -13
View File
@@ -38,17 +38,11 @@
<style >
.divMaster {
<<<<<<< HEAD
/* max-width: 1280px; */
height: auto;
=======
height: 7em;
>>>>>>> pruebas
margin: 0 auto;
}
.azulUnam {
background-color: #1e3c70;
height: 7em;
/* max-width: 1280px; */
height: 7em;
color: #1e3c70;
}
.sizeImg {
height: 5rem;
@@ -67,6 +61,4 @@
}
.logo_acatlan_resp a img {
height: 5rem;
}
}
</style>
e>