register.wxss 2.7 KB
.experiencetop {
  width: 750rpx;
  font-size: 0;
}
.headimg {
  width: 750rpx;
  height: 318rpx;
  font-size: 0;
}

.logo {
  width: 215rpx;
  height: 75rpx;
  font-size: 0;
  position: absolute;
  top: 40rpx;
  left: 50%;
  transform: translateX(-50%);
}
image {
  width: 100%;
  height: 100%;
}





.serviceboxtext {
  color: #06121e;
  font-size: 40rpx;
  text-align: center;
  font-weight: bold;
  margin-top: 42rpx;
}

.servicebox {
  width: 686rpx;
  height: 748rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  opacity: 1;
  position: absolute;
  top: 260rpx;
  left: 32rpx;
}

.servicelsit {
  padding: 0 84rpx;
  box-sizing: border-box;
}

.servicelistitem {
  display: flex;
  align-items: center;
  margin-top: 56rpx;
  padding-bottom: 8rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.servicelsitleft {
  width: 56rpx;
  height: 56rpx;
  font-size: 0;
}

.servicelistright {
  width: 389rpx;
  color: #bdc4ce;
  font-size: 28rpx;
  margin-left: 50rpx;
}

.entertext {
  color: #bdc4ce;
  font-size: 28rpx;
}

.servicelistright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rightword {
  color: #bdc4ce;
  font-size: 28rpx;
}

.rightrow {
  width: 15rpx;
  height: 15rpx;
  font-size: 0;
}

.queren {
  width: 516rpx;
  height: 80rpx;
  background: rgba(39, 53, 116, 1);
  box-shadow: 0rpx 6rpx 6rpx rgba(0, 0, 0, 0.16);
  opacity: 1;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 80rpx;
  margin-top:50rpx;
}
/* 获取验证码 */
.code_input{
  width: 160rpx;
  margin-right: 48rpx
}
.get_code{
  color: #273574;
  font-size: 28rpx;

}
.send_code{
  color: #BDC4CE;
  font-size: 28rpx
}
/* 弹窗 */
.yuyuewrap{
  width:600rpx;
  height:312rpx;
  background: #fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)
}
.yuyuebottom{
  display:flex;
  align-items: center;
  position: absolute;
  bottom:0;
  left:0
}
.yuyuebottomleft{
  width:300rpx;
  height:80rpx;
  background: #BDC4CE;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height:80rpx;

}
.yuyuebottomright{
  width:301rpx;
  height:80rpx;
  background: #273574;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 80rpx;

}
.yuyuewraptop{
  color:#273574;
  font-size: 32rpx;
  text-align: center;
  margin-top:92rpx;
  font-weight: bold;
}
.yuyuesure{
  width:600rpx;
  height:80rpx;
  background: #273574;
  color:#fff;
  text-align: center;
  line-height: 80rpx;
  position: absolute;
  bottom:0;
  left:0;
}
.yuyuecheng{
  color:#263472;
  font-size: 36rpx;
  text-align: center;
  font-weight: bold;
  margin-top:58rpx;
}
.yuyuechengword{
  color:#06121E;
  font-size: 28rpx;
  text-align: center;
  margin-top:24rpx;
}