提一嘴

develop
就眠仪式 2020-09-16 21:33:00 +08:00
parent 8eb5beee5b
commit caf24b31a0
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
.project-list-item .project-list-item-cover { .project-list-item .project-list-item-cover {
width: 100%; width: 100%;
height: 220px; height: 150px;
display: block; display: block;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
@ -23,13 +23,13 @@
} }
.project-list-item .project-list-item-body>h2 { .project-list-item .project-list-item-body>h2 {
font-size: 18px; font-size: 16px;
color: #333; color: #333;
margin-bottom: 12px; margin-bottom: 12px;
} }
.project-list-item .project-list-item-text { .project-list-item .project-list-item-text {
height: 44px; height: 40px;
overflow: hidden; overflow: hidden;
margin-bottom: 12px; margin-bottom: 12px;
} }