|
|
@@ -5,7 +5,9 @@
|
|
|
<image :src='userHeadUrl' mode="aspectFit"></image>
|
|
|
<text>{{userName}}</text>
|
|
|
</view>
|
|
|
- <button class="login-button-pos" v-if="isShowAuthBtn" open-type="getUserInfo" @getuserinfo="getUserInfo">未授权,请点击获取信息</button>
|
|
|
+ <button class="login-button-pos" v-if="isShowAuthBtn" open-type="getUserInfo" @getuserinfo="getUserInfo">
|
|
|
+ <image src="/static/icon/power-head.png" class="power-head-img" />未授权,请点击获取信息
|
|
|
+ </button>
|
|
|
<view class="self-search-box">
|
|
|
<view class="search-content">
|
|
|
<view class="search-content-value">{{userTime}}</view>
|
|
|
@@ -182,7 +184,17 @@
|
|
|
line-height: 120upx;
|
|
|
width: 100%;
|
|
|
background:#27BCEF;
|
|
|
- color:#fff
|
|
|
+ color:#fff;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 28upx;
|
|
|
+ padding-left: 50upx;
|
|
|
+
|
|
|
+ }
|
|
|
+ .power-head-img {
|
|
|
+ width: 85upx;
|
|
|
+ height: 85upx;
|
|
|
+ margin-right: 3%;
|
|
|
}
|
|
|
.self-title-box image {
|
|
|
width: 90rpx;
|