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