From 5d6c0e614bab737842e402077bee47a9d4e18733 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 14 十一月 2025 14:47:39 +0800
Subject: [PATCH] gx密码输入提示
---
src/views/home/assets/index.scss | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/src/views/home/assets/index.scss b/src/views/home/assets/index.scss
index 0a840da..d59ce2a 100644
--- a/src/views/home/assets/index.scss
+++ b/src/views/home/assets/index.scss
@@ -4,7 +4,6 @@
background-color: #F6FAFF;
position:relative;
min-width: 375px;
- padding-bottom: 20px;
}
@@ -53,17 +52,16 @@
height: 80px;
left: 0;
right: 0;
- top: -300px;
+ 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{
@@ -86,8 +84,8 @@
.viewInfo{
display: flex;
width: 97%;
- margin-top: 60px;
- // margin-left: 2%;
+ margin-top: 40px;
+
.box{
margin-left: 3%;
flex: 1 50%;
@@ -100,8 +98,8 @@
.crainfo{
border-radius: 50%;
border: 2.5px solid rgba(101, 170, 255, 1);
- width: 70px;
- height: 70px;
+ width: 80px;
+ height: 80px;
text-align: center;margin:auto;
.tizhong{
overflow-wrap: break-word;
@@ -111,7 +109,7 @@
font-family: PingFangSC-Medium;
text-align: center;
white-space: nowrap;
- margin-top: 20px;
+ margin-top: 25px;
line-height: 28px;
}
.xueya{
@@ -122,7 +120,7 @@
font-family: PingFangSC-Medium;
text-align: center;
white-space: nowrap;
- margin-top: 20px;
+ margin-top: 15px;
line-height: 28px;
}
}
--
Gitblit v1.8.0