liuyg
2021-07-01 2b8e498c0550d8e8bf17a9dafddb136cc7bd1e1a
导航样式
3 files modified
57 ■■■■ changed files
widgets/Layermanagement/css/style.css 38 ●●●●● patch | view | raw | blame | history
widgets/LeftNavigationBar/css/style.css 17 ●●●●● patch | view | raw | blame | history
widgets/instructions/css/style.css 2 ●●● patch | view | raw | blame | history
widgets/Layermanagement/css/style.css
@@ -4,7 +4,7 @@
.jimu-widget-Layermanagement .layer-tab {
    position: fixed;
    top: 72px;
    top: 112px;
    right: 10px;
}
@@ -30,9 +30,7 @@
}
.jimu-widget-Layermanagement .layer-tab button:focus {
    outline: none !important;
}
.jimu-widget-Layermanagement .layer-tab button img {
@@ -42,7 +40,7 @@
.jimu-widget-Layermanagement .layer-list {
    display: none;
    position: fixed;
    top: 72px;
    top: 112px;
    right: 60px;
    width: 320px;
    min-height: 80px;
@@ -100,12 +98,11 @@
    border: none;
}
.jimu-widget-Layermanagement .layer-list .control-btn img{
.jimu-widget-Layermanagement .layer-list .control-btn img {
    margin: auto;
    width: 16px;
    height: 16px;
}
.jimu-widget-Layermanagement .tree-layer-opcity {
    display: none;
@@ -117,31 +114,30 @@
    background: #Fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #fff;
  }
  .jimu-widget-Layermanagement .tree-layer-opcity h3 {
}
.jimu-widget-Layermanagement .tree-layer-opcity h3 {
    margin: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }
  .jimu-widget-Layermanagement .tree-layer-opcity .close {
}
.jimu-widget-Layermanagement .tree-layer-opcity .close {
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .jimu-widget-Layermanagement .tree-layer-opcity li>div:first-child {
}
.jimu-widget-Layermanagement .tree-layer-opcity li>div:first-child {
    padding: 0 10px;
    line-height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .jimu-widget-Layermanagement .tree-layer-opcity li>div:last-child {
}
.jimu-widget-Layermanagement .tree-layer-opcity li>div:last-child {
    margin: 10px 10px;
    width: calc(100% - 20px);
  }
}
widgets/LeftNavigationBar/css/style.css
@@ -65,41 +65,44 @@
  overflow: hidden;
  user-select: none;
  top: 72px;
  left: 10px;
  /* left: 10px; */
  right: 10px;
  z-index: 16 !important;
}
.jimu-widget-LeftNavigationBar .left-navigation-bar-but img {
  width: 30px;
}
.jimu-widget-LeftNavigationBar #l-n-b-m-search-closeOUR {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
   font-size: 18px;
  font-size: 18px;
}
.jimu-widget-LeftNavigationBar #l-n-b-m-search-closeOUR:hover {
  color: red;
}
.jimu-widget-LeftNavigationBar .left-navigation-bar-main {
  position: fixed;
  width: 0px;
  height: 0px;
  /* height: 200px; */
  /* max-height: 1000px; */
  padding: 0px;
  background-color: #fff;
  z-index: 15 !important;
  top: 72px;
  left: 60px;
  /* left: 10px; */
  right: 60px;
  /* top: 72px; */
  /* left: 60px; */
  border-radius: 5px;
  box-shadow: 0 0 8px #fff;
  transition: all 0.5s;
  /* transition: all 0.5s; */
  display: none;
  /* border: 1px saddlebrown solid; */
}
widgets/instructions/css/style.css
@@ -6,7 +6,7 @@
  /* min-width: 160px !important; */
  right: auto !important;
  bottom: auto !important;
  left: 60px !important;
  left: 10px !important;
  top: 72px !important;
  /* 240px */
  background: rgba(255, 255, 255, 1);