我在Google地图中自定义InfoWindow时遇到一些问题。 这是我到目前为止所做的一幅画面:
我的问题是我无法使窗口内容更宽,我想缩小右边的边距。 另外,无论如何都要访问"关闭"按钮来自定义它?
.cadre .title {
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 18px;
font-weight: 400;
padding: 10px;
margin: 0;
border-radius: 2px 2px 0 0;
width: 100%;
}
.cadre {
margin-bottom: 10px;
left: 0 !important;
right: 0 !important;
}
.cadre .im {
float: left;
height: 100px;
width: 120px;
margin: 0 5px 5px 5px;
margin-top: 5px;
}
.cadre .texte {
text-align: center;
}