start.wxss 3.1 KB
/* pages/start/start.wxss */

.info {
  font-size: 52rpx;
  color: #000;
  margin-left: 85rpx;
  margin-top: 70rpx;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 100rpx;
  position: relative;
}

.content_img {
  width: 150rpx;
  height: 180rpx;
  position: absolute;
  right: 20rpx;
  top: -180rpx;
}

.content_img image {
  width: 100%;
  height: 100%;
}

.bottom_btn button {
  font-size: 32rpx;
  color: #fff;
  width: 686rpx;
  height: 220rpx;
  background: linear-gradient(to right, rgba(2, 134, 255, 1), rgba(71, 167, 255, 1));
  box-shadow: 0px 15px 30px 0px rgba(2, 134, 255, 0.16);
  border-radius: 16rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36rpx;
  position: relative;
}

.icon-danjiantou {
  font-size: 14rpx;
  position: absolute;
  right: 44rpx;
}

.icon-hengxian1 {
  font-size: 50rpx;
  position: absolute;
  left: 70rpx;
  top: 85rpx;
}

.title {
  font-size: 36rpx;
  position: absolute;
  left: 70rpx;
  top: 60rpx;
}

.bottom_btn .client_btn {
  background: linear-gradient(to right, #ff8324, #ffb244);
}

.bottom_btn .promoter_btn {
  background: linear-gradient(to right, #21ccc4, #3ee4ba);
}
.bottom_info{
  text-align: center;
  font-size: 30rpx;
  color: #999;
}
/* mask_box */

.mask_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_box {
  width: 686rpx;
  height: 486rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 36rpx;
}

.popup_title {
  font-size: 36rpx;
  font-weight: bold;
  color: #000;
  border-bottom: 1rpx solid #f5f6fa;
  padding: 30rpx 0;
  text-align: center;
}

.popup_content {
  font-size: 32rpx;
  color: #000;
  padding: 30rpx;
}

.popup_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60rpx;
  box-sizing: border-box;
}

.popup_btn {
  width: 260rpx;
  height: 80rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(2, 134, 255, 1);
  border-radius: 40rpx;
  font-size: 32rpx;
  color: #0286ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_active {
  background: #0286ff;
  color: #fff;
}

/*  */

.code_box {
  width: 686rpx;
  height: 703rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
  border-radius: 36rpx;
  position: absolute;
  bottom: 30rpx;
  font-size: 30rpx;
  color: #000;
  padding: 0 40rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.code_img {
  width: 328rpx;
  height: 328rpx;
  margin-top: 90rpx;
}

.code_img image {
  width: 100%;
  height: 100%;
}

.popup_content {
  padding: 30rpx;
}
.popup_content input{
  font-size: 36rpx;
}
.popup_content .popup_active {
  width: 50%;
  margin: 0 auto;
  border-radius: 40rpx;
  margin-top: 92rpx;
  padding: 15rpx 30rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}