自带的弹窗介绍:
arcgis api 3.X 修改自带弹窗样式插图
/修改原有弹窗的css样式/
/ 弹窗整体 /
.esriPopup {
font-size: 16px;
box-shadow: 10px 10px 5px #888888;
}
.esriPopup .sizer {
position: relative;
width: 400px;
/* 弹窗宽度 */
z-index: 1;
}
/ 标题部分 /
.esriPopup .titlePane {
background-color: rgba(7, 128, 207, 0.6) !important;
font-size: 16px;
line-height: 30px;
}
/ 标题部分的最大化按钮隐藏 /
.esriPopup .titleButton.maximize {
display: none;
}
/ 下一个动作按钮 /
.esriPopup .titleButton.next {
right: 33px;
background-position: -16px 0;
width: 9px;
height: 17px;
background: url(../images/infowindow/close.png) no-repeat;
display: none;
}
/ 修改标题关闭按钮 /
.esriPopup .titleButton {
background: url(../images/infowindow/close.png) no-repeat;
}
/ 弹窗主要内容部分 /
.esriPopup .contentPane {
position: relative;
max-height: 600px;
line-height: 35px;
overflow: auto;
font-weight: 600;
padding: 10px 6px 6px 10px;
background-color: rgba(72, 170, 194, 0.6);
color: #333333;
/* background: url(../images/infowindow/selected_tab.png); */
background-size: 100% 100%;
background-position: center center;
}
/ 修改弹窗显示的时候,有个小三角对着被选中的要素 /
.esriPopup .pointer,
.esriPopup .outerPointer {
background: rgba(72, 170, 194, 0.5);
;
}
/ 下方动作按钮 /
.esriPopup .actionsPane {
display: none;
}
/ 关闭按钮 /
.esriPopup .titleButton.close {
right: 3px;
background-position: 0 0;
width: 25px;
height: 30px;
}
原创文章:https://www.qqhhs.com,作者:起航®,如若转载,请注明出处:https://www.qqhhs.com/39.html
版权声明:本站提供的一切软件、教程和内容信息仅限用于学习和研究目的,请于下载的24小时内删除;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络收集整理,如果您喜欢该程序和内容,请支持正版,购买注册,得到更好的正版服务。我们非常重视版权问题,如有侵权请邮件与我们联系处理。敬请谅解!