|
@@ -1,19 +1,22 @@
|
|
<template>
|
|
<template>
|
|
<div id="top">
|
|
<div id="top">
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="24">
|
|
|
|
- <el-image :src="info.banner" style="width:100%;height:340px;" fit="fit"></el-image>
|
|
|
|
- <div class="w_1270">
|
|
|
|
- <el-col :span="24" class="info">
|
|
|
|
- <el-col :span="2">
|
|
|
|
- <el-image style="width:112px;height:112px;" :src="info.logo"></el-image>
|
|
|
|
|
|
+ <el-col :span="24" class="top">
|
|
|
|
+ <el-col :span="19" class="title"> 您好,欢迎访问{{ info.name }}! </el-col>
|
|
|
|
+ <!-- <el-col :span="4" class="fenxiang">
|
|
|
|
+ <el-col :span="12" class="weibo">
|
|
|
|
+ <el-link :underline="false">
|
|
|
|
+ <el-image :src="weibo"></el-image>
|
|
|
|
+ <span>官方微博</span>
|
|
|
|
+ </el-link>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="22" style="padding:22px 10px;">
|
|
|
|
- <p class="title">{{ info.name }}</p>
|
|
|
|
- <p class="english">Employment Information Network for graduates of Jilin Province colleges and universities</p>
|
|
|
|
|
|
+ <el-col :span="12" class="weibo">
|
|
|
|
+ <el-link :underline="false">
|
|
|
|
+ <el-image :src="weixin"></el-image>
|
|
|
|
+ <span>官方微信</span>
|
|
|
|
+ </el-link>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-col>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </el-col> -->
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
@@ -26,7 +29,10 @@ export default {
|
|
info: null,
|
|
info: null,
|
|
},
|
|
},
|
|
components: {},
|
|
components: {},
|
|
- data: () => ({}),
|
|
|
|
|
|
+ data: () => ({
|
|
|
|
+ weibo: require('@/assets/微博.png'),
|
|
|
|
+ weixin: require('@/assets/微信.png'),
|
|
|
|
+ }),
|
|
created() {},
|
|
created() {},
|
|
computed: {},
|
|
computed: {},
|
|
methods: {},
|
|
methods: {},
|
|
@@ -39,32 +45,23 @@ export default {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
background: #f5f5f54f;
|
|
background: #f5f5f54f;
|
|
}
|
|
}
|
|
-.w_1270 {
|
|
|
|
- width: 1270px;
|
|
|
|
- margin: 0 auto;
|
|
|
|
-}
|
|
|
|
-p {
|
|
|
|
- padding: 0;
|
|
|
|
- margin: 0;
|
|
|
|
|
|
+.top .title {
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ color: #535362;
|
|
|
|
+ font-size: 16px;
|
|
}
|
|
}
|
|
-.info {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 25%;
|
|
|
|
- left: 5%;
|
|
|
|
- width: 93%;
|
|
|
|
|
|
+.weibo {
|
|
|
|
+ height: 40px;
|
|
}
|
|
}
|
|
-.info .title {
|
|
|
|
- font-size: 40px;
|
|
|
|
- color: #1770c4;
|
|
|
|
- font-family: cursive;
|
|
|
|
- text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
|
|
|
|
- font-weight: 600;
|
|
|
|
|
|
+.weibo .el-image {
|
|
|
|
+ float: left;
|
|
|
|
+ padding: 4px;
|
|
}
|
|
}
|
|
-.info .english {
|
|
|
|
- font-size: 15px;
|
|
|
|
- color: #1770c4;
|
|
|
|
- font-family: cursive;
|
|
|
|
- text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
|
|
|
|
- font-weight: 600;
|
|
|
|
|
|
+.weibo span {
|
|
|
|
+ float: left;
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
+© 2018 Gogs 当前版本: 0.11.88.0627 页面: 52ms 模板: 1ms 简体中文 官方网站 Go1.12.6
|