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