소스 검색

上傳檔案到 'static'

miacheng913 3 년 전
부모
커밋
6876e4520e
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      static/index.css

+ 9 - 1
static/index.css

@@ -209,4 +209,12 @@ font-weight: 900;
 }
 .data-title{
 color:#495057;
-}
+}
+
+#map{
+    position: absolute;
+    left: 300px;
+    top: 500px;
+    width: 450px;
+    height: 450px;
+}