Authored by 郭成尧

format-sass

... ... @@ -713,7 +713,6 @@
.name {
font-size: 50px;
margin-top: 50px;
display: inline-block;
max-height: 120px;
overflow: hidden;
text-overflow: ellipsis;
... ...
... ... @@ -100,7 +100,6 @@
display: inline-block;
height: 35px;
line-height: 35px;
overflow: hidden;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
... ...
... ... @@ -215,7 +215,6 @@
.pagination-inner {
left: auto;
right: 30px;
-webkit-transform: none;
transform: none;
position: absolute;
... ...
@import "layout/swiper";
@import "channel/banner-top";
@import "common/good";
@import './index';
@import "./index";
... ...