regSuccess.wxss 2.5 KB

page{
  line-height: 1;
}

.container{
  display: flex;
  flex-flow: column;
  align-items: center;
}
.top{
  width: 750rpx;
  height: 630rpx;
  display: flex;
  position: absolute;
  top: 0;
}
.top image{
  width: 100%;
  height: 100%;
}
.top_item{
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 240rpx;
}
.top_item_t{
  font-size:36rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(255,255,255,1);
}
.top_item_b{
  margin-top: 15rpx;
  font-size:26rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,255,255,0.7);
  line-height:36rpx;
}

.mid{
  margin-top: 366rpx;
  display: flex;
  flex-flow: column;
  width:656rpx;
  /* height:545px; */
  background:rgba(255,255,255,1);
  box-shadow:0rpx 8rpx 60rpx 0rpx rgba(0, 0, 0, 0.1);
  border-radius:10rpx;
  z-index: 666;
}
.mid_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 35rpx 0 32rpx 0;
  margin: 0 32rpx;
  border-bottom: 1px solid #EBEBEB;
}
.mid_item:last-child{
  border:none;
}
.mid_item_left{
  display: flex;
  align-items: center;
}
.left_pic{
  width:18rpx;
  height:28rpx;
  display: flex;
}
.left_pic image{
  width: 100%;
  height: 100%;
}
.left_text{
  margin-left: 30rpx;
  font-size:32rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,0.8);
}
.mid_item_right{
  display: flex;
  align-items: center;
}
.right_number{
  width: 250rpx;
  font-size:32rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(26,26,26,1);
}
.right_copy{
  width:80rpx;
  height:40rpx;
  line-height: 40rpx;
  text-align: center;
  border:1px solid rgba(255,170,0,1);
  border-radius:20rpx;

  font-size:26rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,170,0,1);
}
.wechat{
  width:32rpx;
  height:24rpx;
  display: flex;
}
.wechat image{
  width: 100%;
  height: 100%;
}
.wechat_news{
  width:24rpx;
  height:28rpx;
  display: flex;
}
.wechat_news image{
  width: 100%;
  height: 100%;
}
.QQ{
  width:22rpx;
  height:25rpx;
  display: flex;
}
.QQ image{
  width: 100%;
  height: 100%;
}
.QQ_group{
  width:28rpx;
  height:22rpx;
  display: flex;
}
.QQ_group image{
  width: 100%;
  height: 100%;
}
.bottom{
  font-size:26rpx;
  text-align: center;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height: 40rpx;
  padding: 40rpx 70rpx 140rpx 85rpx;
}