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 {
width: 235rpx;
height: 30rpx;
font-size: 32rpx;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #333333;
position: absolute;
text-align: center;
top: 22%;
left: 50%;
transform: translateX(-50%);
width: 100%;
left:0;
margin: 0 auto;
}
image {

View File

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

View File

@ -1,6 +1,7 @@
<template>
<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">
<image class="img" :src="baseurl+Personallist.avatar" mode="" v-if="Personallist.avatar"></image>
<image class="img" src="../../static/user2.png" mode="" v-else></image>
@ -350,4 +351,4 @@
top: 0;
}
}
</style>
</style>

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