Commit 233f1cc6 authored by wuhao's avatar wuhao 🎯

aser

parent ca9f5e7a
......@@ -11,16 +11,17 @@ export default [
{
path: '/about',
name: '关于南高',
component: '@/layouts/about',
routes: [
{
path: '/about/insert',
name: '走进南高',
component: '@/pages/index',
component: '@/pages/about/insert',
},
{
path: '/about/honer',
name: '南高荣誉',
component: '@/pages/index',
component: '@/pages/honer',
},
{
path: '/about/join',
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -211,14 +211,14 @@ body,
}
@media (min-width: 1920px) {
html {
font-size: 30px;
font-size: 28px;
}
}
.ant-menu-title-content {
font-size: 16px !important;
}
.section {
padding: 24px;
padding: 2rem;
position: relative;
.tabs {
text-align: center;
......@@ -258,6 +258,24 @@ body,
min-height: 30px;
}
}
.ant-card-bordered {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
.ant-card-cover {
flex: 1;
}
.ant-card-cover,
.ant-card-body {
width: 100%;
padding: 1rem !important;
}
.ant-card-body {
padding-top: 0 !important;
}
}
.slider {
......@@ -328,6 +346,17 @@ body,