登陆注册页面

This commit is contained in:
李志鹏
2026-02-04 10:01:50 +08:00
parent 734c0129cd
commit 110b1e2219
21 changed files with 990 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="home">
<div class="home background-pink">
<left-nav />
<div class="right-main">
<top-nav />
@@ -23,9 +23,6 @@
height: 100%;
overflow: hidden;
display: flex;
background-color: rgba(248, 247, 245, 1);
background-image: url('@/assets/images/home-bg.png');
background-size: 100% 100%;
user-select: none;
> .right-main {
flex: 1;

View File

@@ -189,7 +189,6 @@
justify-content: space-between;
align-items: center;
padding: 0 0.8rem;
box-sizing: border-box;
}
> .title {
font-weight: 600;