From 1fe240406526b9b6256664559d3d2bec9250135c Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期五, 21 十月 2022 18:38:53 +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