From f678b314121fe63ecdf78fe6f5b873b718a64222 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期五, 21 六月 2024 11:01:56 +0800 Subject: [PATCH] 信息公示页面 --- policy/components/mine.vue | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/policy/components/mine.vue b/policy/components/mine.vue index 8cbca3a..3f95cd8 100644 --- a/policy/components/mine.vue +++ b/policy/components/mine.vue @@ -2,7 +2,8 @@ <view class="page-mine-box"> <view class="top-box"> <view class="user-news"> - <u-avatar :src="src"></u-avatar> + <!-- <u-avatar :src="src"></u-avatar> --> + <image src="/static/policy/header.png" mode="widthFix"></image> <view class="user-info"> <view class="user-name"> <view class="inckname">鍒樺皬闆�</view> @@ -22,7 +23,8 @@ </view> <view class="show-phone-number" @click="goChangePhone"> <view class="set-flex"> - <u-icon name="phone" size="22"></u-icon> + <!-- <u-icon name="phone" size="22"></u-icon> --> + <image src="/static/policy/phone.png" mode="widthFix"></image> <text class="change" >淇敼鎵嬫満鍙�</text> </view> <u-icon name="arrow-right"></u-icon> @@ -38,7 +40,7 @@ export default { data(){ return { - src: '' + src: '/static/policy/header.png' } }, methods: { @@ -64,6 +66,12 @@ display: flex; justify-content: flex-start; align-items: center; + image{ + width: 108rpx; + height: 108rpx; + background-color: white; + border-radius: 50%; + } .user-info{ margin-left: 24rpx; color: white; @@ -71,6 +79,7 @@ display: flex; justify-content: flex-start; align-items: center; + margin-bottom: 24rpx; .direc{ width: 2rpx ; height: 20rpx; @@ -112,6 +121,10 @@ margin-left: 20rpx; color: #202D44FF; } + image{ + width: 44rpx; + height: 44rpx; + } } .logout{ text-align: center; @@ -125,7 +138,10 @@ width: calc(100% - 64rpx); left: 32rpx; position: fixed; - bottom: 140rpx; + bottom: 180rpx; + } + .inckname{ + font-size: 36rpx; } } </style> \ No newline at end of file -- Gitblit v1.9.1