|
|
|
|
@ -50,7 +50,7 @@ input::-webkit-input-placeholder, |
|
|
|
|
textarea::-webkit-input-placeholder { |
|
|
|
|
font-weight: initial; |
|
|
|
|
font-size: 12px; |
|
|
|
|
color: #999; |
|
|
|
|
color: #aaa; |
|
|
|
|
resize: none; |
|
|
|
|
} |
|
|
|
|
*::-webkit-scrollbar { |
|
|
|
|
@ -120,14 +120,46 @@ textarea::-webkit-input-placeholder { |
|
|
|
|
border-bottom: 1px solid #e6e6e6; |
|
|
|
|
padding: 10px 0; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .head span { |
|
|
|
|
color: #999; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .body { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
line-height: 2em; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .body span { |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .body img { |
|
|
|
|
width: 170px; |
|
|
|
|
height: 110px; |
|
|
|
|
margin: 0.5em auto; |
|
|
|
|
object-fit: cover; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .body p { |
|
|
|
|
margin: 0; |
|
|
|
|
color: #999; |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
display: -webkit-box; |
|
|
|
|
-webkit-line-clamp: 3; |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .footer { |
|
|
|
|
display: flex; |
|
|
|
|
padding: 14px 0; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .footer i { |
|
|
|
|
color: #999; |
|
|
|
|
margin: auto; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
.ms-admin-material-list .ms-admin-material-item .footer em { |
|
|
|
|
width: 1px; |
|
|
|
|
height: 1em; |
|
|
|
|
background: #e6e6e6; |
|
|
|
|
} |
|
|
|
|
|