This commit is contained in:
chenhao 2026-07-08 17:15:13 +08:00
parent 83b16b763c
commit 3f9d11d97c
3 changed files with 2 additions and 2 deletions

BIN
public/img/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

View File

@ -25,7 +25,7 @@
<main class="pager" ref="pager" @scroll="onScroll" @wheel.prevent="onWheel"> <!-- 首屏 -->
<section id="s1" class="page hero">
<div class="hero-inner">
<img class="phone" src="/img/home_phone.png" alt="">
<img class="phone" src="/img/home.png" alt="">
<div class="hero-text">
<div class="hero-logo">
<img src="/img/logo.png" alt="">
@ -160,7 +160,7 @@ onUnmounted(() => window.removeEventListener('keydown', onKey))
<style scoped>
@font-face {
font-family: 'AlimamaShuHeiTi-Bold';
src: url('/ALIMAMASHUHEITI.TTF') format('truetype');
src: url('/alimamashuheiti.ttf') format('truetype');
font-display: swap;
}