江西小程序管理端
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.

41 lines
687 B

1 year ago
  1. <template>
  2. <view class="pageBgImg">
  3. <topNavbar title=""></topNavbar>
  4. <view class="pad">
  5. <view class="card">
  6. <appointItem-operate />
  7. <view class="border_bottom">
  8. <view class="date">核销时间2023/08/08 08:52:08</view>
  9. </view>
  10. </view>
  11. </view>
  12. </view>
  13. </template>
  14. <script>
  15. </script>
  16. <style lang="scss" scoped>
  17. .card {
  18. padding: 0 28rpx;
  19. }
  20. .date {
  21. font-size: 28rpx;
  22. color: #ADADAD;
  23. margin-bottom: 16rpx;
  24. }
  25. .border_bottom {
  26. border-top: 2rpx dashed #E8E9EC;
  27. padding: 24rpx 10rpx 10rpx 0;
  28. .date {
  29. font-size: 28rpx;
  30. color: #ADADAD;
  31. margin-bottom: 16rpx;
  32. }
  33. .btnBg {
  34. width: 212rpx;
  35. margin: 30rpx auto;
  36. }
  37. }
  38. </style>