Browse Source

首页

master
kuaileWu 2 years ago
parent
commit
5ac8608cb9
  1. 39
      pages/index/index.vue
  2. 2
      针灸挂号系统功能拆分.txt

39
pages/index/index.vue

@ -33,11 +33,11 @@
<view class="top flex">
<view class="left">
<view class="title flex">
<text>中国中医科学院广安门医院门诊</text>
<text class="over2">中国中医科学院中国中医科学院中国中医科学院中国中医科学院中国中医科学院国中医科学院中国中医科学院国中医科学院中国中医科学院</text>
<img :src="cssUrl+'index_comback.svg'" alt="">
</view>
<view class="date">
出诊周三下午周六上午
<view class="date over2">
出诊周三下午周六上午周三下午周六上午周三下午周六上午周三下午周六上午周三下午周六上午周三下午周六上午
</view>
</view>
<view class="right">
@ -153,31 +153,9 @@
height: 200rpx;
}
}
// <view class="block hospital-wrapper">
// <view class="item">
// <view class="top flex">
// <view class="left">
// <view class="title">
// <text>广</text>
// <img :src="cssUrl+'index_comback.svg'" alt="">
// </view>
// <view class="">
//
// </view>
// </view>
// <view class="right">
// <img :src="cssUrl+'index_nav.svg'" alt="">
// <text></text>
// </view>
// </view>
// <view class="bot primary btn btn2">
//
// </view>
// </view>
// </view>
.hospital-wrapper{
.item{
height: 207rpx;
min-height: 207rpx;
width: 100%;
.top{
.left{
@ -194,16 +172,20 @@
font-size: 28rpx;
color: #666666;
margin-top: 14rpx;
margin-bottom: 16rpx;
}
}
.right{
width: 59rpx;
width: 300rpx;
width: 300rpx;
height: 100%;
img{
width: 52rpx;
height: 52rpx;
background: #F4F4F4;
border-radius: 6rpx;
float: right;
margin-right: 7rpx;
}
text{
width: 60rpx;
@ -212,6 +194,9 @@
font-size: 26rpx;
color: #666666;
line-height: 37rpx;
text-align: center;
float: right;
margin-top: 5rpx;
}
}
}

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

@ -5,7 +5,7 @@
2.公用样式/公用组件封装
3.用户端底部tabbar菜单导航
进行中
针灸小妙招挂号系统 已完成
1.患者端首页 预计完成 2024-03-06 09:30~2024-03-06 19:20
待完成

Loading…
Cancel
Save