Map: 종료 버튼 투명도 조절, 하단 버튼 크기 확대, 구글 주소 연결
This commit is contained in:
parent
d639a9dbec
commit
ae0a3d9726
|
|
@ -114,16 +114,16 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 1px 0 #ffffff;
|
text-shadow: 0 1px 0 #ffffff;
|
||||||
opacity: 0.2;
|
/* opacity: 0.2; */
|
||||||
filter: alpha(opacity=20)
|
/* filter: alpha(opacity=20) */
|
||||||
}
|
}
|
||||||
|
|
||||||
.close:hover,.close:focus {
|
.close:hover,.close:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0.5;
|
/* opacity: 0.5; */
|
||||||
filter: alpha(opacity=50)
|
/* filter: alpha(opacity=50) */
|
||||||
}
|
}
|
||||||
|
|
||||||
button.close {
|
button.close {
|
||||||
|
|
|
||||||
|
|
@ -469,7 +469,7 @@
|
||||||
.mapBtn{
|
.mapBtn{
|
||||||
border:none;
|
border:none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 5px ;
|
padding: 30px ;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.btn-primary-modal{
|
.btn-primary-modal{
|
||||||
|
|
|
||||||
|
|
@ -2138,10 +2138,16 @@ function popup(){
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td-title-info">Address</td>
|
<td class="td-title-info">Address</td>
|
||||||
<td class="td-text-info">
|
<td class="td-text-info">
|
||||||
|
<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>
|
<span>${property.address}</span>
|
||||||
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td-title-info">Forecast</td>
|
<td class="td-title-info">Forecast</td>
|
||||||
<td class="td-text-info">
|
<td class="td-text-info">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue