From b01346e041ffa205d69fddffa8c6f78cbeb307af Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期五, 11 八月 2023 10:57:48 +0800
Subject: [PATCH] 修改风场

---
 src/components/BGDC.vue |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/components/BGDC.vue b/src/components/BGDC.vue
index 209b93a..40f2125 100644
--- a/src/components/BGDC.vue
+++ b/src/components/BGDC.vue
@@ -32,7 +32,7 @@
       </div>
 
       <div class="button_box">
-        <el-button size="small" @click="selectList">纭</el-button>
+        <el-button @click="selectList" class="button">纭</el-button>
       </div>
     </div>
   </div>
@@ -422,7 +422,7 @@
     font-size: 30px;
     font-weight: bold;
     color: #ffffff;
-    padding-bottom: 30px;
+    padding-bottom: 10px;
   }
 }
 .form_box {
@@ -430,12 +430,6 @@
   justify-content: space-around;
   align-items: center;
   .inp_box {
-    span {
-      font-size: 24px;
-      font-weight: 400;
-      color: #ffffff;
-      padding-right: 10px;
-    }
     /deep/ .el-input__wrapper {
       width: 460px;
       background: rgba(0, 0, 0, 0.2);
@@ -474,10 +468,13 @@
     }
   }
 }
-.el-button {
+.button {
   background: rgba(0, 0, 0, 0.2);
-  border: 2px solid #2e58cc;
-  border-radius: 10px;
+  border: 4px solid #2e58cc !important;
+  border-radius: 20px !important;
   color: #ffffff;
+  height: 64px !important;
+  font-size: 28px !important;
+  padding: 16px 30px !important;
 }
 </style>

--
Gitblit v1.9.3