政策解读模块

This commit is contained in:
熊丽君
2021-08-04 08:39:11 +08:00
parent 3d0e882d1b
commit 591d2bef16
13 changed files with 352 additions and 60 deletions

View File

@ -14,4 +14,18 @@ export default {
width: 1400px;
margin: 0 auto;
}
.p0-100 {
padding: 0 100px;
}
.text_hidden_one {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
// overflow: hidden;
// display: -webkit-box;
// -webkit-line-clamp: 1;
// -webkit-box-orient: vertical;
// word-break: break-all;
}
</style>