|
@ -28,7 +28,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<view :class="item+' status'"><view class="over">候诊</view></view> |
|
|
<view :class="item+' status'"><view class="over">候诊</view></view> |
|
|
<view class="queue-num" v-if="item=='status_wait'"><view>前方<text class="PfScSemibold">4</text>人</view> </view> |
|
|
<view class="queue-num" v-if="item=='status_wait'"><view>前方<text class="PfScSemibold">40</text>人</view> </view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -101,12 +101,13 @@ |
|
|
padding: 35rpx 13rpx; |
|
|
padding: 35rpx 13rpx; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
height: auto; |
|
|
&:last-of-type{ |
|
|
&:last-of-type{ |
|
|
border-bottom: none !important; |
|
|
border-bottom: none !important; |
|
|
} |
|
|
} |
|
|
.left{ |
|
|
.left{ |
|
|
flex-grow: 1; |
|
|
flex-grow: 1; |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 1; |
|
|
.title{ |
|
|
.title{ |
|
|
min-height: 42rpx; |
|
|
min-height: 42rpx; |
|
|
font-size: 30rpx; |
|
|
font-size: 30rpx; |
|
@ -123,7 +124,8 @@ |
|
|
margin-bottom: 12rpx |
|
|
margin-bottom: 12rpx |
|
|
} |
|
|
} |
|
|
.loction{ |
|
|
.loction{ |
|
|
height: 40rpx; |
|
|
max-width: 500rpx; |
|
|
|
|
|
min-height: 40rpx; |
|
|
line-height: 40rpx; |
|
|
line-height: 40rpx; |
|
|
color: #949699; |
|
|
color: #949699; |
|
|
} |
|
|
} |
|
@ -194,6 +196,7 @@ |
|
|
text{ |
|
|
text{ |
|
|
font-size: 48rpx; |
|
|
font-size: 48rpx; |
|
|
color: #39D067; |
|
|
color: #39D067; |
|
|
|
|
|
margin: 0 8rpx; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|