quickNavigation.wxss 1.5 KB
/* pages/quickNavigation/quickNavigation.wxss */
.quicknavigation {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 44px;
  right: 15px;
  bottom: 100rpx;
  z-index: 1300;
}

.quicknavigation-content {
  display: flex;
  flex-direction: column;
  width: 44px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  /* background-color: red; */
}

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

.quicknavigation-menu-func {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 5px; 
}

.appBtn {
  width: 44px;
  height: 44px;
  opacity: 0;
  padding: 0;
  align-self: center; 
  border-radius: 50%;
  margin-top: 5px; 
  background-color: transparent  !important;
}

.appBtn .appImg {
  width: 44px;
  height: 44px;
  bottom: 0px; 
  margin-bottom: 5px; 
}

.img {
  width: 0px;
  height: 0px;
  opacity: 0;
  align-self: center;
  margin-top: 5px;
}

.img-switch,
.share-btn image {
  width: 44px;
  height: 44px;
  bottom: 0px;
  margin-bottom: 5px;
}

.img-switch-btn {
  width: 44px;
  height: 44px;
  background-color: red;
  opacity: 0;        
  position: absolute; 
  top: 35rpx;
}

.img-back {
  width: 0px;
  height: 0px;
  opacity: 0; 
  margin-bottom: 5px; 
}

.share-btn {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  background-color: transparent  !important;
}

.union_share {
  width: 44px;
  height: 44px;
  bottom: 0px;
  margin-bottom: 5px;
}