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

updates

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