Browse Source

首页

master
kuaileWu 2 years ago
parent
commit
7ce96b0299
  1. 36
      pages/index/index.vue
  2. 9
      针灸挂号系统功能拆分.txt

36
pages/index/index.vue

@ -80,7 +80,35 @@
预约看诊
</view>
</view>
</view>
<view class="block">
<view class="header">
<view class="title-wrapper flex">
<view class="title">
医生简介
</view>
<img :src="cssUrl+'right_bg.png'" alt="">
</view>
<view class="opt">
查看全部<img :src="cssUrl+'index_comback2.svg'" alt="">
</view>
</view>
<view class="con">
<view class="item">
<view class="left">
<view>上官梓涵</view>
<view>待就诊</view>
</view>
<view class="right">
<view>2024.01.09 周二 09:30-12:00</view>
<view>广安门中医医院西单门诊部 针灸科</view>
</view>
</view>
</view>
</view>
</view>
</template>
@ -163,6 +191,10 @@
color: #949699;
font-size: 30rpx;
line-height: 50rpx;
.con{
height: 200rpx;
}
}
.title-wrapper{
.title{
width: 117rpx;
@ -181,10 +213,6 @@
height: 42rpx;
}
}
.con{
height: 200rpx;
}
}
.hospital-wrapper{
.item{
&:last-child{

9
针灸挂号系统功能拆分.txt

@ -8,13 +8,12 @@
针灸小妙招挂号系统 已完成
1.患者端首页 预计完成 2024-03-06 09:30~2024-03-06 19:20
针灸小妙招相关:
针灸挂号系统相关:
已完成
1.sql数据表重构
1.数据库表sql语句重构
2.用户端首页样式调整
进行中
2.挂号就诊人页面
1.挂号就诊人页面
待完成
一、患者端 静态页面

Loading…
Cancel
Save