ce01a4ce by simon

默认提交

1 parent 5711f7e1
......@@ -85,7 +85,7 @@
.desc-wrap {
position: relative;
@extend .bb;
padding: 8px 16px 8px 20px;
padding: 8px 0px 8px 8px;
height: 200px;
flex: 1;
background-color: #ffffff;
......@@ -94,9 +94,12 @@
}
.tit {
width: 450px;
// background-color: wheat;
font-size: 40px;
@include ellipsis(2);
color: #fc464a;
// word-break : normal;
}
.scene {
......