text 171222Gマップの吹き出しをデザイン
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 171222Gマップの吹き出しをデザイン相关的知识,希望对你有一定的参考价值。
.wrp_info {
width: 100%;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
.img {
width: 90px;
@include mq(sp) {
display: none;
}
}
.info {
padding-left: 15px;
@include mq(sp) {
padding-left: 0;
}
a {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
p {
@include mq(sp) {
display: none;
}
}
.lnk {
text-align: right;
@include mq(sp) {
display: block;
text-align: center;
margin-top: 5px;
}
}
}
}
points[0] = new google.maps.LatLng(26.530116, 127.933637);
htmls[0] = '<div class="wrp_info"><div class="img"><img src="./images/img_marriott_s.jpg" alt="オキナワ マリオット リゾート & スパ"></div><div class="info"><h3 class="spot_name">オキナワ マリオット リゾート & スパ</h3><p>〒905-0026<br>沖縄県名護市喜瀬1490-1<br>TEL:0980-51-1000(代表)</p></div></div>';
icons[0] = 'images/ic_pin01.png';
以上是关于text 171222Gマップの吹き出しをデザイン的主要内容,如果未能解决你的问题,请参考以下文章
css 左余白ボーダー(タイトルデザイン)
php 160720ラジオボタン,チェックボックスのデザイン変更
html レスポンシブ対応したテーブルデザイン(スクロール版)
php 160720ラジオボタンをタブ切り替えのデザインにする
csharp 【WPF】Visual Studioのデザイン表示时にエラーが発生する场合の対处法
text 20180615 Googleマップを现在地からの経路検索で开くリンクを作成する