瀏覽代碼

银农修改

wulanhaote
庞东旭 2 年之前
父節點
當前提交
4c667ebb60
共有 6 個檔案被更改,包括 14 行新增14 行删除
  1. +14
    -14
      src/views/yinnong/my.vue
  2. 二進制
      static/images/onlineHome/bg11.png
  3. 二進制
      static/images/onlineHome/myIcon01.png
  4. 二進制
      static/images/onlineHome/myIcon02.png
  5. 二進制
      static/images/onlineHome/myIcon03.png
  6. 二進制
      static/images/onlineHome/myIcon04.png

+ 14
- 14
src/views/yinnong/my.vue 查看文件

@@ -1,6 +1,6 @@
<template>
<div class="app-container">
<van-row style="background: url('../../../static/images/onlineHome/bg1.jpg') 50% ;height: 220px;border-radius:0 0 50px 50px;">
<van-row style="background: url('../../../static/images/onlineHome/bg11.png') no-repeat left -20px;background-size: 100%;height: 220px;border-radius:0 0 50px 50px;">
<van-cell center style="padding-top: 50px;background: none">
<template #title>
<p style="color: #fff;margin-left: 10px;font-size: 20px">{{nickName}}</p>
@@ -69,44 +69,44 @@
<!-- />-->
<!-- </template>-->
<!-- </van-cell>-->
<van-cell title="阳光村务" is-link @click="sunVillage">
<van-cell title="阳光村务" center is-link @click="sunVillage">
<template #icon>
<van-image
fit="contain"
height="22"
height="20"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon8.png"
src="../../../static/images/onlineHome/myIcon01.png"
/>
</template>
</van-cell>
<van-cell title="电子签名" is-link to="signature">
<van-cell title="电子签名" center is-link to="signature">
<template #icon>
<van-image
fit="contain"
height="22"
height="20"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon7.png"
src="../../../static/images/onlineHome/myIcon02.png"
/>
</template>
</van-cell>
<van-cell title="修改密码" is-link to="password">
<van-cell title="修改密码" center is-link to="password">
<template #icon>
<van-image
fit="contain"
height="22"
height="20"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon7.png"
src="../../../static/images/onlineHome/myIcon03.png"
/>
</template>
</van-cell>
<van-cell title="退出登录" is-link @click="logout">
<van-cell title="退出登录" center is-link @click="logout">
<template #icon>
<van-image
fit="contain"
height="22"
height="20"
style="margin-right: 15px"
src="../../../static/images/onlineHome/myIcon8.png"
src="../../../static/images/onlineHome/myIcon04.png"
/>
</template>
</van-cell>


二進制
static/images/onlineHome/bg11.png 查看文件

Before After
Width: 375  |  Height: 205  |  Size: 21 KiB

二進制
static/images/onlineHome/myIcon01.png 查看文件

Before After
Width: 18  |  Height: 18  |  Size: 471 B

二進制
static/images/onlineHome/myIcon02.png 查看文件

Before After
Width: 15  |  Height: 17  |  Size: 470 B

二進制
static/images/onlineHome/myIcon03.png 查看文件

Before After
Width: 17  |  Height: 17  |  Size: 384 B

二進制
static/images/onlineHome/myIcon04.png 查看文件

Before After
Width: 17  |  Height: 19  |  Size: 448 B

Loading…
取消
儲存