hookehuyr

fix 植物之声页面调整

<!--
* @Date: 2024-04-10 15:08:08
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-04-18 14:12:17
* @LastEditTime: 2024-04-18 16:05:29
* @FilePath: /fxPark/src/views/fxPark/audio.vue
* @Description: 文件描述
-->
<template>
<div class="audio-page">
<div class="audio-wrapper">
<div style="position: absolute; left: 5px; bottom: -23rem;">
<img src="https://cdn.ipadbiz.cn/xfPark/audio/slogn.1713426835.png" style="width: 2.7rem;" >
</div>
<div class="audio-title">
<div>{{ audio_list[audioIndex]?.name }}</div>
<div>&nbsp;&nbsp;|&nbsp;&nbsp;</div>
......@@ -144,10 +147,12 @@ const showList = () => {
<style lang="less" scoped>
.audio-page {
width: 100%;
height: 100vh;
position: relative;
background-image: url('https://cdn.ipadbiz.cn/xfPark/audio/bg.1713347802.jpg');
background-size: 100% 100%;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
......