/* pages/aticleList/aticleList.wxss */ /* .list li::before { content: 'ยท'; font-size: 13px; font-weight: bold; margin-right: 5px; } .list li { width: 90%; margin: 0 auto; height: 58px; line-height: 58px; display: block; font-size: 16px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid rgb(102 102 102 / 12%); } */ .list li{ padding: 20rpx 0; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgb(102 102 102 / 12%); } .list li .title{ display: block; font-size: 28rpx; color: #333333; margin-left: 20rpx; } .list li .time{ margin-left: 20rpx; color: #999999; font-size:24rpx; width: 90%; margin-top: 5px; }