From 0799c1ee73c6aa006ef6e0991b67d54576a3a5b0 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 15:05:36 +0800
Subject: [PATCH] up
---
src/views/home/assets/index.scss | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/home/assets/index.scss b/src/views/home/assets/index.scss
index 13e5a46..9f95150 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: -280px;
bottom: 0;
margin:auto;
@@ -61,11 +62,12 @@
z-index: 10;
left: 0;
right: 0;
- top: 228px;
+ top: 238px;
bottom: 0;
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;
@@ -83,8 +85,8 @@
.viewInfo{
display: flex;
width: 97%;
- margin-top: 60px;
- // margin-left: 2%;
+ margin-top: 80px;
+
.box{
margin-left: 3%;
flex: 1 50%;
--
Gitblit v1.8.0