#mapTip1{ position: absolute; left: 40%; top: 30%; min-width: 225px; max-width: 300px; color: #fff; font-size: 14px; text-align: left; display: none; } #mapTip1 .title{ width: 100%; line-height: 18px; border: 15px solid transparent; border-image-source: url(/static/GisFrame/resources/mapTip1_01.png); border-image-slice: 15 15 15 15 fill; } #mapTip1 div{ width: 100%; line-height: 28px; border: 15px solid transparent; border-image-source: url(/static/GisFrame/resources/mapTip1_02.png); border-image-slice: 15 15 15 15 fill; } #mapTip1 div span{ text-indent: 0px; display: inline-block; min-width: 60px; font-size: 12px; color: #b4e1ff; }