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;
+ }
+
}
}