Compare commits
2 Commits
ddd1d13333
...
8b092e05e5
Author | SHA1 | Date |
---|---|---|
851673013@qq.com | 8b092e05e5 | |
851673013@qq.com | a3d77f3557 |
|
@ -160,6 +160,7 @@
|
|||
justify-content: center;
|
||||
.card-title {
|
||||
font-size: 0.26rem;
|
||||
line-height: 0.26rem;
|
||||
color: #212956;
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
|
@ -169,10 +170,18 @@
|
|||
margin-right: 0.7rem;
|
||||
color: rgba(33, 41, 86, 0.8);
|
||||
font-size: 0.2rem;
|
||||
max-width: 9.35rem;
|
||||
line-height: 0.2rem;
|
||||
max-width: 5.84rem;
|
||||
overflow: hidden; /*超出的隐藏*/
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis; /*超出的设置为省略号*/
|
||||
span {
|
||||
display: inline-block;
|
||||
max-width: 4rem;
|
||||
overflow: hidden; /*超出的隐藏*/
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis; /*超出的设置为省略号*/
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue