Authored by 郭成尧

Merge branch 'release/5.4' into 'grey'

样式调整



See merge request !199
@@ -12,7 +12,6 @@ @@ -12,7 +12,6 @@
12 .panel-body { 12 .panel-body {
13 padding-left: 20px; 13 padding-left: 20px;
14 padding-right: 20px; 14 padding-right: 20px;
15 - display: flex;  
16 flex-wrap: wrap; 15 flex-wrap: wrap;
17 justify-content: space-between; 16 justify-content: space-between;
18 17
1 .guang-article { 1 .guang-article {
2 position: relative; 2 position: relative;
3 margin-top: 28px; 3 margin-top: 28px;
  4 + height: 9.2rem;
  5 + overflow: hidden;
4 6
5 .cate { 7 .cate {
6 position: absolute; 8 position: absolute;
@@ -54,15 +56,22 @@ @@ -54,15 +56,22 @@
54 } 56 }
55 57
56 .digest { 58 .digest {
57 - font-size: 23px; 59 + font-size: 16px;
  60 + overflow : hidden;
  61 + text-overflow: ellipsis;
  62 + display: -webkit-box;
  63 + -webkit-line-clamp: 3;
  64 + -webkit-box-orient: vertical;
  65 + min-height: 88px;
58 } 66 }
59 67
60 .meta { 68 .meta {
61 - margin-top: 40px;  
62 - font-size: 17px; 69 + margin-top: 20px;
  70 + font-size: 12px;
63 71
64 .iconfont { 72 .iconfont {
65 vertical-align: middle; 73 vertical-align: middle;
  74 + font-size: 10px
66 } 75 }
67 76
68 span { 77 span {
@@ -5,8 +5,9 @@ @@ -5,8 +5,9 @@
5 5
6 .brand-info-box { 6 .brand-info-box {
7 background-color: #f5f5f5; 7 background-color: #f5f5f5;
8 - padding-top: 44px;  
9 - height: 480px; 8 + padding-top: 22px;
  9 + height: 368px;
  10 + overflow: hidden;
10 } 11 }
11 12
12 img { 13 img {
@@ -18,12 +19,12 @@ @@ -18,12 +19,12 @@
18 font-size: 18px; 19 font-size: 18px;
19 color: #b0b0b0; 20 color: #b0b0b0;
20 margin-top: 40px; 21 margin-top: 40px;
21 - margin-bottom: 70px; 22 + margin-bottom: 60px;
22 } 23 }
23 24
24 .summary { 25 .summary {
25 - font-size: 25px;  
26 - margin-bottom: 50px; 26 + font-size: 16px;
  27 + margin-bottom: 36px;
27 28
28 .red { 29 .red {
29 color: #e27b88; 30 color: #e27b88;
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 text-overflow: ellipsis; 46 text-overflow: ellipsis;
47 overflow: hidden; 47 overflow: hidden;
48 background-color: #fff; 48 background-color: #fff;
49 - font-size: 24px; 49 + font-size: 16px;
50 color: #808080; 50 color: #808080;
51 } 51 }
52 } 52 }
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 padding-right: 10px; 35 padding-right: 10px;
36 height: 30px; 36 height: 30px;
37 line-height: 30px; 37 line-height: 30px;
38 - font-size: 16px; 38 + font-size: 12px;
39 border-radius: 32px; 39 border-radius: 32px;
40 background-color: #999; 40 background-color: #999;
41 41