默认提交
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
85 | .desc-wrap { | 85 | .desc-wrap { |
86 | position: relative; | 86 | position: relative; |
87 | @extend .bb; | 87 | @extend .bb; |
88 | padding: 8px 16px 8px 20px; | 88 | padding: 8px 0px 8px 8px; |
89 | height: 200px; | 89 | height: 200px; |
90 | flex: 1; | 90 | flex: 1; |
91 | background-color: #ffffff; | 91 | background-color: #ffffff; |
... | @@ -94,9 +94,12 @@ | ... | @@ -94,9 +94,12 @@ |
94 | } | 94 | } |
95 | 95 | ||
96 | .tit { | 96 | .tit { |
97 | width: 450px; | ||
98 | // background-color: wheat; | ||
97 | font-size: 40px; | 99 | font-size: 40px; |
98 | @include ellipsis(2); | 100 | @include ellipsis(2); |
99 | color: #fc464a; | 101 | color: #fc464a; |
102 | // word-break : normal; | ||
100 | } | 103 | } |
101 | 104 | ||
102 | .scene { | 105 | .scene { | ... | ... |
-
Please register or sign in to post a comment