Phoenix 8 months ago
parent 2a1971bb0c
commit 0152f94759

@ -104,14 +104,14 @@
</div>
</template>
<template v-if="currentDevice==='mobile'">
<div class="mobile-footer">
<!-- <div class="mobile-footer">
<div class="content1">
<div class="wrap1">
<img src="@/assets/images/zu1236@2x.png" alt="">
</div>
<div class="wrap2">延庆博物馆</div>
</div>
</div>
</div>-->
</template>
<div v-if="state.isH5 == 'true'"
style="

@ -71,7 +71,7 @@
<div style="height: 145px; background: #000"
class="row justify-center color-white relative">
<div class="col-6 col-md-4 row justify-around"
<div v-if="currentDevice==='pc'" class="col-6 col-md-4 row justify-around"
style="margin-top: 32px; max-width: 300px">
<div class="cursor"
@click="handleLink('')">帮助</div>
@ -83,7 +83,7 @@
copyright 2024 最终所有权归延庆博物馆
</div>
</div>
<div v-if="state.isH5 == 'true'"
<div v-if="currentDevice == 'mobile'"
style="
border-radius: 50%;
position: absolute;

@ -85,7 +85,7 @@
</div>
</div>
</template>
<template v-if="currentDevice==='mobile'">
<template v-if="currentDevice === 'mobile'">
<div class="mobile-footer">
<div class="content1">
<div class="wrap1">
@ -95,7 +95,7 @@
</div>
</div>
</template>
<div v-if="state.isH5 == 'true'"
<div v-if="currentDevice === 'mobile'"
style="
border-radius: 50%;
position: absolute;

Loading…
Cancel
Save