Browse Source

fix: 样式修改

main
betaqi 3 months ago
parent
commit
7601f6062d
  1. 6
      layouts/default.vue

6
layouts/default.vue

@ -105,10 +105,10 @@ @@ -105,10 +105,10 @@
<slot />
<footer>
<div class="bg-white relative py-[74px] md:py-[40px] sm:py-[10px]">
<div class="max-w-[1920px] h-[848px] md:h-[362px] sm:h-[166px] m-auto relative">
<img src="/images/about/mapBg.png" class="absolute inset-0" />
<div class="max-w-[1920px] m-auto relative">
<img src="/images/about/mapBg.png" class="relative inset-0 w-full h-full object-cover" />
<div
class="w-[1172px] h-[300px] px-[95px] md:w-[780px] md:h-[180px] sm:w-[360px] sm:h-[80px] md:px-[20px] sm:px-[10px] bg-white absolute bottom-5 md:bottom-2 sm:bottom-0 left-1/2 -translate-x-1/2 flex items-center"
class="w-[1172px] h-[300px] px-[95px] md:w-[780px] md:h-[180px] sm:w-[360px] sm:h-[80px] md:px-[20px] sm:px-[10px] bg-white absolute bottom-5 md:bottom-2 sm:bottom-1 left-1/2 -translate-x-1/2 flex items-center"
>
<div>
<div class="flex flex-col">

Loading…
Cancel
Save