tianyun 1 年之前
父节点
当前提交
e7570b7a1a
共有 2 个文件被更改,包括 5 次插入29 次删除
  1. 二进制
      simple-demo/img/gray.png
  2. 5 29
      simple-demo/send_memos.html

二进制
simple-demo/img/gray.png


+ 5 - 29
simple-demo/send_memos.html

@@ -28,43 +28,19 @@
         }
         }
 
 
         .border {
         .border {
-            border: 1px solid #b7b6b6;
+            /*border: 1px solid #b7b6b6;*/
             border-radius: 5px;
             border-radius: 5px;
             padding: 10px;
             padding: 10px;
-        }
-
-        .editor {
-            min-height: 50px;
-            padding: 10px;
-        }
-
-        #mask {
-            position: fixed;
-            top: 0;
-            left: 0;
-            width: 100%;
-            height: 100%;
-            background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
-            display: flex;
-            justify-content: center;
-            align-items: center;
-        }
-
-        #model {
-            position: absolute;
-            top: 50%;
-            left: 50%;
-            transform: translate(-50%, -50%);
             background-color: white;
             background-color: white;
-            width: 50%;
-            padding: 20px;
-            border-radius: 5px;
+        }
+        body{
+            background-color: #f4f4f5;
         }
         }
 
 
         .myTop {
         .myTop {
             position: fixed;
             position: fixed;
             top: 0;
             top: 0;
-            background-image: url("./img/white.png");
+            background-image: url("./img/gray.png");
             /*    背景铺满整个div*/
             /*    背景铺满整个div*/
             background-size: 100% 100%;
             background-size: 100% 100%;
             width: 100%;
             width: 100%;