|
@@ -421,7 +421,7 @@ export default {
|
421
|
421
|
|
422
|
422
|
.housecenter {
|
423
|
423
|
width: 100%;
|
424
|
|
- height: 325px;
|
|
424
|
+ height: 320px;
|
425
|
425
|
background-color: rgba(255, 255, 255, 1);
|
426
|
426
|
margin-bottom: 10px;
|
427
|
427
|
|
|
@@ -504,10 +504,11 @@ export default {
|
504
|
504
|
|
505
|
505
|
.buildingdata {
|
506
|
506
|
width: 100%;
|
507
|
|
- height: 256px;
|
|
507
|
+ height: 223px;
|
508
|
508
|
|
509
|
509
|
.datacontent {
|
510
|
510
|
width: 90%;
|
|
511
|
+ height: 90%;
|
511
|
512
|
background-color: rgba(245, 247, 249, 1);
|
512
|
513
|
border-radius: 2px;
|
513
|
514
|
margin: 20px 0 0 20px;
|
|
@@ -529,7 +530,7 @@ export default {
|
529
|
530
|
overflow: hidden;
|
530
|
531
|
text-overflow: ellipsis;
|
531
|
532
|
white-space: nowrap;
|
532
|
|
- padding: 5px 0;
|
|
533
|
+ padding: 8px 0 2px 0;
|
533
|
534
|
|
534
|
535
|
.slidedesc {
|
535
|
536
|
font-size: 12px;
|