ce01a4ce by simon

默认提交

1 parent 5711f7e1
...@@ -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 {
......