nuxtCTA修改背景色号

This commit is contained in:
WindowBird 2025-10-23 17:52:29 +08:00
parent b8dbf781e8
commit 3d375356fe
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ const items: NavigationMenuItem[] = [
<template>
<div
:style="{ backgroundImage: `url('/img/index/footer_bg.png')` , }"
class="bg-cover bg-no-repeat bg-center w-full mt-5">
class="bg-cover bg-no-repeat bg-center w-full ">
<UFooter>
<template #left>
<p class="text-bold text-sm">Copyright © 闽ICP备2023022186号-2</p>

View File

@ -26,7 +26,7 @@ const cardItems = ref([
<template>
<div
:style="{ backgroundImage: `url('/img/index/3d_bg.png')` , }"
class="bg-cover bg-no-repeat bg-center w-full ">
class="bg-cover bg-no-repeat bg-center w-full mb-4">
<TitleSection
subtitle="CASE FACTS"
title="案例实况"

View File

@ -32,7 +32,7 @@ const cardItems = ref([
<template>
<img alt="" class="w-max" src="/img/product/beenFactory/banner.png">
<TitleDescription
subtitle="SERVICE INTRODUCTION"
title="服务简介"
@ -48,6 +48,7 @@ const cardItems = ref([
:ui="{
title: 'font-semibold text-lg text-primary',
}"
:variant="index % 2 === 0 ? 'soft' : 'naked'"
orientation="horizontal"
>
<img