|
|
|
@ -477,7 +477,7 @@ export default { |
|
|
|
flex-direction: column; |
|
|
|
height: 2rem; |
|
|
|
position: relative; |
|
|
|
padding-top: 0.2rem; |
|
|
|
padding-top: 0.15rem; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li .right h3 { |
|
|
|
@ -498,9 +498,9 @@ export default { |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li .right .text { |
|
|
|
font-size: 0.24rem; |
|
|
|
height: 0.24rem; |
|
|
|
// height: 0.24rem; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1; |
|
|
|
line-height: 1.2; |
|
|
|
color: rgba(153, 153, 153, 1); |
|
|
|
margin-bottom: 0.16rem; |
|
|
|
text-overflow: ellipsis; |
|
|
|
|