From 38e96c7a7672c30b73b3fd176d1ecbf3ab09fa7c Mon Sep 17 00:00:00 2001 From: nicomacbookpro <805879871@qq.com> Date: Thu, 21 Aug 2025 15:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/home/index.vue | 34 ++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/src/views/bigScreen/home/index.vue b/src/views/bigScreen/home/index.vue index df2c13e..ac4d8fa 100644 --- a/src/views/bigScreen/home/index.vue +++ b/src/views/bigScreen/home/index.vue @@ -48,15 +48,15 @@
- +
海洋 - - +
+
草地 - - +
+
沙漠 - +
@@ -710,14 +710,30 @@ export default { width: 100px; height: 300px; - background-color: #000; display: flex; flex-direction: column; align-items: center; justify-content: center; - .el-button { - display: block; + >div { + width: 100%; + height: 30px; + background-color: antiquewhite; + border-radius: 10px; + margin-bottom: 10px; + cursor: pointer; + text-align: center; + line-height: 30px; + font-size: 16px; + font-weight: bold; + color: #000; + background-color: #0979ca; + border: 1px solid #0979ca; + + &:hover { + background-color: #00fb59; + } + } }