提交 82381f2f authored 作者: matian's avatar matian

updates

上级 35b989ea
......@@ -124,7 +124,6 @@ export default {
.content_desc {
width: 568px;
height: 100%;
margin-left: 32px;
.desc_tit {
margin-top: 56px;
......
......@@ -116,14 +116,14 @@ export default {
left: 0;
bottom: 0;
width: 100%;
line-height: 40px;
background: rgba(0, 0, 0, 0.5);
padding: 0 20px;
font-size: 20px;
color: #fefefe;
padding: 17px 0 14px 17px;
font-size: 18px;
color: #ffffff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
}
}
......@@ -172,7 +172,7 @@ export default {
margin-left: 17px;
.tit {
font-size: 18px;
font-weight: 500;
font-weight: 400;
line-height: 24px;
color: #333333;
}
......
......@@ -52,7 +52,7 @@ export default {
delay: 3000,
loop: true,
direction: 'vertical',
height: 82,
height: 102,
loopAdditionalSlides: 1
},
activityList: []
......@@ -134,7 +134,7 @@ export default {
// transform: translateY(-15px);
.li {
display: flex;
align-items: center;
align-items: flex-start;
padding-top: 26px;
padding-bottom: 26px;
.txt {
......@@ -143,6 +143,12 @@ export default {
font-weight: 400;
color: #424242;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; //超出第几行,关键在这里
line-clamp: 2; //超出第几行,关键在这里
}
.time {
font-size: 30px;
......
......@@ -75,7 +75,7 @@ export default { components: { Goverment, School, Company, Personal } }
height: 643px;
background: #ffffff;
margin-top: 18px;
padding: 30px;
padding: 32px 40px 57px 32px;
}
}
}
......
......@@ -79,6 +79,7 @@ export default {
}
li:nth-child(2) {
margin-top: 40px;
z-index: 10;
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论