You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
687 B
42 lines
687 B
<template>
|
|
<view class="pageBgImg">
|
|
<topNavbar title=""></topNavbar>
|
|
<view class="pad">
|
|
<view class="card">
|
|
<appointItem-operate />
|
|
<view class="border_bottom">
|
|
<view class="date">核销时间:2023/08/08 08:52:08</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.card {
|
|
padding: 0 28rpx;
|
|
}
|
|
.date {
|
|
font-size: 28rpx;
|
|
color: #ADADAD;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.border_bottom {
|
|
border-top: 2rpx dashed #E8E9EC;
|
|
padding: 24rpx 10rpx 10rpx 0;
|
|
|
|
.date {
|
|
font-size: 28rpx;
|
|
color: #ADADAD;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.btnBg {
|
|
width: 212rpx;
|
|
margin: 30rpx auto;
|
|
|
|
}
|
|
}
|
|
</style>
|