|
@@ -304,11 +304,12 @@ export default {
|
|
|
.article-item {
|
|
.article-item {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
|
|
- background: #fff;
|
|
|
|
|
- border-radius: 12rpx;
|
|
|
|
|
- padding: 24rpx;
|
|
|
|
|
- margin-bottom: 20rpx;
|
|
|
|
|
|
|
+ align-items: flex-start;
|
|
|
|
|
+ padding: 32rpx 0 16rpx 0;
|
|
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
|
|
+}
|
|
|
|
|
+.article-item:last-child {
|
|
|
|
|
+ border-bottom: none;
|
|
|
}
|
|
}
|
|
|
.article-item-text {
|
|
.article-item-text {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -319,16 +320,19 @@ export default {
|
|
|
color: #0d1937;
|
|
color: #0d1937;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|
|
|
|
|
+ text-align: left;
|
|
|
}
|
|
}
|
|
|
.article-item-sub {
|
|
.article-item-sub {
|
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
|
color: #5f5f5f;
|
|
color: #5f5f5f;
|
|
|
- margin-top: 12rpx;
|
|
|
|
|
|
|
+ line-height: 34rpx;
|
|
|
|
|
+ min-height: 34rpx;
|
|
|
|
|
+ margin-top: 30rpx;
|
|
|
}
|
|
}
|
|
|
.article-item-date {
|
|
.article-item-date {
|
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
|
color: #a7adba;
|
|
color: #a7adba;
|
|
|
- margin-top: 6rpx;
|
|
|
|
|
|
|
+ margin-top: 10rpx;
|
|
|
}
|
|
}
|
|
|
.article-item-img {
|
|
.article-item-img {
|
|
|
width: 140rpx;
|
|
width: 140rpx;
|