hookehuyr

背景音频显示位置调整

1 <!-- 1 <!--
2 * @Date: 2023-06-12 11:23:10 2 * @Date: 2023-06-12 11:23:10
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-09-21 10:57:29 4 + * @LastEditTime: 2024-09-21 11:58:00
5 * @FilePath: /map-demo/src/components/audioBackground1.vue 5 * @FilePath: /map-demo/src/components/audioBackground1.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -46,10 +46,10 @@ export default { ...@@ -46,10 +46,10 @@ export default {
46 .audio-background-page { 46 .audio-background-page {
47 position: fixed; 47 position: fixed;
48 right: 1.25rem; 48 right: 1.25rem;
49 - bottom: 17rem; 49 + top: 5rem;
50 .icon { 50 .icon {
51 - width: 2.5rem; 51 + width: 1.5rem;
52 - height: 2.5rem; 52 + height: 1.5rem;
53 border-radius: 50%; 53 border-radius: 50%;
54 background-size: contain; 54 background-size: contain;
55 } 55 }
......