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.
35 lines
561 B
35 lines
561 B
.top-bg{
|
|
background-image: linear-gradient(127deg, rgba(0,122,255,0.67) 0%, rgba(13,100,227,0.95) 100%);
|
|
}
|
|
|
|
.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: 56rpx;
|
|
padding-top: 4rpx;
|
|
padding-left: 6rpx;
|
|
color: #F5222D;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: center;
|
|
}
|