소스 검색

ui图标上传

wanger 1 년 전
부모
커밋
f253aa0469
32개의 변경된 파일36개의 추가작업 그리고 50개의 파일을 삭제
  1. 29 44
      src/components/Combinations/toolBar copy/toolBar.scss
  2. 7 6
      src/components/Combinations/toolBar/toolBar.scss
  3. BIN
      static/images/homepage/00-底框.png
  4. BIN
      static/images/homepage/01-1 标题 区域概况.png
  5. BIN
      static/images/homepage/01-2 标题 自然资源.png
  6. BIN
      static/images/homepage/01-3 标题 矿产资源.png
  7. BIN
      static/images/homepage/01-4 标题 底线管控.png
  8. BIN
      static/images/homepage/01-5 标题 耕地保护.png
  9. BIN
      static/images/homepage/01-6 标题 监测监管.png
  10. BIN
      static/images/homepage/02-0 区域概况指标底框.png
  11. BIN
      static/images/homepage/02-1 区域概况图标 区域面积.png
  12. BIN
      static/images/homepage/02-2 区域概况图标 常驻人口.png
  13. BIN
      static/images/homepage/02-3 区域概况图标 海岸线.png
  14. BIN
      static/images/homepage/02-4 区域概况图标 海岛数量.png
  15. BIN
      static/images/homepage/03-1 指标底框 矿产资源.png
  16. BIN
      static/images/homepage/03-2 矿产资源图标.png
  17. BIN
      static/images/homepage/04-1 底线管控图标1.png
  18. BIN
      static/images/homepage/04-1 底线管控图标2.png
  19. BIN
      static/images/homepage/04-1 底线管控图标3.png
  20. BIN
      static/images/homepage/04-1 底线管控图标4.png
  21. BIN
      static/images/homepage/05-1 耕地保护指标.png
  22. BIN
      static/images/homepage/05-2 耕地保护二级小标题.png
  23. BIN
      static/images/homepage/06-1 疑似图斑底1.png
  24. BIN
      static/images/homepage/06-1 疑似图斑底2.png
  25. BIN
      static/images/popup/background.png
  26. BIN
      static/images/popup/close.png
  27. BIN
      static/images/popup/draw.png
  28. BIN
      static/images/popup/import.png
  29. BIN
      static/images/popup/tab.png
  30. BIN
      static/images/popup/tabActove.png
  31. BIN
      static/images/popup/title.png
  32. BIN
      static/images/popup/underline.png

+ 29 - 44
src/components/Combinations/toolBar copy/toolBar.scss

@@ -1,59 +1,44 @@
-
 .sm-tool-btn {
-  width: 40px;
-  height: 40px;
-  box-sizing: border-box;
-  background: transparent;
-  z-index: 100;
-  display: flex;
-  background-color: rgba(0, 0, 0, .25);
-  justify-content: center;
-  align-items: center;
-  @media (max-width: 750px) {
-    width: 35px;
-    height: 35px;
-  }
-
-  @media (max-height: 480px) {
-    width: 35px;
-    height: 35px;
-  }
-  @media (max-height: 300px) {
-    width: 30px;
-    height: 30px;
-  }
-  .iconfont{
-      font-size: 18px;
-  }
+    width: 32px;
+    height: 32px;
+    box-sizing: border-box;
+    background: transparent;
+    z-index: 100;
+    display: flex;
+    background-color: rgba(0, 0, 0, .25);
+    justify-content: center;
+    align-items: center;
+    @media (max-width: 750px) {
+        width: 35px;
+        height: 35px;
+    }
+    @media (max-height: 480px) {
+        width: 35px;
+        height: 35px;
+    }
+    @media (max-height: 300px) {
+        width: 30px;
+        height: 30px;
+    }
+    .iconfont {
+        font-size: 18px;
+    }
 }
 
-.toolBar{
+.toolBar {
     width: auto;
     display: flex;
     flex-wrap: nowrap;
-    justify-content:flex-start;
+    justify-content: flex-start;
     // background-color: red;
     position: absolute;
     top: 0;
     left: 0;
     margin: 5px 0 0 5px;
 }
-ul{
+
+ul {
     display: flex;
     flex-wrap: nowrap;
     justify-content: space-evenly;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+}

+ 7 - 6
src/components/Combinations/toolBar/toolBar.scss

@@ -1,6 +1,6 @@
 .sm-tool-btn {
-    width: 40px;
-    height: 40px;
+    width: 32px;
+    height: 32px;
     box-sizing: border-box;
     background: transparent;
     z-index: 100;
@@ -56,8 +56,8 @@
     -ms-flex-pack: start;
     justify-content: flex-start;
     position: absolute;
-    top: 13px;
-    right: 218px;
+    top: 16px;
+    right: 234px;
     margin: 5px 0 0 5px;
     // background: url(/static/images/bigscreen/filter-bg.png) no-repeat;
     background-size: cover;
@@ -71,8 +71,9 @@ ul {
 }
 
 .el-cascader--mini {
-    width: 90px;
-    top: 7px;
+    width: 100px;
+    top: 3px;
+    right: 5px;
     background: transparent;
 }
 

BIN
static/images/homepage/00-底框.png


BIN
static/images/homepage/01-1 标题 区域概况.png


BIN
static/images/homepage/01-2 标题 自然资源.png


BIN
static/images/homepage/01-3 标题 矿产资源.png


BIN
static/images/homepage/01-4 标题 底线管控.png


BIN
static/images/homepage/01-5 标题 耕地保护.png


BIN
static/images/homepage/01-6 标题 监测监管.png


BIN
static/images/homepage/02-0 区域概况指标底框.png


BIN
static/images/homepage/02-1 区域概况图标 区域面积.png


BIN
static/images/homepage/02-2 区域概况图标 常驻人口.png


BIN
static/images/homepage/02-3 区域概况图标 海岸线.png


BIN
static/images/homepage/02-4 区域概况图标 海岛数量.png


BIN
static/images/homepage/03-1 指标底框 矿产资源.png


BIN
static/images/homepage/03-2 矿产资源图标.png


BIN
static/images/homepage/04-1 底线管控图标1.png


BIN
static/images/homepage/04-1 底线管控图标2.png


BIN
static/images/homepage/04-1 底线管控图标3.png


BIN
static/images/homepage/04-1 底线管控图标4.png


BIN
static/images/homepage/05-1 耕地保护指标.png


BIN
static/images/homepage/05-2 耕地保护二级小标题.png


BIN
static/images/homepage/06-1 疑似图斑底1.png


BIN
static/images/homepage/06-1 疑似图斑底2.png


BIN
static/images/popup/background.png


BIN
static/images/popup/close.png


BIN
static/images/popup/draw.png


BIN
static/images/popup/import.png


BIN
static/images/popup/tab.png


BIN
static/images/popup/tabActove.png


BIN
static/images/popup/title.png


BIN
static/images/popup/underline.png