This commit is contained in:
hrx 2025-11-26 09:42:16 +08:00
parent 649f93e02a
commit fe55450706
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@
<!-- 统一显示logo和导航 --> <!-- 统一显示logo和导航 -->
<div class="logo"> <div class="logo">
<!-- Logo图片点击跳转首页 --> <!-- Logo图片点击跳转首页 -->
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="$router.push(homePath)" style="cursor:pointer;" <img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
class="logoImg" :src="logoInfoNew.home.logoImg || ''" alt=""> class="logoImg" :src="logoInfoNew.home.logoImg || ''" alt="">
<!-- 主导航菜单 --> <!-- 主导航菜单 -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@ -1,5 +1,5 @@
<template> <template>
<div @keyup.enter.native="handleLogin('loginForm')" class="main-box" style="position: relative"> <div @keyup.enter.native="handleLogin('loginForm')" class="main-box" style="position: relative ">
<!-- 广告弹窗当前未启用 --> <!-- 广告弹窗当前未启用 -->
<div class="ad-dialog" v-if="adShow"> <div class="ad-dialog" v-if="adShow">
<div class="showAdImg" style=""></div> <div class="showAdImg" style=""></div>
@ -1022,7 +1022,7 @@ $light_gray: #eee;
$dark_gray: #889aa4; $dark_gray: #889aa4;
.main-box { .main-box {
background: url('/static/img/banner.png') no-repeat center center; background: url('/static/img/banner.0798e703.png') no-repeat center center;
background-size: cover; background-size: cover;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;