|
@@ -882,7 +882,7 @@
|
882
|
882
|
|
883
|
883
|
.item {
|
884
|
884
|
position: relative;
|
885
|
|
- width: 350px;
|
|
885
|
+ width: 338px;
|
886
|
886
|
margin: 2px 36px 2px 2px;
|
887
|
887
|
box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
|
888
|
888
|
border: 1px solid rgba(232, 232, 232, 1);
|
|
@@ -890,7 +890,7 @@
|
890
|
890
|
|
891
|
891
|
.house__img-info {
|
892
|
892
|
position: relative;
|
893
|
|
- padding: 70px 30px;
|
|
893
|
+ // padding: 70px 20px 40px 20px;
|
894
|
894
|
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
895
|
895
|
|
896
|
896
|
.house-type__panorama {
|
|
@@ -902,25 +902,13 @@
|
902
|
902
|
}
|
903
|
903
|
|
904
|
904
|
.house__img {
|
905
|
|
- width: 100%;
|
|
905
|
+ width: 336px;
|
906
|
906
|
border-radius: 10px;
|
907
|
|
- height: 200px !important;
|
|
907
|
+ height: 336px;
|
|
908
|
+ display: block;
|
908
|
909
|
}
|
909
|
910
|
}
|
910
|
911
|
|
911
|
|
- // .house__img__len {
|
912
|
|
- // position: absolute;
|
913
|
|
- // width: 80px;
|
914
|
|
- // height: 50px;
|
915
|
|
- // text-align: center;
|
916
|
|
- // line-height: 50px;
|
917
|
|
- // color: #fff;
|
918
|
|
- // background: rgba(0, 0, 0, 0.5);
|
919
|
|
- // right: 4%;
|
920
|
|
- // top: 47%;
|
921
|
|
- // font-size: 20px;
|
922
|
|
- // border-radius: 20px;
|
923
|
|
- // }
|
924
|
912
|
.rest-info {
|
925
|
913
|
padding: 10px 26px 20px 26px;
|
926
|
914
|
|
|
@@ -967,6 +955,7 @@
|
967
|
955
|
padding: 10px 36px;
|
968
|
956
|
border-radius: 16px 0 14px 0;
|
969
|
957
|
font-size: 24px;
|
|
958
|
+ z-index: 1;
|
970
|
959
|
}
|
971
|
960
|
}
|
972
|
961
|
}
|