diff --git a/simple.html b/simple.html index aa25f7b..f7d48a1 100644 --- a/simple.html +++ b/simple.html @@ -181,6 +181,34 @@ display: none; } + + .icon-btn { + background: rgba(255,255,255,0.7); + border: none; + border-radius: 50%; + width: 44px; + height: 44px; + display: flex; + align-items: center; + justify-content: center; + position: fixed; + top: 20px; + left: 20px; + z-index: 100001; + cursor: pointer; + transition: background 0.2s; + box-shadow: 0 2px 8px rgba(0,0,0,0.08); + padding: 0; +} +.icon-btn + .icon-btn { + left: 74px; +} +.icon-btn:hover { + background: #eee; +} +.icon-btn img { + pointer-events: none; +} @@ -196,6 +224,14 @@
+ + + +