From 3ce633c51d54fa3a89c473d8f501a9d4970cf0cf Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 14:13:59 +0800
Subject: [PATCH] up12
---
src/views/home/assets/index.scss | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/home/assets/index.scss b/src/views/home/assets/index.scss
index 13e5a46..2d43e0f 100644
--- a/src/views/home/assets/index.scss
+++ b/src/views/home/assets/index.scss
@@ -48,10 +48,11 @@
.userHead{
position: absolute;
z-index: 99;
- // position:absolute;
+ width: 80px;
+ height: 80px;
left: 0;
right: 0;
- top: 183px;
+ top: -300px;
bottom: 0;
margin:auto;
@@ -66,6 +67,7 @@
margin:auto;
.meunsitems{
text-align: center;margin:auto;
+ z-index: 100;
box-shadow: 0px 2px 4px 0px rgba(70, 150, 249, 0.1);
background-color: rgba(255, 255, 255, 1);
border-radius: 6px;
--
Gitblit v1.8.0