自定义infoWindow谷歌地图AngularJS

时间:2016-04-28 13:11:06

标签: css angularjs google-maps

我在Google地图中自定义InfoWindow时遇到一些问题。 这是我到目前为止所做的一幅画面:

image

我的问题是我无法使窗口内容更宽,我想缩小右边的边距。 另外,无论如何都要访问"关闭"按钮来自定义它?

.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;

}

0 个答案:

没有答案