diff --git a/src/views/Billboard/Billboard.vue b/src/views/Billboard/Billboard.vue index a640c32..5413970 100644 --- a/src/views/Billboard/Billboard.vue +++ b/src/views/Billboard/Billboard.vue @@ -39,7 +39,8 @@
-
+
+
当前位置
{{ bf }}
@@ -378,6 +379,14 @@ watch(scrollLefts, _scrollLefts => { top: 800px; z-index: 13; } +.hand { + position: absolute; + width: 76.5px; + height: 97.215px; + right: 320px; + top: 949px; + z-index: 14; +} .header { position: fixed; width: 100vw; @@ -470,6 +479,9 @@ watch(scrollLefts, _scrollLefts => { height: 139px; top: 143px; } + .hand { + top: 230px; + } .header { height: 139px; top: 143px; diff --git a/src/views/Billboard/hand.png b/src/views/Billboard/hand.png new file mode 100644 index 0000000..0f780a2 Binary files /dev/null and b/src/views/Billboard/hand.png differ