guide.wxss 1.4 KB
/* pages/main/guide/guide.wxss */

.page {
  background-color: #fcfcfc;
}

.bgimg {
  position: absolute;
  height: 280rpx;
  align-self: center;
  right: 0;
  left: 0;
  margin: auto;
  width: 92%;
}

/* .card_rectangle_bg {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-left: 30rpx;
  margin-right: 30rpx;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
  border-radius: 8px;
} */

.bg_wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 40rpx;
}

.icon_wrap {
  width: 102rpx;
  height: 96rpx;
  align-self: center;
}

text_wrap_main_black {
  font-size: 36rpx;
  color: #000;
  letter-spacing: 0;
  text-align: left;
}

text_wrap_sub_999 {
  font-size: 28rpx;
  color: #999;
  letter-spacing: 0;
  text-align: left;
}

.arrow_wrap {
  position: relative;
  width: 60rpx;
  height: 60rpx;
  align-self: center;
}

.chat-img {
  width: 80rpx;
  height: 80rpx;
  position: fixed;
  right: 40rpx;
  bottom: 140rpx;
}

.logout-img {
  width: 80rpx;
  height: 80rpx;
  position: fixed;
  right: 40rpx;
  bottom: 40rpx;
}

/* 遮罩层 */

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 10;
}

.btn_blue_radius {
  margin-left: 120rpx ;
  margin-right: 120rpx;
  background: #357aeb;
  border-radius: 5px;
  height: 84rpx;
}