You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
284 B
19 lines
284 B
.item-content {
|
|
background: rgba(255, 255, 255, 1);
|
|
padding:32rpx
|
|
}
|
|
|
|
.tui-swiper {
|
|
margin-left: 8rpx;
|
|
font-size: 26rpx;
|
|
height: 60rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.tui-news-item {
|
|
line-height: 28rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #555;
|
|
}
|