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> <template>
<div <div
:style="{ backgroundImage: `url('/img/index/footer_bg.png')` , }" :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> <UFooter>
<template #left> <template #left>
<p class="text-bold text-sm">Copyright © 闽ICP备2023022186号-2</p> <p class="text-bold text-sm">Copyright © 闽ICP备2023022186号-2</p>

View File

@ -26,7 +26,7 @@ const cardItems = ref([
<template> <template>
<div <div
:style="{ backgroundImage: `url('/img/index/3d_bg.png')` , }" :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 <TitleSection
subtitle="CASE FACTS" subtitle="CASE FACTS"
title="案例实况" title="案例实况"

View File

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