|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<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> |
|
|
|
<!-- <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"> |
|
|
|
@ -1773,6 +1773,7 @@ |
|
|
|
align-items: center; |
|
|
|
padding-top: 30rpx; |
|
|
|
padding-bottom: 160rpx; |
|
|
|
background-color: rgba(10, 239, 198, 0.06); |
|
|
|
|
|
|
|
.title { |
|
|
|
font-size: 30px; |
|
|
|
|