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

67 lines
1.1 KiB

.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;
}
.case3-class {
width: 600rpx;
}
.banner{
border-radius: 16rpx;
}
.banner-left{
margin-left: 24rpx;
border-radius: 16rpx;
}
.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;
display: flex;
align-items: center;
padding: 0rpx 24rpx;
justify-content: center;
height: 72rpx;
border-bottom: 1rpx solid rgba(0,0,0,0.05);
box-sizing: border-box
}
.moment-pad{
padding: 0rpx 24rpx 24rpx 24rpx;
}
.btn-more{
width: 240rpx;
height: 56rpx;
line-height: 56rpx;
background-color: #F4F4F4;
font-size: 26rpx;
color: #888888;
border: 1rpx solid #e3e3e3;
border-radius: 28rpx;
text-align: center;
}