.amap-logo, .amap-copyright { display: none !important; } .amap-marker-label { position: absolute; padding: 0.75rem 1.25rem; border-radius: 6px; background-color: white; border-width: 0; box-shadow: 0px 0px 5px 0px rgba(141, 141, 141, 0.4); display: none; } .amap-marker-labe .infoLabel { width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* 数字角标 */ .badge { position: absolute; right: 5px; top: -10px; padding: 0 6px; background-color: #f56c6c; color: #fff; border-radius: 10px; font-size: 12px; } /* 抽屉样式 */ .drawer { position: fixed; bottom: 0; left: 0; width: 100%; height: 0rem; background-color: #fff; overflow: hidden; transition: height 0.4s ease-in-out; border-radius: 10px 10px 0 0; box-shadow: 0px 0px 5px 0px rgba(141, 141, 141, 0.4); } .drawer.open { height: 23rem; } .drawer .header { display: flex; height: 35px; line-height: 35px; padding: 0 8px; border-bottom: 1px solid #eaeef1; } .drawer .header .title { font-size: 13px; font-weight: 600; margin-right: auto; } .drawer .center { display: flex; overflow: auto; padding: 8px; } .drawer .center img { width: 40%; margin-right: 8px; } .drawer .center .model { width: 60%; } .drawer .center .model .content { display: flex; margin-bottom: 8px; } .drawer .center .model .content .icon { margin-right: 8px; }