liuyg
2021-07-01 2b8e498c0550d8e8bf17a9dafddb136cc7bd1e1a
导航样式
3 files modified
25 ■■■■ changed files
widgets/Layermanagement/css/style.css 8 ●●●● patch | view | raw | blame | history
widgets/LeftNavigationBar/css/style.css 15 ●●●●● 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;
@@ -106,7 +104,6 @@
    height: 16px;
}
.jimu-widget-Layermanagement .tree-layer-opcity {
    display: none;
    position: fixed;
@@ -125,7 +122,6 @@
    line-height: 36px;
    text-align: center;
  }
  
  .jimu-widget-Layermanagement .tree-layer-opcity .close {
    position: absolute;
widgets/LeftNavigationBar/css/style.css
@@ -65,13 +65,15 @@
  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;
@@ -80,26 +82,27 @@
   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);