Files
sykl-hy/pages/news/classify/index.wxss

46 lines
798 B
Plaintext

.news {
background-color: #FFFFFF;
padding: 30rpx;
box-sizing: border-box;
}
.item {
margin-bottom: 30rpx;
padding-bottom: 30rpx;
display: flex;
position: relative;
}
.item.active::after {
position: absolute;
content: '';
left: 64rpx;
top: 2rpx;
background-color: #e44a3f;
border: 4rpx solid #FFFFFF;
width: 16rpx;
height: 16rpx;
border-radius: 50%;
}
.item-icon {
width: 84rpx;
height: 84rpx;
margin-top: 4rpx;
position: relative;
}
.item-text {
width: calc(100% - 114rpx);
border-bottom: 2rpx solid #f3f3f3;
margin-left: 30rpx;
padding-bottom: 40rpx;
}
.item-name {
margin-bottom: 10rpx;
}
.item-tips {
font-size: 26rpx;
color: #9d9d9d;
}