|
@@ -217,7 +217,7 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
/*左侧图片右侧内容列表区域*/
|
|
/*左侧图片右侧内容列表区域*/
|
|
.list-item-box{
|
|
.list-item-box{
|
|
display: flex;margin:0 6rpx 32rpx;cursor: pointer;position: relative;
|
|
display: flex;margin:0 6rpx 32rpx;cursor: pointer;position: relative;
|
|
- .list-img{width: 320rpx;height: 220rpx;}
|
|
|
|
|
|
+ .list-img{width: 300rpx;height: 200rpx;}
|
|
.list-time-box{
|
|
.list-time-box{
|
|
width: 80rpx;height: 80rpx;background-color: rgba(0,64,194,0.7);
|
|
width: 80rpx;height: 80rpx;background-color: rgba(0,64,194,0.7);
|
|
color: #fff;position: absolute;top: 0;left: 0;text-align: center;
|
|
color: #fff;position: absolute;top: 0;left: 0;text-align: center;
|
|
@@ -232,7 +232,7 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
margin-left: 20rpx;flex: 1;border-bottom: 1rpx dashed #999;
|
|
margin-left: 20rpx;flex: 1;border-bottom: 1rpx dashed #999;
|
|
.list-name{color: #000;font-size: 28rpx;@include multi-line-ellipsis(2);line-height: 1.5;
|
|
.list-name{color: #000;font-size: 28rpx;@include multi-line-ellipsis(2);line-height: 1.5;
|
|
word-wrap: break-word;word-break: break-all; }
|
|
word-wrap: break-word;word-break: break-all; }
|
|
- .list-line{width: 50rpx;height: 6rpx;background-color: #1460b6;margin: 20rpx 0;}
|
|
|
|
|
|
+ .list-line{width: 50rpx;height: 6rpx;background-color: #1460b6;margin: 16rpx 0;}
|
|
.list-content{font-size: 24rpx;@include multi-line-ellipsis(2);color: #666;line-height: 1.5;
|
|
.list-content{font-size: 24rpx;@include multi-line-ellipsis(2);color: #666;line-height: 1.5;
|
|
word-wrap: break-word;word-break: break-all;}
|
|
word-wrap: break-word;word-break: break-all;}
|
|
}
|
|
}
|