Merge branch 'release/5.4' into 'grey'
样式调整 See merge request !199
Showing
5 changed files
with
20 additions
and
11 deletions
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; |
@@ -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 |
-
Please register or login to post a comment