nuxtCTA修改背景色号
This commit is contained in:
parent
b8dbf781e8
commit
3d375356fe
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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="案例实况"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user