xg
This commit is contained in:
parent
01f3428232
commit
8514752a7b
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 61 KiB |
BIN
static/logos.png
BIN
static/logos.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user