|
|
@ -83,7 +83,14 @@
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap; /* 防止文本换行 */
|
|
|
|
white-space: nowrap; /* 防止文本换行 */
|
|
|
|
text-overflow: ellipsis; /* 显示省略号 */
|
|
|
|
text-overflow: ellipsis; /* 显示省略号 */
|
|
|
|
|
|
|
|
}.zhuanti li span{
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
max-width: 286px;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.zhuanti li img{
|
|
|
|
.zhuanti li img{
|
|
|
|
transition: all 0.3s;
|
|
|
|
transition: all 0.3s;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -280,10 +287,11 @@
|
|
|
|
justify-content: space-around;
|
|
|
|
justify-content: space-around;
|
|
|
|
overflow:auto;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lantieContent .right li{
|
|
|
|
.lantieContent .right li span{
|
|
|
|
white-space: nowrap; /* 防止文本换行 */
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden; /* 隐藏溢出的部分 */
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis; /* 显示省略号 */
|
|
|
|
max-width: 190px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lianjieBox{
|
|
|
|
.lianjieBox{
|
|
|
|
width:100%;
|
|
|
|
width:100%;
|
|
|
|