.home { position: relative; margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden; } .tools { position: absolute; top: 96px; right: 400px; } .messageTool { position: absolute; top: 50%; left: 50%; z-index: 101; } .announcementTool { position: absolute; top: 120px; left: calc(50% - 300px); } .locationTool { position: absolute; top: 100px; left: 30px; } .functionTool { position: absolute; top: 180px; left: 400px; } .tableTool { position: absolute; top: 200px; right: 400px; z-index: 100; } .divPoint-custom { text-align: center; padding: 5px 10px; margin: 0; color: #fff; background: linear-gradient(rgba(27, 206, 212, 0.75), rgb(16 238 220)); border-radius: 5px; max-height: 130px; user-select: none; } .divPoint-custom:after { content: ""; position: absolute; bottom: -60px; left: calc(50% - 3px); display: block; width: 3px; height: 60px; border-right: 3px solid #2bcdbb; } .district-count { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80px; height: 80px; background-color: #01ae65; border-radius: 50%; text-align: center; color: #fff; font-size: 14px; .name { font-size: 16px; margin-bottom: 5px; } } .district-count:hover { background-color: #ff5733; /* 悬停时的背景颜色 */ }