xg
This commit is contained in:
parent
01f3428232
commit
8514752a7b
@ -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 {
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
@ -350,4 +351,4 @@
|
|||||||
top: 0;
|
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