纸通宝小程序
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.
 

39 lines
613 B

.top-bg{
background-image: linear-gradient(127deg, rgba(0,122,255,0.67) 0%, rgba(13,100,227,0.95) 100%);
}
.mian-list{
background-color: #f9f9f9;
border-radius: 24rpx 24rpx 0 0;
margin-top: -24rpx;
padding: 0 24rpx;
}
.banner{
border-radius: 16rpx;
}
.banner-left{
margin-left: 24rpx;
border-radius: 16rpx;
}
.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;
}