瀏覽代碼

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. 二進制
      static/images/homepage/00-底框.png
  4. 二進制
      static/images/homepage/01-1 标题 区域概况.png
  5. 二進制
      static/images/homepage/01-2 标题 自然资源.png
  6. 二進制
      static/images/homepage/01-3 标题 矿产资源.png
  7. 二進制
      static/images/homepage/01-4 标题 底线管控.png
  8. 二進制
      static/images/homepage/01-5 标题 耕地保护.png
  9. 二進制
      static/images/homepage/01-6 标题 监测监管.png
  10. 二進制
      static/images/homepage/02-0 区域概况指标底框.png
  11. 二進制
      static/images/homepage/02-1 区域概况图标 区域面积.png
  12. 二進制
      static/images/homepage/02-2 区域概况图标 常驻人口.png
  13. 二進制
      static/images/homepage/02-3 区域概况图标 海岸线.png
  14. 二進制
      static/images/homepage/02-4 区域概况图标 海岛数量.png
  15. 二進制
      static/images/homepage/03-1 指标底框 矿产资源.png
  16. 二進制
      static/images/homepage/03-2 矿产资源图标.png
  17. 二進制
      static/images/homepage/04-1 底线管控图标1.png
  18. 二進制
      static/images/homepage/04-1 底线管控图标2.png
  19. 二進制
      static/images/homepage/04-1 底线管控图标3.png
  20. 二進制
      static/images/homepage/04-1 底线管控图标4.png
  21. 二進制
      static/images/homepage/05-1 耕地保护指标.png
  22. 二進制
      static/images/homepage/05-2 耕地保护二级小标题.png
  23. 二進制
      static/images/homepage/06-1 疑似图斑底1.png
  24. 二進制
      static/images/homepage/06-1 疑似图斑底2.png
  25. 二進制
      static/images/popup/background.png
  26. 二進制
      static/images/popup/close.png
  27. 二進制
      static/images/popup/draw.png
  28. 二進制
      static/images/popup/import.png
  29. 二進制
      static/images/popup/tab.png
  30. 二進制
      static/images/popup/tabActove.png
  31. 二進制
      static/images/popup/title.png
  32. 二進制
      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;
 }
 

二進制
static/images/homepage/00-底框.png


二進制
static/images/homepage/01-1 标题 区域概况.png


二進制
static/images/homepage/01-2 标题 自然资源.png


二進制
static/images/homepage/01-3 标题 矿产资源.png


二進制
static/images/homepage/01-4 标题 底线管控.png


二進制
static/images/homepage/01-5 标题 耕地保护.png


二進制
static/images/homepage/01-6 标题 监测监管.png


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


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


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


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


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


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


二進制
static/images/homepage/03-2 矿产资源图标.png


二進制
static/images/homepage/04-1 底线管控图标1.png


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


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


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


二進制
static/images/homepage/05-1 耕地保护指标.png


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


二進制
static/images/homepage/06-1 疑似图斑底1.png


二進制
static/images/homepage/06-1 疑似图斑底2.png


二進制
static/images/popup/background.png


二進制
static/images/popup/close.png


二進制
static/images/popup/draw.png


二進制
static/images/popup/import.png


二進制
static/images/popup/tab.png


二進制
static/images/popup/tabActove.png


二進制
static/images/popup/title.png


二進制
static/images/popup/underline.png