patents.vue 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <template>
  2. <main>
  3. <TopVisual :className="className" :title="title" :navigation="navigation" />
  4. <section class="title--section">
  5. <div class="sub--container type2">
  6. <div class="title--wrap">
  7. <h2 class="title">그린웨일글로벌은 까다롭기로 유명한 <br />
  8. <strong>친환경 플라스틱 관련 미국 특허 및 유럽 인증을 획득</strong>하여 <br />그 기술력을 입증받았습니다.</h2>
  9. </div>
  10. <div class="tab--wrap patents">
  11. <NuxtLink to="/" class="active">전체</NuxtLink>
  12. <NuxtLink to="/" class="">특허증</NuxtLink>
  13. <NuxtLink to="/" class="">인증서</NuxtLink>
  14. <NuxtLink to="/" class="">성적서</NuxtLink>
  15. <NuxtLink to="/" class="">MSD&TDS</NuxtLink>
  16. </div>
  17. <div class="patents--wrap">
  18. <div class="patents--list">
  19. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  20. <UButton @click="openModal('/img/img--patents.png')" class="patents">
  21. <div class="img--wrap">
  22. <img src="/img/img--patents.png" alt="">
  23. </div>
  24. <h4>플라스틱 감축 소재 인증서</h4>
  25. </UButton>
  26. <template #content>
  27. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  28. <div class="modal--img--container">
  29. <img :src="selectedImage" alt="">
  30. </div>
  31. </template>
  32. </UModal>
  33. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  34. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  35. <div class="img--wrap">
  36. <img src="/img/top_ban_technology.jpg" alt="">
  37. </div>
  38. <h4>플라스틱 감축 소재 인증서</h4>
  39. </UButton>
  40. <template #content>
  41. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  42. <div class="modal--img--container">
  43. <img :src="selectedImage" alt="">
  44. </div>
  45. </template>
  46. </UModal>
  47. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  48. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  49. <div class="img--wrap">
  50. <img src="/img/top_ban_technology.jpg" alt="">
  51. </div>
  52. <h4>플라스틱 감축 소재 인증서</h4>
  53. </UButton>
  54. <template #content>
  55. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  56. <div class="modal--img--container">
  57. <img :src="selectedImage" alt="">
  58. </div>
  59. </template>
  60. </UModal>
  61. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  62. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  63. <div class="img--wrap">
  64. <img src="/img/top_ban_technology.jpg" alt="">
  65. </div>
  66. <h4>플라스틱 감축 소재 인증서</h4>
  67. </UButton>
  68. <template #content>
  69. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  70. <div class="modal--img--container">
  71. <img :src="selectedImage" alt="">
  72. </div>
  73. </template>
  74. </UModal>
  75. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  76. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  77. <div class="img--wrap">
  78. <img src="/img/top_ban_technology.jpg" alt="">
  79. </div>
  80. <h4>플라스틱 감축 소재 인증서</h4>
  81. </UButton>
  82. <template #content>
  83. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  84. <div class="modal--img--container">
  85. <img :src="selectedImage" alt="">
  86. </div>
  87. </template>
  88. </UModal>
  89. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  90. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  91. <div class="img--wrap">
  92. <img src="/img/top_ban_technology.jpg" alt="">
  93. </div>
  94. <h4>플라스틱 감축 소재 인증서</h4>
  95. </UButton>
  96. <template #content>
  97. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  98. <div class="modal--img--container">
  99. <img :src="selectedImage" alt="">
  100. </div>
  101. </template>
  102. </UModal>
  103. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  104. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  105. <div class="img--wrap">
  106. <img src="/img/top_ban_technology.jpg" alt="">
  107. </div>
  108. <h4>플라스틱 감축 소재 인증서</h4>
  109. </UButton>
  110. <template #content>
  111. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  112. <div class="modal--img--container">
  113. <img :src="selectedImage" alt="">
  114. </div>
  115. </template>
  116. </UModal>
  117. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  118. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  119. <div class="img--wrap">
  120. <img src="/img/top_ban_technology.jpg" alt="">
  121. </div>
  122. <h4>플라스틱 감축 소재 인증서</h4>
  123. </UButton>
  124. <template #content>
  125. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  126. <div class="modal--img--container">
  127. <img :src="selectedImage" alt="">
  128. </div>
  129. </template>
  130. </UModal>
  131. <UModal v-model:open="isModalOpen" title="특허 / 인증 크게보기" :close="false">
  132. <UButton @click="openModal('/img/top_ban_technology.jpg')" class="patents">
  133. <div class="img--wrap">
  134. <img src="/img/top_ban_technology.jpg" alt="">
  135. </div>
  136. <h4>플라스틱 감축 소재 인증서</h4>
  137. </UButton>
  138. <template #content>
  139. <UButton @click="isModalOpen = false" class="modal--close--btn"></UButton>
  140. <div class="modal--img--container">
  141. <img :src="selectedImage" alt="">
  142. </div>
  143. </template>
  144. </UModal>
  145. </div>
  146. <div class="pagination--wrap">
  147. <UButton class="prev--btn" disabled></UButton>
  148. <div class="numbs">
  149. <UButton class="active">1</UButton>
  150. <UButton>2</UButton>
  151. <UButton>3</UButton>
  152. <UButton>4</UButton>
  153. <UButton>5</UButton>
  154. </div>
  155. <UButton class="next--btn"></UButton>
  156. </div>
  157. </div>
  158. </div>
  159. </section>
  160. </main>
  161. </template>
  162. <script setup>
  163. import TopVisual from '~/components/topVisual.vue'
  164. const className = ref("technology");
  165. const title = ref("Technology");
  166. const isModalOpen = ref(false);
  167. const navigation = ref([
  168. { name: "Technology",
  169. link: "/technology/patents" ,
  170. gnbList : [
  171. { name: "시설", link: "/technology/facilities" },
  172. { name: "특허 / 인증", link: "/technology/patents" },
  173. ]
  174. },
  175. { name: "특허 / 인증", link: "/technology/patents" }
  176. ])
  177. const selectedImage = ref('/img/img--patents.png');
  178. const openModal = (imagePath) => {
  179. selectedImage.value = imagePath;
  180. isModalOpen.value = true;
  181. };
  182. </script>