提交修改

hangao-new
dsh 1 year ago
parent e4247ce823
commit c9a7591552

@ -81,6 +81,8 @@
display: flex;
flex-direction: column;
text-align: center;
white-space: nowrap; /* 防止文本换行 */
text-overflow: ellipsis; /* 显示省略号 */
}
.zhuanti li img{
transition: all 0.3s;
@ -277,6 +279,11 @@
flex-wrap:wrap;
justify-content: space-around;
overflow:auto;
}
.lantieContent .right li{
white-space: nowrap; /* 防止文本换行 */
overflow: hidden; /* 隐藏溢出的部分 */
text-overflow: ellipsis; /* 显示省略号 */
}
.lianjieBox{
width:100%;

Loading…
Cancel
Save