From b200eed05d5bff2e12a45331bdc062f4b00bebf7 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 10:20:51 +0800 Subject: [PATCH] 列表样式 --- src/views/register/index.vue | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/register/index.vue b/src/views/register/index.vue index a4dd165..4487a98 100644 --- a/src/views/register/index.vue +++ b/src/views/register/index.vue @@ -74,19 +74,29 @@ width: 100%; min-width: 1280px; min-height: 960px; - background: url("/images/register/娉ㄥ唽.png"); + background: url("/images/register/register.png"); background-size: 100% 100%; font-size: 14px; + .Header ::v-deep { + .right .link { + color: #3d3d3d; + + &:hover { + color: #0065ff; + } + } + } + .registerHeart { margin: 0 auto; - width: 1280px; + width: 1200px; overflow: hidden; .registerForm { position: relative; overflow: hidden; - margin-top: 60px; + margin-top: 5vh; width: 660px; height: 730px; background: #ffffff; -- Gitblit v1.8.0