privacyGps.wxss 1.0 KB
/* middlePage/privacyGps/privacyGps.wxss */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center center/cover;
  z-index: -2;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.modal_content {
  position: relative;
  width: 685rpx;
  margin-top: -20%;
  text-align: center;
}

.btn_privacy_box {
  width: 600rpx;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 68rpx;
}

.btn_privacy_box .btn_privacy {
  width: 282rpx;
  height: 106rpx;
  background: no-repeat center center/cover;
}

.tip_gps_box {
  width: 670rpx;
  height: 456rpx;
  padding: 0;
}

.tip_gps {
  width: 670rpx;
  height: 456rpx;
}

.btn_gps_box {
  height: 100rpx;
  width: 670rpx;
  position: absolute;
  bottom: 2rpx;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.btn_gps_box .btn_gps {
  flex: 1;
  height: 100%;
}