提交 4eb2c9d5 authored 作者: pengxiaohui's avatar pengxiaohui

修改样式

上级 05eb4791
...@@ -86,6 +86,9 @@ export default { ...@@ -86,6 +86,9 @@ export default {
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
.swiper-slide-active, .swiper-slide:hover{
color:#a81840;
}
.swiper-btn{ .swiper-btn{
width:20px; width:20px;
height:35px; height:35px;
......
...@@ -27,15 +27,16 @@ ...@@ -27,15 +27,16 @@
/> />
<div> <div>
<p style="font-size: 18px;font-weight: 400;color: #000000;margin-bottom:20px"> <p style="font-size: 18px;font-weight: 400;color: #000000;margin-bottom:20px">
紫荆数字经济产业学院有以下主要特点 数字经济产业学院共建目标
</p> </p>
<p style="font-size: 16px;font-weight: 400;color: #555;margin-bottom:20px"> <p style="font-size: 16px;font-weight: 400;color: #555;margin-bottom:20px">
依托清控紫荆教育长期所积累的专业化研发能力,科技研发能力以及国际化能力,我们对共建数字经济产业学院提出了“五个一流”的建设目标,力争和全国各类院校一起,从实际情况出发培养产业所急需的初、中、高等各级别专业化岗位人才。 依托清控紫荆教育长期所积累的专业化研发能力,科技研发能力以及国际化能力,我们对共建数字经济产业学院提出了“五个一流”的建设目标,力争和全国各类院校一起,从实际情况出发培养产业所急需的初、中、高等各级别专业化岗位人才。
</p> </p>
<img style="margin-bottom:0;" src="https://webapp-pub.ezijing.com/www/pc/services/college/power_01.png" alt="" />
<p style="font-size: 18px;font-weight: 400;color: #000000;margin-bottom:20px"> <p style="font-size: 18px;font-weight: 400;color: #000000;margin-bottom:20px">
数字经济产业学院共建目标 紫荆数字经济产业学院有以下主要特点
</p> </p>
<img src="https://webapp-pub.ezijing.com/www/pc/services/college/power_01.png" alt="" />
<ul> <ul>
<li <li
v-for="(item, index) in navList" v-for="(item, index) in navList"
...@@ -471,7 +472,7 @@ export default { ...@@ -471,7 +472,7 @@ export default {
const timer = setInterval(() => { const timer = setInterval(() => {
this.count++ this.count++
this.tabActive = this.count % 4 this.tabActive = this.count % 4
}, 3000) }, 5000)
this.$once('hook:beforeDestroy', () => { this.$once('hook:beforeDestroy', () => {
clearInterval(timer) clearInterval(timer)
}) })
...@@ -741,6 +742,7 @@ export default { ...@@ -741,6 +742,7 @@ export default {
.active, .isHover { .active, .isHover {
background: #a81840; background: #a81840;
border-top: 6px solid #a81840; border-top: 6px solid #a81840;
box-shadow: 5px 5px 5px #bbb;
.name{ .name{
color:#fff; color:#fff;
} }
......
...@@ -1260,6 +1260,7 @@ export default { ...@@ -1260,6 +1260,7 @@ export default {
border-color:#aa1941; border-color:#aa1941;
background:#aa1941; background:#aa1941;
color:#fff; color:#fff;
box-shadow: 5px 5px 5px #999;
} }
.item.isHover{ .item.isHover{
transform: translateY(-10px); transform: translateY(-10px);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论