This commit is contained in:
2024-03-26 17:20:25 +08:00
parent 85e28a0436
commit b5373186ca
2 changed files with 21 additions and 5 deletions

View File

@ -191,4 +191,4 @@
}
}
}
</style>
</style>

View File

@ -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%;