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.

17 lines
279 B

/* pages/components/news/news.wxss */
.swiper_container {
color: #E1B47C;
background-color: #F3F3F3;
height: 60rpx;
width: 100%;
line-height: 40rpx;
}
.swiper_item {
text-indent: 1rem;
font-size: 30rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}