| | |
| | | </view> |
| | | </view> |
| | | <view class="rightLogo"> |
| | | <img src="/src/static/images/user/logo2.svg" alt="" /> |
| | | <img src="/src/static/images/user/logo2.png" alt="" /> |
| | | </view> |
| | | </view> |
| | | <view class="personalInformation"> |
| | | <div class="message"> |
| | | <div class="messagebox">个人信息</div> |
| | | <div class="editInfo" @click="handelEdit(1)">点击编辑 |
| | | <img src="/src/static/images/user/rightBtn.svg" alt="" /></div> |
| | | <img src="/src/static/images/user/rightBtn.svg" alt="" /> |
| | | </div> |
| | | </div> |
| | | <div class="passwordBox"> |
| | | <div class="messagebox">修改密码</div> |
| | | <div class="editInfo" @click="handelEdit(2)">点击编辑 <img src="/src/static/images/user/rightBtn.svg" alt="" /></div> |
| | | <div class="editInfo" @click="handelEdit(2)">点击编辑 <img src="/src/static/images/user/rightBtn.svg" alt="" /> |
| | | </div> |
| | | </div> |
| | | </view> |
| | | |
| | | <view class="mt-20rpx"> |
| | | <div class="goOutStyle" @click="logOut">退出登录</div> |
| | | </view> |
| | | <div class="bottomLogo"><img src="/src/static/images/user/logo1.svg" alt="" /></div> |
| | | <div class="bottomLogo"><img src="/src/static/images/user/logo1.png" alt="" /></div> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | } |
| | | |
| | | .userName { |
| | | font-family: "Source Han Sans CN"; |
| | | font-weight: 500; |
| | | font-weight: 700; |
| | | font-size: 36rpx; |
| | | color: #000000; |
| | | |
| | |
| | | .rightLogo { |
| | | width: 200rpx; |
| | | height: 80rpx; |
| | | |
| | | img { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | |
| | | .bottomLogo { |
| | | position: absolute; |
| | | bottom:50rpx; |
| | |
| | | right: 0; |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | |
| | | img { |
| | | width: 128rpx; |
| | | height: 52rpx; |
| | | } |
| | | } |
| | | |
| | | .goOutStyle { |
| | | width: 590rpx; |
| | | height: 76rpx; |
| | |
| | | .passwordBox { |
| | | width: 340rpx; |
| | | height:160rpx; |
| | | |
| | | .messagebox{ |
| | | padding: 20rpx 24rpx; |
| | | font-family: "Source Han Sans CN"; |
| | |
| | | font-size: 28rpx; |
| | | color: #000000; |
| | | } |
| | | |
| | | .editInfo { |
| | | padding: 20rpx 24rpx; |
| | | color: rgba(0, 0, 0, 0.5); |
| | |
| | | font-size: 24rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | img{ |
| | | width: 28rpx; |
| | | height: 28rpx; |
| | |
| | | } |
| | | |
| | | .message { |
| | | background: url('/src/static/images/user/info.svg') no-repeat center; |
| | | background: url('/src/static/images/user/info.png') no-repeat center; |
| | | background-size: 100% 100%; |
| | | |
| | | } |
| | | |
| | | .passwordBox { |
| | | background: url('/src/static/images/user/password.svg') no-repeat center; |
| | | background: url('/src/static/images/user/password.png') no-repeat center; |
| | | background-size: 100% 100%; |
| | | |
| | | } |