quickNavigation.ttss 900 Bytes
/* pages/quickNavigation/quickNavigation.wxss */
.quicknavigation {
  position: fixed;
  flex-direction: column;
  width: 44px;
  right: 15px;
  bottom: 100rpx;
  z-index: 9;
}

.quicknavigation-content {
  display: flex;
  flex-direction: column;
  width: 44px;
  left: 0px;
  bottom: 0px;
  align-self: center;
}

.quicknavigation-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 0px;
  align-self: center;
}

.quicknavigation-menu-func {
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 0px;
  align-self: center;
}

.img {
  width: 44px;
  height: 44px;
  position: absolute; 
  bottom: 0px;
  opacity: 0;
  align-self: center;
}

.img-switch {
  width: 44px;
  height: 44px;
  bottom: 0px;
  position: absolute;
  align-self: center;
}

.img-back {
  width: 0px;
  height: 0px;
  align-self: center;
  bottom: 0px;
  opacity: 0; 
  position: absolute;
}