Authored by 郭成尧

style-adjust

... ... @@ -12,7 +12,6 @@
.panel-body {
padding-left: 20px;
padding-right: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
... ...
.guang-article {
position: relative;
margin-top: 28px;
height: 9.2rem;
overflow: hidden;
.cate {
position: absolute;
... ... @@ -54,11 +56,17 @@
}
.digest {
font-size: 23px;
font-size: 16px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
min-height: 72px;
}
.meta {
margin-top: 40px;
margin-top: 32px;
font-size: 17px;
.iconfont {
... ...
... ... @@ -5,8 +5,9 @@
.brand-info-box {
background-color: #f5f5f5;
padding-top: 44px;
height: 480px;
padding-top: 22px;
height: 368px;
overflow: hidden;
}
img {
... ... @@ -18,7 +19,7 @@
font-size: 18px;
color: #b0b0b0;
margin-top: 40px;
margin-bottom: 70px;
margin-bottom: 60px;
}
.summary {
... ...
... ... @@ -38,7 +38,7 @@
display: inline-block;
height: 50px;
line-height: 50px;
width: 130px;
width: 120px;
padding-left: 20px;
padding-right: 20px;
border-radius: 8px;
... ...