From f0ff93bd4b1636ed99f637b86cd4f0b8af63414d Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 03 Jun 2025 18:34:32 +0800
Subject: [PATCH] style

---
 src/views/login/register.vue |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/src/views/login/register.vue b/src/views/login/register.vue
index c333644..a1a1d09 100644
--- a/src/views/login/register.vue
+++ b/src/views/login/register.vue
@@ -1,6 +1,6 @@
 <!-- 注册 -->
 <template>
-  <div id="wrap_app" class="css-155nz97" style="margin-top: 60px">
+  <div id="wrap_app" class="css-155nz97" style="padding-top: 60px">
     <!-- <Steps :stepIndex="1" /> -->
     <main class="main css-6q12pm">
       <div class="binance-row css-16kn2us">
@@ -17,7 +17,7 @@
               :key="index"
               @click="clickChange(index)"
             > -->
-            <div
+            <!-- <div
               class="css-ov54vn"
               style="margin-bottom: 20px"
               v-for="(val, index) in funcArr"
@@ -28,7 +28,7 @@
               >
                 {{ val }}
               </div>
-            </div>
+            </div> -->
           </div>
 
           <div class="css-vurnku">
@@ -413,4 +413,16 @@
   position: absolute !important;
   left: -87px;
 }
+
+.css-155nz97 {
+  width: 100%;
+  height: 93vh;
+  background: url(/src/assets/forexImages/bg-ebcf394f.png) no-repeat center
+    center;
+  background-size: 100% 100%;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: space-between;
+}
 </style>

--
Gitblit v1.9.3