This commit is contained in:
liuye
2023-03-23 17:52:10 +08:00
parent 53b9e36fe8
commit 9ef17f5680

View File

@@ -92,7 +92,7 @@ export default {
position: relative; position: relative;
display: flex; display: flex;
.flex-left { .flex-left {
width: calc(100% - 200px); width: calc(100% - 224px);
h3 { h3 {
width: 100%; width: 100%;
line-height: 48px; line-height: 48px;
@@ -101,6 +101,13 @@ export default {
font-size: 34px; font-size: 34px;
color: #333; color: #333;
margin-bottom: 32px; margin-bottom: 32px;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
} }
p { p {
color: #999; color: #999;
@@ -120,6 +127,7 @@ export default {
img { img {
width: 200px; width: 200px;
height: 200px; height: 200px;
margin-left: 24px;
} }
div { div {
width: 100px; width: 100px;