|
@@ -365,10 +365,20 @@
|
|
|
>MORE<i class="el-icon-video-play el-icon--right" style="color:#ccc;"></i
|
|
|
></a>
|
|
|
</el-col>
|
|
|
- <el-col class="ThrMainLogin">
|
|
|
- <el-link :underline="false"><img src="../../assets/1461290712106172.png"/></el-link>
|
|
|
- <el-link :underline="false"><img src="../../assets/ncss_student.jpg"/></el-link>
|
|
|
- <el-link :underline="false"><img src="../../assets/ncss_company.jpg"/></el-link>
|
|
|
+ <el-col class="ThrMainLogin" :span="24">
|
|
|
+ <el-link :underline="false"> <el-image style="width: 253px; height: 35px" :src="yizhan"></el-image></el-link>
|
|
|
+ <el-link :underline="false" href="http://jilinbys.ncss.org.cn/login">
|
|
|
+ <el-image style="width: 98px; height: 37px" :src="xuesheng"></el-image>
|
|
|
+ </el-link>
|
|
|
+ <el-link :underline="false" href="http://jilinbys.ncss.org.cn/rec/login">
|
|
|
+ <el-image style="width: 98px; height: 37px" :src="danwei"></el-image>
|
|
|
+ </el-link>
|
|
|
+ <el-link :underline="false" href="http://file.ncss.org.cn/ncsFile/ncss/guidebook/student_guide.pdf">
|
|
|
+ <el-image style="width: 141px; height: 24px" :src="shouce"></el-image>
|
|
|
+ </el-link>
|
|
|
+ <el-link :underline="false" href="http://file.ncss.org.cn/ncsFile/ncss/guidebook/rec_guide.pdf">
|
|
|
+ <el-image style="width: 141px; height: 24px" :src="shouces"></el-image>
|
|
|
+ </el-link>
|
|
|
</el-col>
|
|
|
<el-col class="ThrMainOne" :style="`border-color:${borderCol}`">
|
|
|
<el-tabs type="border-card">
|
|
@@ -517,6 +527,11 @@ export default {
|
|
|
{ url: require('@/assets/1478484640-8529.png') },
|
|
|
],
|
|
|
url: require('@/assets/xinxi.png'),
|
|
|
+ yizhan: require('@/assets/yizhan.jpg'),
|
|
|
+ xuesheng: require('@/assets/xuesheng.jpg'),
|
|
|
+ danwei: require('@/assets/danwei.jpg'),
|
|
|
+ shouce: require('@/assets/shouce.jpg'),
|
|
|
+ shouces: require('@/assets/shouces.jpg'),
|
|
|
}),
|
|
|
created() {},
|
|
|
computed: {},
|
|
@@ -1290,12 +1305,13 @@ img {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 15px;
|
|
|
border: 1px solid #dddddd;
|
|
|
- text-align: center;
|
|
|
+ background: #4193c5;
|
|
|
}
|
|
|
.ThrMainLogin .el-link {
|
|
|
- margin-right: 30px;
|
|
|
+ margin: 0 10px;
|
|
|
+ padding: 8px 0;
|
|
|
}
|
|
|
.ThrMainLogin img {
|
|
|
max-width: 100%;
|