Map: 종료 버튼 투명도 조절, 하단 버튼 크기 확대, 구글 주소 연결

This commit is contained in:
Jaeeun.Cho 2025-10-23 12:47:04 -04:00
parent d639a9dbec
commit ae0a3d9726
3 changed files with 13 additions and 7 deletions

View File

@ -114,16 +114,16 @@
line-height: 1;
color: #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20)
/* opacity: 0.2; */
/* filter: alpha(opacity=20) */
}
.close:hover,.close:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50)
/* opacity: 0.5; */
/* filter: alpha(opacity=50) */
}
button.close {

View File

@ -469,7 +469,7 @@
.mapBtn{
border:none;
color: #fff;
padding: 5px ;
padding: 30px ;
border-radius: 5px;
}
.btn-primary-modal{

View File

@ -2138,10 +2138,16 @@ function popup(){
<tr>
<td class="td-title-info">Address</td>
<td class="td-text-info">
<span>${property.address}</span>
<a
href="https://www.google.com/maps?q=${encodeURIComponent(property.address)}"
target="_blank"
style="color: inherit; text-decoration: underline; cursor: pointer;"
>
<span>${property.address}</span>
</a>
</td>
</tr>
<tr>
<td class="td-title-info">Forecast</td>
<td class="td-text-info">