diff --git a/pages/visitors/visitors.vue b/pages/visitors/visitors.vue index 966605c..dfd5460 100644 --- a/pages/visitors/visitors.vue +++ b/pages/visitors/visitors.vue @@ -10,17 +10,10 @@ - - - - - - - {{item.name}} 已预约今日 {{ item.visit_time.split('-')[0] }} 预约 - 首次 + - - - - + - @@ -48,14 +36,12 @@ - 请先勾选就诊人,可多选 确认预约(已选{{selectCount}}位) - 请先勾选就诊人,可多选 确认以上患者已到(已选{{selectCount}}位) @@ -513,28 +499,17 @@ } &.active{ border: 2rpx solid #39D067; - .status:first-of-type{ - display: none !important; - } - .status:nth-of-type(2){ - display: block !important; + .status{ + display: block; } } .status{ - right: 24rpx; - bottom: 37rpx; - width: 36rpx; - height: 36rpx; - z-index: 2; - } - - .status:first-of-type{ - display: block; - } - .status:nth-of-type(2){ + right: 0; + bottom: 0; + width: 98rpx; + height: 98rpx; display: none; } - .bg{ bottom: 0; right: 0; @@ -612,12 +587,6 @@ color: #B3B4BC; margin-top: 33rpx; } - .choose-desc{ - font-size: 28rpx; - text-align: center; - color: #21B955; - margin-bottom: 19rpx; - } } .list-wrapper2{ .item{