提交 575fb370 authored 作者: pengxiaohui's avatar pengxiaohui

修改样式

上级 d5671d39
...@@ -91,6 +91,7 @@ export default { ...@@ -91,6 +91,7 @@ export default {
padding-top: 168px; padding-top: 168px;
.desc { .desc {
text-align: justify; text-align: justify;
white-space: pre-line;
padding-top: 15px; padding-top: 15px;
font-size: 20px; font-size: 20px;
line-height: 30px; line-height: 30px;
...@@ -113,6 +114,7 @@ export default { ...@@ -113,6 +114,7 @@ export default {
} }
.desc { .desc {
text-align: justify; text-align: justify;
white-space: pre-line;
font-size: 0.12rem; font-size: 0.12rem;
font-weight: 400; font-weight: 400;
line-height: 0.2rem; line-height: 0.2rem;
......
...@@ -22,9 +22,15 @@ ...@@ -22,9 +22,15 @@
</div> </div>
</div> </div>
<div class="about"> <div class="about">
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼5层</p> <div class="about-item">
<p>联系电话:010-62799201</p> <label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:</label><p>北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层</p>
<p><a href="mailto:service@ezijing.com">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com</a></p> </div>
<div class="about-item">
<label>联系电话:</label><p>010-62798073</p>
</div>
<div class="about-item">
<label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:</label><p><a href="mailto:service@ezijing.com">liuxue@ezijing.com</a></p>
</div>
</div> </div>
<!-- <div class="link"> <!-- <div class="link">
<template v-for="(item, index) in link"> <template v-for="(item, index) in link">
...@@ -100,14 +106,12 @@ export default { ...@@ -100,14 +106,12 @@ export default {
} }
.about { .about {
padding: 0.24rem 0.15rem; padding: 0.24rem 0.15rem;
font-size: 0.11rem;
p { font-weight: 300;
font-size: 0.11rem; color: #ffffff;
font-weight: 300; .about-item{
color: #ffffff; display:flex;
} margin-bottom:0.06rem;
p + p {
margin-top: 10px;
} }
} }
} }
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
<div class="bottom"> <div class="bottom">
<div class="address" v-html="$t('foot.address')"></div> <div class="address" v-html="$t('foot.address')"></div>
<div class="phone" v-html="$t('foot.contact')"></div> <div class="phone" v-html="$t('foot.contact')"></div>
<a class="mail" href="mailto:service@ezijing.com" <a class="mail" href="mailto:liuxue@ezijing.com"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com</a >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:liuxue@ezijing.com</a
> >
<!-- <div class="mail" v-html="$t('foot.email')"></div> --> <!-- <div class="mail" v-html="$t('foot.email')"></div> -->
</div> </div>
......
...@@ -110,9 +110,9 @@ export default { ...@@ -110,9 +110,9 @@ export default {
}, },
// 底部 // 底部
foot: { foot: {
address: '地&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层', address: '地&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层',
contact: '联系电话:010-62798073', contact: '联系电话:010-62798073',
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com', email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:liuxue@ezijing.com',
link1: '中国教育部', link1: '中国教育部',
link2: '教育涉外监管信息网', link2: '教育涉外监管信息网',
link3: '玛丽伍德大学', link3: '玛丽伍德大学',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论