zhongrj
2025-11-25 b89962006164a462404b79a738bee8cbb6d7fe7e
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="map-placeholder" style="height: 100%">
    <div style="display: flex; margin-top: 4px" id="map-placeholder-header">
        <div class="placeholder-item border" style="width: 34px; height: 34px; border-radius: 100%; margin-right: 8px;"></div>
        <div class="placeholder-item shimmer" style="width: 33%; height: 34px;"></div>
        <div style="width: 45%"></div>
        <div class="placeholder-item border shimmer" style="width: 10%; height: 34px; margin-right: 4px;"></div>
        <div class="placeholder-item border shimmer" style="width: 10%; height: 34px;"></div>
    </div>
 
    <div class="placeholder-item pulse" id="map-placeholder-map" style="margin-top: 16px; display: flex; height: calc(100% - 32px); width: 100%; justify-content: center; align-items: center">
        <i class="fa fa-globe"></i>
    </div>
</div>