From 063b983daaf51a7f1e8677bde1e9c0e618866c91 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 21 二月 2020 10:30:19 +0800
Subject: [PATCH] 2020-02-21

---
 src/components/header/editmenu/index.scss |   75 +++++++++++++++++++++++++++++++++++++
 1 files changed, 74 insertions(+), 1 deletions(-)

diff --git a/src/components/header/editmenu/index.scss b/src/components/header/editmenu/index.scss
index aea2ae9..5be7f5a 100644
--- a/src/components/header/editmenu/index.scss
+++ b/src/components/header/editmenu/index.scss
@@ -5,6 +5,79 @@
     left: 0px;
     right: 0px;
     bottom: 0px;
-    background-color: rgba(0, 0, 0, 0.25);
+    .tipcard {
+      position: absolute;
+      min-height: 100px;
+      font-size: 16px;
+      border-radius: 6px;
+      background-size: 100% 100%;
+      background-repeat: no-repeat;
+      padding: 15px;  
+    }
+    .card1 {
+      left: 30%;
+      top: 20vh;
+      width: 230px;
+      min-height: 100px;
+      background-image: url('../../../assets/img/card-bg2.jpg');
+      color: #000000;
+      font-style: oblique;
+    }
+    .card2 {
+      left: 60%;
+      top: 20vh;
+      width: 230px;
+      min-height: 100px;
+      background-image: url('../../../assets/img/card-bg5.jpg');
+      color: #000000;
+      padding: 20px 30px;
+      font-style: oblique;
+    }
+    .card3 {
+      left: 30%;
+      top: 50vh;
+      width: 230px;
+      min-height: 140px;
+      background-image: url('../../../assets/img/card-bg8.jpg');
+      color: #000000;
+      padding: 20px 30px;
+      font-style: oblique;
+    }
+    .card4 {
+      left: 60%;
+      top: 50vh;
+      width: 230px;
+      min-height: 140px;
+      background-image: url('../../../assets/img/card-bg7.jpg');
+      color: #000000;
+      padding: 20px 30px;
+      font-style: oblique;
+    }
+    .card5 {
+      right: 5%;
+      top: 20vh;
+      width: 130px;
+      min-height: 240px;
+      background-image: url('../../../assets/img/card-bg6.jpg');
+      color: #000000;
+      padding: 40px 15px 10px;
+      p {
+        margin: 0 0 5px;
+      }
+      div {
+        text-align: center;
+        a {
+          display: inline-block;
+          color: #fff;
+          padding: 2px 10px;
+          border-radius: 4px;
+          background-color: #1890ff;
+          border-color: #1890ff;
+          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
+          -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
+          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
+        }
+      }
+    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0