Browse Source

修改背景颜色、顶部标题

master
liaoxinyu 11 months ago
parent
commit
2ce504620b
  1. BIN
      assets/img/home/home15.png
  2. 5
      pages/base/home.vue

BIN
assets/img/home/home15.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

After

Width:  |  Height:  |  Size: 451 KiB

5
pages/base/home.vue

@ -1,7 +1,7 @@
<template> <template>
<view class="d-flex flex-col" style="background-color: #f9f9f9;"> <view class="d-flex flex-col" style="background-color: #fff;">
<!-- 头部 --> <!-- 头部 -->
<v-header class="nav_bar m-y-xs" :left-text="$t('base.a1')" :left-arrow="false" :left-click="personalCenter"> <v-header class="nav_bar" :left-text="$t('base.a1')" :left-arrow="false" :left-click="personalCenter" style="box-shadow: 0 -7px 20px 0px rgba(0, 0, 0, 0.2);margin-bottom: 2px;">
<template #left> <template #left>
<!-- <van-icon name="user-circle-o" class="fn-25 color-theme-1" style="color: #EABB71;" /> --> <!-- <van-icon name="user-circle-o" class="fn-25 color-theme-1" style="color: #EABB71;" /> -->
<img src="@/static/img/user-bar.svg" alt="" width="18px" height="18px"> <img src="@/static/img/user-bar.svg" alt="" width="18px" height="18px">
@ -1773,6 +1773,7 @@
align-items: center; align-items: center;
padding-top: 30rpx; padding-top: 30rpx;
padding-bottom: 160rpx; padding-bottom: 160rpx;
background-color: rgba(10, 239, 198, 0.06);
.title { .title {
font-size: 30px; font-size: 30px;

Loading…
Cancel
Save