提交 6e708a7e authored 作者: matian's avatar matian

fix:师资图片修改以及页面优化

上级 51e6fa1e
No preview for this file type
......@@ -65,6 +65,10 @@ export default {
value: '0~2',
label: '0-2年'
},
{
value: '2~3',
label: '2-3年'
},
{
value: '3~5',
label: '3-5年'
......
......@@ -82,22 +82,25 @@ export default {
margin: 0 auto;
display: flex;
justify-content: space-between;
.li_center{
align-self: center;
}
.li {
// width: 250px;
margin: auto;
&.mar-t {
transform: translateY(-35px);
// transform: translateY(-35px);
.li-tit {
line-height: 34px;
transform: translateY(20px);
// transform: translateY(20px);
}
}
.li-tit {
text-align: center;
font-size: 30px;
// line-height: 100%;
line-height: 100%;
color: #fff;
}
.item {
......@@ -108,7 +111,6 @@ export default {
color: #ffffff;
text-align: center;
margin-bottom: 15px;
line-height: 100%;
span {
font-size: 24px;
}
......@@ -118,12 +120,13 @@ export default {
font-size: 16px;
line-height: 30px;
color: #ffffff;
// margin-bottom: 11px;
}
}
}
}
}
}
.is-h5 {
......@@ -156,16 +159,17 @@ export default {
}
.content-mian {
// width: 1000px;
// margin: 0 auto;
margin: 0 auto;
display: flex;
justify-content: space-between;
.li_center{
align-self: center;
}
.li {
width: 1.05rem;
// width: 1.05rem;
margin: auto;
&.mar-t {
transform: translateY(-0.15rem);
// transform: translateY(-0.15rem);
.li-tit {
line-height: 0.15rem;
transform: translateY(0.1rem);
......
......@@ -4,7 +4,8 @@
<template v-if="!searchVisible">
<div class="logo-box">
<nuxt-link to="/" class="logo">
<img src="https://webapp-pub.ezijing.com/project/caas/SEG_logo_Pantone.png" />
<img src="https://webapp-pub.ezijing.com/project/caas/SEG_logo_Pantone.png" />
<div class="line">|</div>
<img src="https://webapp-pub.ezijing.com/project/caas/logo-caas.svg" />
<img style="margin-left:20px" src="https://webapp-pub.ezijing.com/project/caas/logo-crcs.svg" />
</nuxt-link>
......@@ -92,6 +93,12 @@ export default {
.logo-box {
flex: 1;
display: flex;
.line{
font-size: 20px;
font-weight: 200;
margin-left: 10px;
margin-right: 10px;
}
img {
height: 0.26rem;
cursor: pointer;
......
......@@ -5,6 +5,7 @@
<div class="max-width-content">
<nuxt-link to="/">
<img src="https://webapp-pub.ezijing.com/project/caas/SEG_logo_Pantone.png" />
<div class="line"></div>
<img src="https://webapp-pub.ezijing.com/project/caas/logo-caas.svg" />
<img style="margin-left:20px" src="https://webapp-pub.ezijing.com/project/caas/logo-crcs.svg" />
</nuxt-link>
......@@ -92,6 +93,10 @@ li {
.max-width-content {
display: flex;
align-items: center;
.line{
font-size: 40px;
font-weight: 200;
}
::v-deep {
a {
display: flex;
......
......@@ -37,32 +37,32 @@ export default {
title: this.$t('teachers.tit1'),
list: [
{
image: 'https://webapp-pub.ezijing.com/project/caas/teacher_s1.png',
image: 'https://webapp-pub.ezijing.com/project/caas/Tanja_Florenthal%20.png',
name: this.$t('teachers.tea1Name'),
intr: this.$t('teachers.tea1Txt')
},
{
image: 'https://webapp-pub.ezijing.com/project/caas/teacher_s2.png',
image: 'https://webapp-pub.ezijing.com/project/caas/R.%20Max%20Behesht.png',
name: this.$t('teachers.tea2Name'),
intr: this.$t('teachers.tea2Txt')
},
{
image: 'https://webapp-pub.ezijing.com/project/caas/teacher_s3.png',
image: 'https://webapp-pub.ezijing.com/project/caas/Alain%20Muller.png',
name: this.$t('teachers.tea3Name'),
intr: this.$t('teachers.tea3Txt')
},
{
image: 'https://webapp-pub.ezijing.com/project/caas/teacher_s4.png',
image: 'https://webapp-pub.ezijing.com/project/caas/Jorge%20arnanz.png',
name: this.$t('teachers.tea4Name'),
intr: this.$t('teachers.tea4Txt')
},
{
image: 'https://webapp-pub.ezijing.com/project/caas/teacher_s5.png',
image: 'https://webapp-pub.ezijing.com/project/caas/Apostolos%20Ampountolas.png',
name: this.$t('teachers.tea5Name'),
intr: this.$t('teachers.tea5Txt')
},
{
image: 'https://webapp-pub.ezijing.com/project/caas/teacher_s6.png',
image: 'https://webapp-pub.ezijing.com/project/caas/Daarren%20Burke.png',
name: this.$t('teachers.tea6Name'),
intr: this.$t('teachers.tea6Txt')
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论