|
@@ -185,17 +185,17 @@
|
185
|
185
|
// color: #202020;
|
186
|
186
|
// line-height: 44px;
|
187
|
187
|
// display: flex;
|
188
|
|
-
|
189
|
|
- font-size: 32px;
|
190
|
|
- font-weight: bold;
|
191
|
|
- color: #202020;
|
192
|
|
- line-height: 44px;
|
193
|
|
- display: flex;
|
194
|
|
- overflow: hidden;
|
195
|
|
- -webkit-line-clamp: 2;
|
196
|
|
- text-overflow: ellipsis;
|
197
|
|
- -webkit-box-orient: vertical;
|
198
|
|
- display: -webkit-box;
|
|
188
|
+ width: 95%;
|
|
189
|
+ font-size: 32px;
|
|
190
|
+ font-weight: bold;
|
|
191
|
+ color: #202020;
|
|
192
|
+ line-height: 44px;
|
|
193
|
+ display: flex;
|
|
194
|
+ overflow: hidden;
|
|
195
|
+ -webkit-line-clamp: 2;
|
|
196
|
+ text-overflow: ellipsis;
|
|
197
|
+ -webkit-box-orient: vertical;
|
|
198
|
+ display: -webkit-box;
|
199
|
199
|
|
200
|
200
|
}
|
201
|
201
|
.MessageCard-info-hotle {
|
|
@@ -216,7 +216,7 @@
|
216
|
216
|
text-align: center;
|
217
|
217
|
display: inline-block;
|
218
|
218
|
left: 1.5em;
|
219
|
|
- top: -48px;
|
|
219
|
+ top: -45px;
|
220
|
220
|
.MessageCard-image-hotle {
|
221
|
221
|
width: 30px;
|
222
|
222
|
height: 30px;
|
|
@@ -499,7 +499,6 @@
|
499
|
499
|
|
500
|
500
|
.title-title-boss {
|
501
|
501
|
align-items: center;
|
502
|
|
-
|
503
|
502
|
font-size: 32px;
|
504
|
503
|
font-weight: 800;
|
505
|
504
|
color: #202020;
|
|
@@ -569,6 +568,7 @@
|
569
|
568
|
font-size: 20px;
|
570
|
569
|
color: #333;
|
571
|
570
|
}
|
|
571
|
+
|
572
|
572
|
.title-on {
|
573
|
573
|
// margin-bottom: 10px;
|
574
|
574
|
padding-top: 5px;
|