diff --git a/public/index.html b/public/index.html index fe44980..79377d8 100644 --- a/public/index.html +++ b/public/index.html @@ -32,6 +32,14 @@ width: 40px; height: 40px; border-radius: 50%; border: none; cursor: pointer; background: rgba(0,0,0,.5); color: #fff; font-size: 18px; display: none; } + #dlBtn { + position: fixed; bottom: 24px; right: 16px; z-index: 1001; + width: 52px; height: 52px; border-radius: 50%; + background: rgba(0,0,0,.55); color: #fff; font-size: 24px; + display: none; align-items: center; justify-content: center; + text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.4); + } + #dlBtn:active { transform: scale(0.94); } a { color: #8fb4ff; } @@ -41,15 +49,17 @@
載入中…
按下開始後,將相機對準已登錄的照片,
對應的影片就會覆蓋在照片上播放。
v6
+v7
+ ⬇