...
|
...
|
@@ -62,20 +62,20 @@ |
|
|
display: flex;
|
|
|
padding-left: 20rpx;
|
|
|
align-items: center;
|
|
|
//导航标题
|
|
|
.top-tl {
|
|
|
width: 400rpx;
|
|
|
margin-left: 20rpx;
|
|
|
font-size: 40rpx;
|
|
|
color: #000;
|
|
|
font-weight: 600;
|
|
|
overflow: hidden;
|
|
|
/* //导航标题 */
|
|
|
/* .top-tl { */
|
|
|
/* width: 400rpx; */
|
|
|
/* margin-left: 20rpx; */
|
|
|
/* font-size: 40rpx; */
|
|
|
/* color: #000; */
|
|
|
/* font-weight: 600; */
|
|
|
/* overflow: hidden; */
|
|
|
/*超出部分隐藏*/
|
|
|
white-space: nowrap;
|
|
|
/* white-space: nowrap; */
|
|
|
/*不换行*/
|
|
|
text-overflow: ellipsis;
|
|
|
/* text-overflow: ellipsis; */
|
|
|
/*超出部分文字以...显示*/
|
|
|
}
|
|
|
/* } */
|
|
|
}
|
|
|
/* .demo{
|
|
|
position: relative;
|
...
|
...
|
|