Files
ZangShiQi/public/weapp/components/diy-components/diy-article.wxss
2026-04-05 10:48:38 +08:00

1 line
1.4 KiB
Plaintext
Executable File

.article-wrap .list-wrap.style-1 .item{display:flex;padding:20rpx;margin-top:24rpx}.article-wrap .list-wrap.style-1 .item:first-of-type{margin-top:0}.article-wrap .list-wrap.style-1 .item .article-img{margin-right:20rpx;width:160rpx;height:160rpx;overflow:hidden;display:flex;align-items:center;justify-content:center}.article-wrap .list-wrap.style-1 .item .article-img image{width:100%}.article-wrap .list-wrap.style-1 .item .info-wrap{flex:1;display:flex;flex-direction:column;justify-content:space-between}.article-wrap .list-wrap.style-1 .item .info-wrap .title{font-weight:700;margin-bottom:10rpx;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:30rpx;line-height:1.5}.article-wrap .list-wrap.style-1 .item .info-wrap .abstract{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:24rpx}.article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap{display:flex;color:#999ca7;justify-content:flex-start;align-items:center;margin-top:10rpx;line-height:1}.article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap text{font-size:24rpx}.article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap .category-icon{width:8rpx;height:8rpx;border-radius:50%;background:var(--base-color);margin-right:10rpx}.article-wrap .list-wrap.style-1 .item .info-wrap .read-wrap .date{margin-left:20rpx}