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.

26 lines
710 B

2 years ago
  1. <template>
  2. <div class="tw-animate-pulse tw-bg-neutrals-0 tw-rounded-[20px]">
  3. <div
  4. class="tw-bg-gray-200 tw-rounded-t-[20px] tw-h-[40vw] md:tw-h-[25vw] xl:tw-h-[10vw]"
  5. ></div>
  6. <div class="tw-p-[8px]">
  7. <div
  8. class="tw-hidden tw-bg-gray-200 tw-h-[18px] tw-w-[96px] tw-mb-[4px] md:tw-block"
  9. ></div>
  10. <div
  11. class="tw-bg-gray-200 tw-h-[36px] tw-mb-[30px] md:tw-h-[18px] md:tw-mb-[50px]"
  12. ></div>
  13. <div class="tw-flex tw-justify-end">
  14. <div
  15. class="tw-bg-gray-200 tw-h-[18px] tw-w-[78px] md:tw-h-[21px]"
  16. ></div>
  17. </div>
  18. </div>
  19. </div>
  20. </template>
  21. <script>
  22. export default {};
  23. </script>
  24. <style lang="scss" scoped></style>