feat: 修改样式
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</route>
|
||||
<template>
|
||||
<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="text-14 pl-15">保险概览</view>
|
||||
<view class="flex mt-30">
|
||||
@@ -225,7 +225,9 @@ const onInvest = mergeStep(async (item: any) => {
|
||||
.invest-page {
|
||||
min-height: 100vh;
|
||||
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 {
|
||||
background: linear-gradient(90deg, #71a4f8 0%, #3b81f3 103.83%);
|
||||
|
||||
Reference in New Issue
Block a user