feat: 修改样式

This commit is contained in:
anonymous
2025-01-09 17:30:30 +08:00
parent 8f089b4bbd
commit 246c28e5d0
+4 -2
View File
@@ -9,7 +9,7 @@
</route> </route>
<template> <template>
<view class="invest-page"> <view class="invest-page">
<NavBar titleColor="#333" /> <NavBar />
<view class="py-20 flex flex-col mx-15 rounded-20 main-content text-white"> <view class="py-20 flex flex-col mx-15 rounded-20 main-content text-white">
<view class="text-14 pl-15">保险概览</view> <view class="text-14 pl-15">保险概览</view>
<view class="flex mt-30"> <view class="flex mt-30">
@@ -225,7 +225,9 @@ const onInvest = mergeStep(async (item: any) => {
.invest-page { .invest-page {
min-height: 100vh; min-height: 100vh;
padding-bottom: 100px; padding-bottom: 100px;
background: linear-gradient(180deg, #f4fbff 0%, #f7f7f7 100%); background-image: url('@/static/images/home/bg.jpg');
background-position: top;
background-size: cover;
} }
.main-content { .main-content {
background: linear-gradient(90deg, #71a4f8 0%, #3b81f3 103.83%); background: linear-gradient(90deg, #71a4f8 0%, #3b81f3 103.83%);