小修改

This commit is contained in:
A1300399510
2023-08-09 15:18:06 +08:00
parent a503d2e292
commit 520b970905
5 changed files with 41 additions and 4 deletions

View File

@@ -61,6 +61,12 @@ const goapArtmentDetails = () => redirectToExternalWebsite(`/apartmentDetail?uni
height: fit-content;
cursor: pointer;
&:hover {
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256862745098039);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256862745098039);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256862745098039);
}
.img {
width: 366px;
height: 244px;