Browse Source

首页

master
kuaileWu 2 years ago
parent
commit
ccfa006118
  1. 59
      pages/index/index.vue

59
pages/index/index.vue

@ -99,13 +99,12 @@
<view class="con">
<view class="item flex">
<view class="left">
<view>上官梓涵</view>
<view class="PfScMedium over">上官梓涵</view>
<view>待就诊</view>
</view>
<view class="right">
<view>2024.01.09 周二 09:30-12:00</view>
<view>广安门中医医院西单门诊部 针灸科</view>
<view class="over2">广安门中医医院西单门诊部 针灸科</view>
</view>
</view>
</view>
@ -264,20 +263,6 @@
}
}
}
// <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>
.visit-wrapper{
.con{
width: 100%;
@ -287,12 +272,48 @@
width: 669rpx;
min-height: 92rpx;
margin-bottom: 60rpx;
margin-top: 60rpx;
.left{
width: 150rpx;
width: 180rpx;
flex-shrink: 1;
& view:first-of-type{
height: 42rpx;
line-height: 42rpx;
font-size: 30rpx;
color: #000000;
}
& view:last-of-type{
padding: 0rpx 10rpx 0rpx 10rpx;
width: 90rpx;
height: 32rpx;
line-height: 32rpx;
background: #F8FFF7;
border-radius: 6rpx;
border: 1rpx solid #5BD07A;
font-size: 22rpx;
color: #58CA7F;
text-align:center;
margin-top: 19rpx;
margin-bottom: 12rpx;
}
}
.right{
flex-grow: 1;
flex-grow:1;
text-align:right;
& view:first-of-type{
height: 30rpx;
font-size: 28rpx;
color: #000000;
line-height: 30rpx;
}
& view:last-of-type{
margin-top: 19rpx;
height: 40rpx;
font-size: 28rpx;
color: #A1A1A1;
line-height: 40rpx;
overflow: hidden;
}
}
}
}

Loading…
Cancel
Save