Commit 86e57d47 by qinjianhui

fix: 修改

parent 57714311

213 KB | W: | H:

477 KB | W: | H:

src/assets/contact/main.jpg
src/assets/contact/main.jpg
src/assets/contact/main.jpg
src/assets/contact/main.jpg
  • 2-up
  • Swipe
  • Onion skin

138 KB | W: | H:

126 KB | W: | H:

src/assets/join/02.jpg
src/assets/join/02.jpg
src/assets/join/02.jpg
src/assets/join/02.jpg
  • 2-up
  • Swipe
  • Onion skin

32.3 KB | W: | H:

279 KB | W: | H:

src/assets/join/03.png
src/assets/join/03.png
src/assets/join/03.png
src/assets/join/03.png
  • 2-up
  • Swipe
  • Onion skin

117 KB | W: | H:

303 KB | W: | H:

src/assets/join/04.png
src/assets/join/04.png
src/assets/join/04.png
src/assets/join/04.png
  • 2-up
  • Swipe
  • Onion skin

38.2 KB | W: | H:

137 KB | W: | H:

src/assets/join/05.png
src/assets/join/05.png
src/assets/join/05.png
src/assets/join/05.png
  • 2-up
  • Swipe
  • Onion skin

25.7 KB | W: | H:

183 KB | W: | H:

src/assets/join/06.png
src/assets/join/06.png
src/assets/join/06.png
src/assets/join/06.png
  • 2-up
  • Swipe
  • Onion skin

62.5 KB | W: | H:

527 KB | W: | H:

src/assets/join/08.png
src/assets/join/08.png
src/assets/join/08.png
src/assets/join/08.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -152,7 +152,9 @@ export default {
.about-joshine {
position: absolute;
font-size: 40px;
font-size: 28px;
letter-spacing: 8px;
font-weight: 100;
color: #fff;
top: 50%;
left: 50%;
......
......@@ -6,6 +6,7 @@
src="~@/assets/contact/main.jpg"
alt="联系我们"
/>
<div class="contact-text">CONTACT US</div>
</div>
<div class="heading">
<h2 class="page-title underline-title text-center">联系我们</h2>
......@@ -197,6 +198,19 @@ export default {
left: 20px;
}
.contact-text {
position: absolute;
color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%);
font-size: 28px;
width: 100%;
letter-spacing: 8px;
font-weight: 100;
text-align: center;
}
@media screen and (max-width: 1000px) {
.heading {
height: 100px;
......@@ -246,5 +260,8 @@ export default {
margin-bottom: 10px;
}
}
.contact-text {
font-size: 18px;
}
}
</style>
......@@ -238,7 +238,9 @@ export default {
.culture-text {
width: 100%;
font-size: 40px;
font-size: 28px;
font-weight: 100;
letter-spacing: 8px;
position: absolute;
text-align: center;
top: 50%;
......@@ -322,7 +324,7 @@ export default {
}
.culture-text {
font-size: 14px;
font-size: 18px;
width: 100%;
text-align: center;
}
......
......@@ -213,33 +213,33 @@ export default {
return {
welfares: [
{
title: '保险保障',
msg: '五险一金,年度免费健康体检,母婴室,图书角,关爱基金',
title: '基本保障',
msg: '五险一金、工作日餐补、全勤奖励等完善的基本保障',
imgage: require('../../assets/join/02.jpg'),
},
{
title: '生活保障',
msg: '弹性工作制、午餐补贴、晚餐补贴、打车报销、出差补助',
title: '日常作息',
msg: '弹性打卡,避开拥挤的上班人潮,完美错开早晚高峰',
imgage: require('../../assets/join/03.png'),
},
{
title: '礼品礼金',
msg: '端午礼品,中秋礼品,春节礼品, 生日礼品/生日会,结婚礼金、年会奖品等等',
title: '节假日福利',
msg: '传统节日有惊喜,西方节日不无趣',
imgage: require('../../assets/join/04.png'),
},
{
title: '带薪假期',
msg: '带薪年假、带薪婚假、带薪病假、产假、哺乳假、陪产假、丧假、公假',
msg: '病假、年假、产假、婚假等各式带薪假期等你来解锁',
imgage: require('../../assets/join/05.png'),
},
{
title: '培训体系',
msg: '入职培训、新人一对一带教、主题读书会、日常通用类与专业类培训、基中高层培训 ',
title: '晋升通道',
msg: '优先内部选拔提升,升职加薪 ,指日可待',
imgage: require('../../assets/join/06.png'),
},
{
title: '员工活动',
msg: ' 团建拓展,健身娱乐(天际泳池、天面小清吧、德州扑克、桌球...),下午茶,节日活动(万圣节、黑五网一、圣诞节、女神节、程序员节...),社团活动(手工DIY、观展、卡丁车,滑雪...) ',
title: '团队活动',
msg: '月度活动经费,用于部门伙伴聚餐、唱K等团建活动,每年不定期还会举行多次员工集体活动',
imgage: require('../../assets/join/08.png'),
},
],
......@@ -417,7 +417,8 @@ export default {
top: 50%;
left: 50%;
color: #fff;
font-size: 40px;
letter-spacing: 8px;
font-size: 28px;
transform: translate(-50%);
width: 100%;
text-align: center;
......
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