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