|
@@ -11,7 +11,6 @@
|
11
|
11
|
border-radius: 12px;
|
12
|
12
|
margin: 30px auto;
|
13
|
13
|
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
|
14
|
|
-
|
15
|
14
|
.MessageCard-title1 {
|
16
|
15
|
height: 26px;
|
17
|
16
|
font-size: 28px;
|
|
@@ -67,7 +66,7 @@
|
67
|
66
|
position: relative;
|
68
|
67
|
text-align: center;
|
69
|
68
|
display: inline-block;
|
70
|
|
- left: -0.5em;
|
|
69
|
+ left: 1.5em;
|
71
|
70
|
.MessageCard-image {
|
72
|
71
|
width: 30px;
|
73
|
72
|
height: 30px;
|
|
@@ -91,7 +90,7 @@
|
91
|
90
|
position: relative;
|
92
|
91
|
text-align: center;
|
93
|
92
|
display: inline-block;
|
94
|
|
- left: -0.5em;
|
|
93
|
+ left: 1.5em;
|
95
|
94
|
.MessageCard-image {
|
96
|
95
|
width: 30px;
|
97
|
96
|
height: 30px;
|
|
@@ -116,7 +115,7 @@
|
116
|
115
|
text-align: center;
|
117
|
116
|
display: inline-block;
|
118
|
117
|
bottom: 40px;
|
119
|
|
- left: -0.5em;
|
|
118
|
+ left: 1.5em;
|
120
|
119
|
.MessageCard-image {
|
121
|
120
|
width: 30px;
|
122
|
121
|
height: 30px;
|
|
@@ -132,8 +131,280 @@
|
132
|
131
|
color: #202020;
|
133
|
132
|
}
|
134
|
133
|
}
|
|
134
|
+
|
135
|
135
|
}
|
136
|
136
|
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+ // --------------------------
|
|
146
|
+ .MessageCard-hotle {
|
|
147
|
+ width: calc(100% - 60px);
|
|
148
|
+ height: 175px;
|
|
149
|
+ background: @whiteColor;
|
|
150
|
+ border-radius: 12px;
|
|
151
|
+ margin: 30px auto;
|
|
152
|
+ box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
|
|
153
|
+ .MessageCard-title1-hotle {
|
|
154
|
+ height: 26px;
|
|
155
|
+ font-size: 28px;
|
|
156
|
+ font-weight: bold;
|
|
157
|
+ color: #666666;
|
|
158
|
+ line-height: 44px;
|
|
159
|
+ text-align: center;
|
|
160
|
+ .MessageCard-left-hotle {
|
|
161
|
+ width: 530px;
|
|
162
|
+ height: 2px;
|
|
163
|
+ padding-right: 50px;
|
|
164
|
+ // opacity: 0.5;
|
|
165
|
+ }
|
|
166
|
+ .MessageCard-right-hotle {
|
|
167
|
+ width: 530px;
|
|
168
|
+ height: 2px;
|
|
169
|
+ padding-left: 50px;
|
|
170
|
+ }
|
|
171
|
+ }
|
|
172
|
+ .MessageCard-content-hotle {
|
|
173
|
+ // background: @whiteColor;
|
|
174
|
+ width: 13em;
|
|
175
|
+ height: 2.5em;
|
|
176
|
+ margin-top: 45px;
|
|
177
|
+ display: inline-block;
|
|
178
|
+ margin-left: 30px;
|
|
179
|
+
|
|
180
|
+ .MessageCard-name-hotle {
|
|
181
|
+
|
|
182
|
+ width: 100%;
|
|
183
|
+ /* height: 40rpx; */
|
|
184
|
+ font-size: 32px;
|
|
185
|
+ font-weight: bold;
|
|
186
|
+ color: #202020;
|
|
187
|
+ line-height: 44px;
|
|
188
|
+ /* overflow: hidden; */
|
|
189
|
+ /* -o-text-overflow: ellipsis; */
|
|
190
|
+ text-overflow: ellipsis;
|
|
191
|
+ /* white-space: nowrap; */
|
|
192
|
+ display: flex;
|
|
193
|
+ }
|
|
194
|
+ .MessageCard-info-hotle {
|
|
195
|
+ height: 23px;
|
|
196
|
+ font-size: 24px;
|
|
197
|
+ font-weight: 400;
|
|
198
|
+ color: #666666;
|
|
199
|
+ line-height: 44px;
|
|
200
|
+ padding-top: 19px;
|
|
201
|
+ }
|
|
202
|
+ }
|
|
203
|
+ .MessageCard-button-RoomName-hotle{
|
|
204
|
+ width: 168px;
|
|
205
|
+ height: 60px;
|
|
206
|
+ border: 2px solid #000000;
|
|
207
|
+ border-radius: 12px;
|
|
208
|
+ position: relative;
|
|
209
|
+ text-align: center;
|
|
210
|
+ display: inline-block;
|
|
211
|
+ left: 1.5em;
|
|
212
|
+ .MessageCard-image-hotle {
|
|
213
|
+ width: 30px;
|
|
214
|
+ height: 30px;
|
|
215
|
+ padding-top: 12px;
|
|
216
|
+ padding-right: 5px;
|
|
217
|
+ }
|
|
218
|
+ .MessageCard-text-hotle {
|
|
219
|
+ line-height: 30px;
|
|
220
|
+ width: 87px;
|
|
221
|
+ height: 28px;
|
|
222
|
+ font-size: 30px;
|
|
223
|
+ font-weight: bold;
|
|
224
|
+ color: #202020;
|
|
225
|
+ }
|
|
226
|
+ }
|
|
227
|
+ .MessageCard-button-Park-hotle{
|
|
228
|
+ width: 168px;
|
|
229
|
+ height: 60px;
|
|
230
|
+ border: 2px solid #000000;
|
|
231
|
+ border-radius: 12px;
|
|
232
|
+ position: relative;
|
|
233
|
+ text-align: center;
|
|
234
|
+ display: inline-block;
|
|
235
|
+ left: 1.5em;
|
|
236
|
+ .MessageCard-image-hotle {
|
|
237
|
+ width: 30px;
|
|
238
|
+ height: 30px;
|
|
239
|
+ padding-top: 12px;
|
|
240
|
+ padding-right: 5px;
|
|
241
|
+ }
|
|
242
|
+ .MessageCard-text-hotle {
|
|
243
|
+ line-height: 30px;
|
|
244
|
+ width: 87px;
|
|
245
|
+ height: 28px;
|
|
246
|
+ font-size: 30px;
|
|
247
|
+ font-weight: bold;
|
|
248
|
+ color: #202020;
|
|
249
|
+ }
|
|
250
|
+ }
|
|
251
|
+ .MessageCard-button-hotle {
|
|
252
|
+ width: 168px;
|
|
253
|
+ height: 60px;
|
|
254
|
+ border: 2px solid #000000;
|
|
255
|
+ border-radius: 12px;
|
|
256
|
+ position: relative;
|
|
257
|
+ text-align: center;
|
|
258
|
+ display: inline-block;
|
|
259
|
+ bottom: 40px;
|
|
260
|
+ left: 1.5em;
|
|
261
|
+ .MessageCard-image-hotle {
|
|
262
|
+ width: 30px;
|
|
263
|
+ height: 30px;
|
|
264
|
+ padding-top: 12px;
|
|
265
|
+ padding-right: 5px;
|
|
266
|
+ }
|
|
267
|
+ .MessageCard-text-hotle {
|
|
268
|
+ line-height: 30px;
|
|
269
|
+ width: 87px;
|
|
270
|
+ height: 28px;
|
|
271
|
+ font-size: 30px;
|
|
272
|
+ font-weight: bold;
|
|
273
|
+ color: #202020;
|
|
274
|
+ }
|
|
275
|
+ }
|
|
276
|
+ }
|
|
277
|
+// -------------------------------
|
|
278
|
+.MessageCard-parkView {
|
|
279
|
+ width: calc(100% - 60px);
|
|
280
|
+ height: 175px;
|
|
281
|
+ background: @whiteColor;
|
|
282
|
+ border-radius: 12px;
|
|
283
|
+ margin: 30px auto;
|
|
284
|
+ box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
|
|
285
|
+ .MessageCard-title1-parkView {
|
|
286
|
+ height: 26px;
|
|
287
|
+ font-size: 28px;
|
|
288
|
+ font-weight: bold;
|
|
289
|
+ color: #666666;
|
|
290
|
+ line-height: 44px;
|
|
291
|
+ text-align: center;
|
|
292
|
+ .MessageCard-left-parkView {
|
|
293
|
+ width: 530px;
|
|
294
|
+ height: 2px;
|
|
295
|
+ padding-right: 50px;
|
|
296
|
+ // opacity: 0.5;
|
|
297
|
+ }
|
|
298
|
+ .MessageCard-right-parkView {
|
|
299
|
+ width: 530px;
|
|
300
|
+ height: 2px;
|
|
301
|
+ padding-left: 50px;
|
|
302
|
+ }
|
|
303
|
+ }
|
|
304
|
+ .MessageCard-content-parkView {
|
|
305
|
+ // background: @whiteColor;
|
|
306
|
+ width: 13em;
|
|
307
|
+ height: 2.5em;
|
|
308
|
+ margin-top: 45px;
|
|
309
|
+ display: inline-block;
|
|
310
|
+ margin-left: 30px;
|
|
311
|
+
|
|
312
|
+ .MessageCard-name-parkView {
|
|
313
|
+
|
|
314
|
+ width: 100%;
|
|
315
|
+ font-size: 32px;
|
|
316
|
+ font-weight: bold;
|
|
317
|
+ color: #202020;
|
|
318
|
+ line-height: 44px;
|
|
319
|
+ text-overflow: ellipsis;
|
|
320
|
+ display: flex;
|
|
321
|
+ }
|
|
322
|
+ .MessageCard-info-parkView {
|
|
323
|
+ height: 23px;
|
|
324
|
+ font-size: 24px;
|
|
325
|
+ font-weight: 400;
|
|
326
|
+ color: #666666;
|
|
327
|
+ line-height: 44px;
|
|
328
|
+ padding-top: 19px;
|
|
329
|
+ }
|
|
330
|
+ }
|
|
331
|
+ .MessageCard-button-RoomName-parkView{
|
|
332
|
+ width: 168px;
|
|
333
|
+ height: 60px;
|
|
334
|
+ border: 2px solid #000000;
|
|
335
|
+ border-radius: 12px;
|
|
336
|
+ position: relative;
|
|
337
|
+ text-align: center;
|
|
338
|
+ display: inline-block;
|
|
339
|
+ left: 1.5em;
|
|
340
|
+ .MessageCard-image-parkView {
|
|
341
|
+ width: 30px;
|
|
342
|
+ height: 30px;
|
|
343
|
+ padding-top: 12px;
|
|
344
|
+ padding-right: 5px;
|
|
345
|
+ }
|
|
346
|
+ .MessageCard-text-parkView {
|
|
347
|
+ line-height: 30px;
|
|
348
|
+ width: 87px;
|
|
349
|
+ height: 28px;
|
|
350
|
+ font-size: 30px;
|
|
351
|
+ font-weight: bold;
|
|
352
|
+ color: #202020;
|
|
353
|
+ }
|
|
354
|
+ }
|
|
355
|
+ .MessageCard-button-Park-parkView{
|
|
356
|
+ width: 168px;
|
|
357
|
+ height: 60px;
|
|
358
|
+ border: 2px solid #000000;
|
|
359
|
+ border-radius: 12px;
|
|
360
|
+ position: relative;
|
|
361
|
+ text-align: center;
|
|
362
|
+ display: inline-block;
|
|
363
|
+ left: 1.5em;
|
|
364
|
+ .MessageCard-image-parkView {
|
|
365
|
+ width: 30px;
|
|
366
|
+ height: 30px;
|
|
367
|
+ padding-top: 12px;
|
|
368
|
+ padding-right: 5px;
|
|
369
|
+ }
|
|
370
|
+ .MessageCard-text-parkView {
|
|
371
|
+ line-height: 30px;
|
|
372
|
+ width: 87px;
|
|
373
|
+ height: 28px;
|
|
374
|
+ font-size: 30px;
|
|
375
|
+ font-weight: bold;
|
|
376
|
+ color: #202020;
|
|
377
|
+ }
|
|
378
|
+ }
|
|
379
|
+ .MessageCard-button-parkView {
|
|
380
|
+ width: 168px;
|
|
381
|
+ height: 60px;
|
|
382
|
+ border: 2px solid #000000;
|
|
383
|
+ border-radius: 12px;
|
|
384
|
+ position: relative;
|
|
385
|
+ text-align: center;
|
|
386
|
+ display: inline-block;
|
|
387
|
+ bottom: 40px;
|
|
388
|
+ left: 1.5em;
|
|
389
|
+ .MessageCard-image-parkView {
|
|
390
|
+ width: 30px;
|
|
391
|
+ height: 30px;
|
|
392
|
+ padding-top: 12px;
|
|
393
|
+ padding-right: 5px;
|
|
394
|
+ }
|
|
395
|
+ .MessageCard-text-parkView {
|
|
396
|
+ line-height: 30px;
|
|
397
|
+ width: 87px;
|
|
398
|
+ height: 28px;
|
|
399
|
+ font-size: 30px;
|
|
400
|
+ font-weight: bold;
|
|
401
|
+ color: #202020;
|
|
402
|
+ }
|
|
403
|
+ }
|
|
404
|
+}
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+// ---------------------------------
|
137
|
408
|
.articleCard {
|
138
|
409
|
margin-top: 60px;
|
139
|
410
|
width: calc(100% - 60px);
|