From 70fa715098c400c514239a5798bd967d0c2b716c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期日, 04 六月 2023 08:48:19 +0800
Subject: [PATCH] 更新打包命令

---
 src/views/home/assets/index.scss |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/src/views/home/assets/index.scss b/src/views/home/assets/index.scss
index d93a35e..1ae1af0 100644
--- a/src/views/home/assets/index.scss
+++ b/src/views/home/assets/index.scss
@@ -1,14 +1,12 @@
 
-.parent {
-  display: grid;
-  place-items: center;
-  .page{
-     background-color: #F6FAFF;
-     position:relative;
-     min-width: 375px;
-     
-  }
+
+.page{
+    background-color: #F6FAFF;
+    position:relative;
+    min-width: 375px;
+    
 }
+
 
 .box_1 {
   background: url(./home2.png)
@@ -50,24 +48,25 @@
 .userHead{
   position: absolute;
   z-index: 99;
-  // position:absolute;
+  width: 80px;
+  height: 80px;
   left: 0;
   right: 0;
-  top: 183px;
+  top: -340px;
   bottom: 0;
   margin:auto;
 
 }
 .meuns{
-  position: absolute;
+  // position: absolute;
   z-index: 10;
   left: 0;
   right: 0;
-  top: 228px;
   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;
@@ -85,8 +84,8 @@
 .viewInfo{
   display: flex;
   width: 97%;
-  margin-top: 60px;
-  // margin-left: 2%;
+  margin-top: 40px;
+  
   .box{
     margin-left: 3%;
     flex: 1 50%;

--
Gitblit v1.8.0