|
@@ -884,20 +884,22 @@ export default {
|
|
width: 288px;
|
|
width: 288px;
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
.name {
|
|
.name {
|
|
- font-size: 15px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ width: 65%;
|
|
}
|
|
}
|
|
.date {
|
|
.date {
|
|
text-align: right;
|
|
text-align: right;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
|
+ width: 35%;
|
|
}
|
|
}
|
|
.demand {
|
|
.demand {
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
- -webkit-line-clamp: 6;
|
|
|
|
|
|
+ -webkit-line-clamp: 9;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: 13px;
|
|
margin-top: 13px;
|
|
- height: 180px;
|
|
|
|
- line-height: 30px;
|
|
|
|
|
|
+ height: 280px;
|
|
|
|
+ line-height: 31px;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -975,20 +977,22 @@ export default {
|
|
width: 288px;
|
|
width: 288px;
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
.name {
|
|
.name {
|
|
- font-size: 15px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ width: 65%;
|
|
}
|
|
}
|
|
.date {
|
|
.date {
|
|
text-align: right;
|
|
text-align: right;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
|
+ width: 35%;
|
|
}
|
|
}
|
|
.info {
|
|
.info {
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
- -webkit-line-clamp: 6;
|
|
|
|
|
|
+ -webkit-line-clamp: 9;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: 13px;
|
|
margin-top: 13px;
|
|
- height: 180px;
|
|
|
|
- line-height: 30px;
|
|
|
|
|
|
+ height: 280px;
|
|
|
|
+ line-height: 31px;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
}
|
|
}
|