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.
52 lines
830 B
52 lines
830 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;
|
|
}
|
|
|
|
.tui-menu-item {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #555;
|
|
padding: 16rpx 24rpx;
|
|
border-bottom: 1rpx solid rgba(0,0,0,0.05);
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.moment-pad{
|
|
padding: 0rpx 24rpx 24rpx 24rpx;
|
|
}
|