Commit 51d218b9 authored by 罗超's avatar 罗超

页面修改

parent 8e16f730
......@@ -22,6 +22,7 @@ body,
-webkit-font-smoothing: antialiased;
font-family: -apple-system,BlinkMacSystemFont,'pingfang','Microsoft YaHei',"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
color: #3f4254;
box-sizing: border-box !important;
}
.bg-brand {
background: #45766D !important;
......
......@@ -21,14 +21,20 @@
<!-- 董事长 -->
<div class="imgBox"></div>
<div class="descBox">
<div class="dsz_name">董事长</div>
<div class="dsz_name">董事长致辞</div>
<div class="line"></div>
<div class="dsz_con1">全心追求魅力人格,全意建设美丽祖国。</div>
<!-- <div class="dsz_con1">全心追求魅力人格,全意建设美丽祖国。</div> -->
<div class="dsz_con2">
致力于培养具有国际视野,胸怀祖国人民,尊重自然规律,热爱世界和平,精通语言专业知识,拥有跨文化交际能力,人文情怀的国际型人才。<br />
甲鹤外国语培训学校地处四川省成都市中心区,与四川大学,四川音乐学院比隣。拥有来自北京外国语大学、四川大学、四川外国语大学、日本东京工业大学、筑波大学、日本早稻田大学等国内外知名高校的一流教师团队。<br />
学校与日本朝日大学、宇都宫共和大学、东京福祉大学、樱美林大学等日本高校建立了合作关系。本校学生日语达N2便可以直接推荐保送进入上述各大学就读本科专业。想要选择日本其他国、公、私立大学的学员,学校亦可推荐一流的日本语学校以及私塾。<br />
学校凭借10年累积,不仅与日本知名大学长期合作;并且向日本IT企业和日本旅行社输送各类人才。与日本政界、学界、商界均保持良好合作关系。
您听说过第三空间吗?
美国都市社会学家奥登伯格在《绝好的地方》一书中曾经提出过“第三空间”的概念。
如果说“第一空间”是指家庭生活之所, “第二空间”是指我们的工作环境,
那所谓的“第三空间”就是指除了生活、工作之外,可供我们感到轻松、愉快、抚慰精神的社会空间。
那些走进消费者心里的第三空间都有哪些形态? 咖啡店的第三空间是星巴克,
书店的第三空间是茑屋书店…… 而我们甲鹤日语的愿景,
是成为学校的第三空间的代表。 我们把甲鹤日语专属打造的这个“第三空间”,
定义为“日语第二教室”。
如果说传统的第一教室是我们熟悉的教学场景和教学方式。
那接下来我们甲鹤日语着力打造的“日语第二教室”,就会让您对学校的刻板印象彻底颠覆。
</div>
</div>
</div>
......@@ -171,9 +177,8 @@ export default {
margin-bottom: 1.5625vw;
}
.dsz_con1 {
font-size: 0.625vw;
font-family: Microsoft YaHei !important;
font-weight: bold;
font-size: 0.781vw;
font-family: "pingfang-b" !important;
color: #111111;
line-height: 1.77vw;
margin-bottom: 1.5625vw;
......@@ -183,12 +188,11 @@ export default {
}
.dsz_con2 {
width: 25.208vw;
// overflow-y: auto;
font-size: 0.625vw;
font-family: Microsoft YaHei !important;
font-size: 0.729vw;
font-weight: 500;
color: #333333;
line-height: 1.875vw;
line-height: 1.5vw;
white-space: pre-line;
}
}
.mapBox {
......@@ -206,6 +210,7 @@ export default {
right: 5.208vw;
z-index: 9;
padding: 1.5625vw;
overflow: hidden;
.contactUs_title {
font-size: 1.041vw;
font-family: Microsoft YaHei;
......
......@@ -33,12 +33,6 @@
<div class="con3"></div>
<div class="btn" @click="goDetail(item.LinkUrl)">查看详情</div>
</div>
<q-img
src="../assets/images/index/female.png"
spinner-color="white"
class="female"
v-if="item.NavTypeName == '首页'"
/>
</q-carousel-slide>
</q-carousel>
</div>
......@@ -987,14 +981,6 @@ export default {
}
}
.female {
width: calc(786 / 1920 * 100%);
// @include width(786);
height: auto;
position: absolute;
right: 0;
top: calc(263 / 1080 * 100%);
}
.secondbox {
width: 100%;
min-height: 50vw;
......
......@@ -84,7 +84,9 @@
<div class="listCon" v-if="cartoonList.length > 0">
<div v-for="item in cartoonList" :key="item.Id" class="listConItem" @click="seeDetail(item.LinkUrl)">
<div class="itemTime">{{ item.CreateDate }}</div>
<div class="itemTitle">{{ item.Name }}</div>
<div class="itemTitle">
<q-img src="" spinner-color="white" class="cartoonBox_icon" />
{{ item.Name }}</div>
</div>
</div>
<div class="listCon" v-if="cartoonList.length == 0">
......@@ -409,7 +411,6 @@ export default {
.mediaCebterBannerBox {
width: 100%;
height: 16.666vw;
// background-image: url("../../assets/images/mediaCenter/mediaCenterBanner.png");
background-repeat: no-repeat;
background-size: contain;
display: flex;
......@@ -575,6 +576,13 @@ export default {
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
display: flex;
align-items: center;
.cartoonBox_icon{
width: 1vw;
height: auto;
margin-right: 0.46vw;
}
}
}
}
......
......@@ -175,7 +175,6 @@ export default {
max-height: 20.104vw;
overflow-y: auto;
font-size: 0.729vw;
// font-family: Microsoft YaHei !important;
color: #111111;
line-height: 1.875vw;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment