mirror of
https://github.com/LiuYuYang01/ThriveX-Blog.git
synced 2026-05-06 22:03:08 +08:00
调整地图容器中图片样式,修改图标尺寸以提升视觉效果。
This commit is contained in:
@@ -80,7 +80,7 @@ export default function MapContainer() {
|
||||
content:
|
||||
data?.images[0] &&
|
||||
`
|
||||
<div style="display: flex; justify-content: center; align-items: center; background-color: #fff; width: 35px; height: 35px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.4); animation: pulse 2s infinite;">
|
||||
<div style="display: flex; justify-content: center; align-items: center; background-color: #fff; width: 25px; height: 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.4); animation: pulse 2s infinite;">
|
||||
<img src="${data?.images[0]}" alt="" style="width: 90%; height: 90%; border-radius: 50%;">
|
||||
</div>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user