科技成果页面搭建

This commit is contained in:
熊丽君
2021-08-05 09:35:02 +08:00
parent 1594091f49
commit c85634d97b
2 changed files with 348 additions and 2 deletions

View File

@ -22,6 +22,13 @@ export default {
white-space: nowrap;
text-overflow: ellipsis;
}
.text_hidden_four {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
word-break: break-all;
}
.text_18_333 {
font-size: 18px;
color: #333;