xg
This commit is contained in:
parent
85e28a0436
commit
b5373186ca
@ -191,4 +191,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="prompt">
|
||||
温馨提示:若当前页面展示信息和您信息不一致,请及时联系您的家庭医生
|
||||
</view>
|
||||
<view class="label">
|
||||
<view class="img">
|
||||
<image mode="" src="@/static/headsculpture.png"></image>
|
||||
@ -46,12 +49,12 @@
|
||||
复诊记录
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" style="opacity: 0;">
|
||||
<!-- <image src="../images/Diabetes.png" mode=""></image>
|
||||
<!--<view class="item" style="opacity: 0;">
|
||||
<image src="../images/Diabetes.png" mode=""></image>
|
||||
<view class="text">
|
||||
复诊记录
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>-->
|
||||
<!-- <view class="item">
|
||||
<image src="../images/HeartDisease.png" mode=""></image>
|
||||
<view class="text">
|
||||
@ -167,6 +170,19 @@
|
||||
<style lang="scss">
|
||||
.app {
|
||||
background-color: #f9f9f9;
|
||||
height: 100vh;
|
||||
|
||||
.prompt {
|
||||
padding-top: 30rpx;
|
||||
color: red;
|
||||
font-weight: 600;
|
||||
// position: fixed;
|
||||
bottom: 50rpx;
|
||||
// width: 90%;
|
||||
margin: 0 auto;
|
||||
// left: 5%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.items {
|
||||
width: 93%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user