Hanye官网
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.

index.vue 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. <template>
  2. <div class="min-h-screen bg-gray-900">
  3. <div class="w-full h-[55px] sm:h-[72px]"></div>
  4. <ErrorBoundary :error="error">
  5. <div v-if="isLoading" class="flex justify-center py-16">
  6. <div class="animate-spin h-8 w-8 border-2 border-blue-400 border-t-transparent rounded-full"></div>
  7. </div>
  8. <div v-else>
  9. <!-- 面包屑导航 -->
  10. <div class="bg-gray-800 border-b border-gray-700">
  11. <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
  12. <nav class="flex items-center space-x-2 text-sm text-gray-400">
  13. <nuxt-link
  14. :to="`${homepagePath}/`"
  15. class="hover:text-blue-400 transition-colors duration-200"
  16. >
  17. {{ t("common.home") }}
  18. </nuxt-link>
  19. <svg class="w-4 h-4 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  20. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  21. </svg>
  22. <span class="text-gray-200 font-medium">{{ t("support.title") }}</span>
  23. </nav>
  24. </div>
  25. </div>
  26. <!-- 页面头部 -->
  27. <div class="bg-gray-800">
  28. <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
  29. <div class="text-center">
  30. <h1 class="text-4xl font-bold text-white mb-4">
  31. {{ t("support.title") }}
  32. </h1>
  33. <p class="text-xl text-gray-300 max-w-3xl mx-auto">
  34. {{ t("support.subtitle") }}
  35. </p>
  36. </div>
  37. </div>
  38. </div>
  39. <!-- 主要服务区域 -->
  40. <div class="bg-gray-900">
  41. <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
  42. <!-- 主要服务 -->
  43. <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-16">
  44. <!-- FAQ卡片 -->
  45. <nuxt-link
  46. :to="`${homepagePath}/support/faq`"
  47. class="group bg-gray-800 rounded-lg shadow-lg border border-gray-700 p-8 hover:shadow-xl hover:border-blue-500/50 transition-all duration-200"
  48. >
  49. <div class="flex items-start">
  50. <div class="flex-shrink-0">
  51. <div class="w-12 h-12 bg-blue-500/20 text-blue-400 rounded-lg flex items-center justify-center">
  52. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  53. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
  54. </svg>
  55. </div>
  56. </div>
  57. <div class="ml-6 flex-1">
  58. <h3 class="text-xl font-semibold text-white mb-3 group-hover:text-blue-400 transition-colors">
  59. {{ t("support.faq.title") }}
  60. </h3>
  61. <p class="text-gray-400 mb-4 leading-relaxed">
  62. {{ t("support.faq.description") }}
  63. </p>
  64. <div class="flex items-center text-blue-400 font-medium text-sm">
  65. {{ t("support.viewMore") }}
  66. <svg class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform duration-200" fill="none" stroke="currentColor">
  67. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  68. </svg>
  69. </div>
  70. </div>
  71. </div>
  72. </nuxt-link>
  73. <!-- 联系我们卡片 -->
  74. <nuxt-link
  75. :to="`${homepagePath}/contact`"
  76. class="group bg-gray-800 rounded-lg shadow-lg border border-gray-700 p-8 hover:shadow-xl hover:border-green-500/50 transition-all duration-200"
  77. >
  78. <div class="flex items-start">
  79. <div class="flex-shrink-0">
  80. <div class="w-12 h-12 bg-green-500/20 text-green-400 rounded-lg flex items-center justify-center">
  81. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  82. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
  83. </svg>
  84. </div>
  85. </div>
  86. <div class="ml-6 flex-1">
  87. <h3 class="text-xl font-semibold text-white mb-3 group-hover:text-green-400 transition-colors">
  88. {{ t("support.contact.title") }}
  89. </h3>
  90. <p class="text-gray-400 mb-4 leading-relaxed">
  91. {{ t("support.contact.description") }}
  92. </p>
  93. <div class="flex items-center text-green-400 font-medium text-sm">
  94. {{ t("support.contactUs") }}
  95. <svg class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform duration-200" fill="none" stroke="currentColor">
  96. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  97. </svg>
  98. </div>
  99. </div>
  100. </div>
  101. </nuxt-link>
  102. </div>
  103. <!-- 其他服务 -->
  104. <div class="border-t border-gray-700 pt-16">
  105. <h2 class="text-2xl font-bold text-white text-center mb-12">其他支持服务</h2>
  106. <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
  107. <!-- 技术文档 -->
  108. <div
  109. class="bg-gray-800 rounded-lg shadow-lg border border-gray-700 p-6 text-center cursor-pointer hover:shadow-xl hover:border-purple-500/50 transition-all duration-200"
  110. @click="showDocsModal = true"
  111. >
  112. <div class="w-12 h-12 bg-purple-500/20 text-purple-400 rounded-lg flex items-center justify-center mx-auto mb-4">
  113. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  114. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path>
  115. </svg>
  116. </div>
  117. <h3 class="text-lg font-semibold text-white mb-2">
  118. {{ t("support.docs.title") }}
  119. </h3>
  120. <p class="text-gray-400 text-sm mb-4">
  121. {{ t("support.docs.description") }}
  122. </p>
  123. <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-gray-700 text-gray-300">
  124. {{ t("support.comingSoon") }}
  125. </span>
  126. </div>
  127. <!-- 产品手册 -->
  128. <div
  129. class="bg-gray-800 rounded-lg shadow-lg border border-gray-700 p-6 text-center cursor-pointer hover:shadow-xl hover:border-orange-500/50 transition-all duration-200"
  130. @click="showManualsModal = true"
  131. >
  132. <div class="w-12 h-12 bg-orange-500/20 text-orange-400 rounded-lg flex items-center justify-center mx-auto mb-4">
  133. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  134. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
  135. </svg>
  136. </div>
  137. <h3 class="text-lg font-semibold text-white mb-2">
  138. {{ t("support.manuals.title") }}
  139. </h3>
  140. <p class="text-gray-400 text-sm mb-4">
  141. {{ t("support.manuals.description") }}
  142. </p>
  143. <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-gray-700 text-gray-300">
  144. {{ t("support.comingSoon") }}
  145. </span>
  146. </div>
  147. <!-- 驱动下载 -->
  148. <div
  149. class="bg-gray-800 rounded-lg shadow-lg border border-gray-700 p-6 text-center cursor-pointer hover:shadow-xl hover:border-cyan-500/50 transition-all duration-200"
  150. @click="showDriversModal = true"
  151. >
  152. <div class="w-12 h-12 bg-cyan-500/20 text-cyan-400 rounded-lg flex items-center justify-center mx-auto mb-4">
  153. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  154. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M9 19l3 3m0 0l3-3m-3 3V10"></path>
  155. </svg>
  156. </div>
  157. <h3 class="text-lg font-semibold text-white mb-2">
  158. {{ t("support.drivers.title") }}
  159. </h3>
  160. <p class="text-gray-400 text-sm mb-4">
  161. {{ t("support.drivers.description") }}
  162. </p>
  163. <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-gray-700 text-gray-300">
  164. {{ t("support.comingSoon") }}
  165. </span>
  166. </div>
  167. <!-- 在线客服 -->
  168. <div
  169. class="bg-gray-800 rounded-lg shadow-lg border border-gray-700 p-6 text-center cursor-pointer hover:shadow-xl hover:border-red-500/50 transition-all duration-200"
  170. @click="showChatModal = true"
  171. >
  172. <div class="w-12 h-12 bg-red-500/20 text-red-400 rounded-lg flex items-center justify-center mx-auto mb-4">
  173. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  174. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path>
  175. </svg>
  176. </div>
  177. <h3 class="text-lg font-semibold text-white mb-2">
  178. {{ t("support.chat.title") }}
  179. </h3>
  180. <p class="text-gray-400 text-sm mb-4">
  181. {{ t("support.chat.description") }}
  182. </p>
  183. <span class="inline-flex items-center px-3 py-1 rounded-full text-xs font-medium bg-gray-700 text-gray-300">
  184. {{ t("support.comingSoon") }}
  185. </span>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. </div>
  191. <!-- 联系信息区域 -->
  192. <div class="bg-gray-800 border-t border-gray-700">
  193. <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
  194. <div class="text-center">
  195. <h2 class="text-2xl font-bold text-white mb-4">需要进一步帮助?</h2>
  196. <p class="text-gray-300 mb-8 max-w-2xl mx-auto">
  197. 我们的专业技术支持团队随时为您提供帮助,确保您获得最佳的产品体验。
  198. </p>
  199. <div class="flex flex-col sm:flex-row gap-4 justify-center">
  200. <nuxt-link
  201. :to="`${homepagePath}/contact`"
  202. class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 transition-colors duration-200"
  203. >
  204. <svg class="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  205. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
  206. </svg>
  207. 联系技术支持
  208. </nuxt-link>
  209. <nuxt-link
  210. :to="`${homepagePath}/support/faq`"
  211. class="inline-flex items-center px-6 py-3 border border-gray-600 text-base font-medium rounded-md text-gray-300 bg-gray-700 hover:bg-gray-600 transition-colors duration-200"
  212. >
  213. <svg class="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  214. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
  215. </svg>
  216. 浏览常见问题
  217. </nuxt-link>
  218. </div>
  219. </div>
  220. </div>
  221. </div>
  222. <!-- 模态框 -->
  223. <div
  224. v-if="showDocsModal"
  225. class="fixed inset-0 bg-black bg-opacity-75 z-50 flex items-center justify-center p-4"
  226. @click="showDocsModal = false"
  227. >
  228. <div
  229. class="bg-gray-800 rounded-lg max-w-md w-full shadow-2xl border border-gray-700"
  230. @click.stop
  231. >
  232. <div class="flex items-center justify-between p-6 border-b border-gray-700">
  233. <h2 class="text-xl font-semibold text-white">{{ t("support.docs.title") }}</h2>
  234. <button
  235. @click="showDocsModal = false"
  236. class="text-gray-400 hover:text-gray-200 transition-colors"
  237. >
  238. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  239. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
  240. </svg>
  241. </button>
  242. </div>
  243. <div class="p-6 text-center">
  244. <div class="w-16 h-16 bg-purple-500/20 text-purple-400 rounded-full flex items-center justify-center mx-auto mb-4">
  245. <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  246. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
  247. </svg>
  248. </div>
  249. <h3 class="text-lg font-semibold text-white mb-2">{{ t("support.comingSoon") }}</h3>
  250. <p class="text-gray-400 text-sm">我们正在为您准备详细的技术文档,敬请期待</p>
  251. </div>
  252. </div>
  253. </div>
  254. <div
  255. v-if="showManualsModal"
  256. class="fixed inset-0 bg-black bg-opacity-75 z-50 flex items-center justify-center p-4"
  257. @click="showManualsModal = false"
  258. >
  259. <div
  260. class="bg-gray-800 rounded-lg max-w-md w-full shadow-2xl border border-gray-700"
  261. @click.stop
  262. >
  263. <div class="flex items-center justify-between p-6 border-b border-gray-700">
  264. <h2 class="text-xl font-semibold text-white">{{ t("support.manuals.title") }}</h2>
  265. <button
  266. @click="showManualsModal = false"
  267. class="text-gray-400 hover:text-gray-200 transition-colors"
  268. >
  269. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  270. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
  271. </svg>
  272. </button>
  273. </div>
  274. <div class="p-6 text-center">
  275. <div class="w-16 h-16 bg-orange-500/20 text-orange-400 rounded-full flex items-center justify-center mx-auto mb-4">
  276. <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  277. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
  278. </svg>
  279. </div>
  280. <h3 class="text-lg font-semibold text-white mb-2">{{ t("support.comingSoon") }}</h3>
  281. <p class="text-gray-400 text-sm">产品手册下载功能即将上线,敬请期待</p>
  282. </div>
  283. </div>
  284. </div>
  285. <div
  286. v-if="showDriversModal"
  287. class="fixed inset-0 bg-black bg-opacity-75 z-50 flex items-center justify-center p-4"
  288. @click="showDriversModal = false"
  289. >
  290. <div
  291. class="bg-gray-800 rounded-lg max-w-md w-full shadow-2xl border border-gray-700"
  292. @click.stop
  293. >
  294. <div class="flex items-center justify-between p-6 border-b border-gray-700">
  295. <h2 class="text-xl font-semibold text-white">{{ t("support.drivers.title") }}</h2>
  296. <button
  297. @click="showDriversModal = false"
  298. class="text-gray-400 hover:text-gray-200 transition-colors"
  299. >
  300. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  301. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
  302. </svg>
  303. </button>
  304. </div>
  305. <div class="p-6 text-center">
  306. <div class="w-16 h-16 bg-cyan-500/20 text-cyan-400 rounded-full flex items-center justify-center mx-auto mb-4">
  307. <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  308. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
  309. </svg>
  310. </div>
  311. <h3 class="text-lg font-semibold text-white mb-2">{{ t("support.comingSoon") }}</h3>
  312. <p class="text-gray-400 text-sm">驱动程序下载区域正在准备中,敬请期待</p>
  313. </div>
  314. </div>
  315. </div>
  316. <div
  317. v-if="showChatModal"
  318. class="fixed inset-0 bg-black bg-opacity-75 z-50 flex items-center justify-center p-4"
  319. @click="showChatModal = false"
  320. >
  321. <div
  322. class="bg-gray-800 rounded-lg max-w-md w-full shadow-2xl border border-gray-700"
  323. @click.stop
  324. >
  325. <div class="flex items-center justify-between p-6 border-b border-gray-700">
  326. <h2 class="text-xl font-semibold text-white">{{ t("support.chat.title") }}</h2>
  327. <button
  328. @click="showChatModal = false"
  329. class="text-gray-400 hover:text-gray-200 transition-colors"
  330. >
  331. <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  332. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
  333. </svg>
  334. </button>
  335. </div>
  336. <div class="p-6 text-center">
  337. <div class="w-16 h-16 bg-red-500/20 text-red-400 rounded-full flex items-center justify-center mx-auto mb-4">
  338. <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  339. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
  340. </svg>
  341. </div>
  342. <h3 class="text-lg font-semibold text-white mb-2">{{ t("support.comingSoon") }}</h3>
  343. <p class="text-gray-400 text-sm">在线客服功能即将为您开通,敬请期待</p>
  344. </div>
  345. </div>
  346. </div>
  347. </div>
  348. </ErrorBoundary>
  349. </div>
  350. </template>
  351. <script setup lang="ts">
  352. /**
  353. * 技术支持页面
  354. * 提供专业的技术支持服务入口
  355. */
  356. import { useErrorHandler } from "~/composables/useErrorHandler";
  357. const { error, isLoading } = useErrorHandler();
  358. const { t, locale } = useI18n();
  359. // 计算首页路径
  360. const homepagePath = computed(() => {
  361. return locale.value === "zh" ? "" : `/${locale.value}`;
  362. });
  363. // 模态框控制
  364. const showDocsModal = ref(false);
  365. const showManualsModal = ref(false);
  366. const showDriversModal = ref(false);
  367. const showChatModal = ref(false);
  368. // SEO优化
  369. useHead({
  370. title: t("support.title") + " - Hanye",
  371. meta: [
  372. {
  373. name: "description",
  374. content: t("support.description"),
  375. },
  376. {
  377. name: "keywords",
  378. content: t("support.keywords"),
  379. },
  380. ],
  381. });
  382. </script>
  383. <style scoped>
  384. /* 简洁的悬停效果 */
  385. .group:hover {
  386. transform: translateY(-2px);
  387. }
  388. /* 按钮悬停效果 */
  389. .hover\:bg-blue-700:hover {
  390. background-color: #1d4ed8;
  391. }
  392. .hover\:bg-gray-600:hover {
  393. background-color: #4b5563;
  394. }
  395. /* 过渡效果 */
  396. .transition-all {
  397. transition-property: all;
  398. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  399. }
  400. .transition-colors {
  401. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  402. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  403. }
  404. .transition-transform {
  405. transition-property: transform;
  406. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  407. }
  408. .duration-200 {
  409. transition-duration: 200ms;
  410. }
  411. /* 专业的阴影效果 */
  412. .shadow-lg {
  413. box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  414. }
  415. .shadow-xl {
  416. box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  417. }
  418. .shadow-2xl {
  419. box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  420. }
  421. /* 响应式优化 */
  422. @media (max-width: 768px) {
  423. .group:hover {
  424. transform: none;
  425. }
  426. }
  427. </style>