科技成果页面搭建
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user