This commit is contained in:
2023-12-28 16:44:47 +08:00
parent 01f3428232
commit 8514752a7b
5 changed files with 8 additions and 7 deletions

View File

@ -13,16 +13,16 @@
} }
.text { .text {
width: 235rpx;
height: 30rpx;
font-size: 32rpx; font-size: 32rpx;
font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
position: absolute; position: absolute;
text-align: center;
top: 22%; top: 22%;
left: 50%; width: 100%;
transform: translateX(-50%); left:0;
margin: 0 auto;
} }
image { image {

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="app"> <view class="app">
<image src="../../static/logos.png" mode=""></image> <image src="../../static/logo.png" mode=""></image>
<view class="text"> <view class="text">
欢迎登录医护助手 欢迎登录医护助手
</view> </view>

View File

@ -1,6 +1,7 @@
<template> <template>
<view class="app"> <view class="app">
<image class="circular" :src="beijingurl" mode=""></image> <!-- <image class="circular" :src="beijingurl" mode=""></image> -->
<image class="circular" src="@/static/homepage.png" mode=""></image>
<view class="user" v-if="nursePersonId"> <view class="user" v-if="nursePersonId">
<image class="img" :src="baseurl+Personallist.avatar" mode="" v-if="Personallist.avatar"></image> <image class="img" :src="baseurl+Personallist.avatar" mode="" v-if="Personallist.avatar"></image>
<image class="img" src="../../static/user2.png" mode="" v-else></image> <image class="img" src="../../static/user2.png" mode="" v-else></image>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB