index.wxss 1.5 KB
/* pages/clearCode/index.wxss */
page{
  width: 100%;
  height: 100%;
}
.container{
  background-color: #f7f7f9;
  width: 100%;
  height: 100%;
}
.banner{
  width: 100%;
  height: 240rpx;
}
.clear_code{
  width: 702rpx;
  height: 334rpx;
  background: #FFFFFF;
  border-radius: 16rpx;
  overflow: hidden;
  margin:10rpx auto 0;
}
.clear_input{
  padding-left: 28rpx;
  width: 630rpx;
  height: 96rpx;
  background: #FBFBFB;
  border: 2rpx solid #F0F0F2;
  border-radius: 12rpx;
  margin: 50rpx auto 0;
}
.open_btn{
  width: 470rpx;
  height: 96rpx;
  line-height: 96rpx;
  background-image: linear-gradient(180deg, #0079BC 0%, #004487 100%);
  border-radius: 48rpx;
  font-weight: 600;
  font-size: 34rpx;
  color: #FFFFFF;
  text-align: center;
  margin: 42rpx auto 50rpx;
}
.open_btn_none{
  background-image: linear-gradient(180deg, #007abc60 0%, #00438760 100%);
}
.receive_dir{
  width: 702rpx;
  height: 774rpx;
  background: #FFFFFF;
  border-radius: 16rpx;
  margin: 24rpx auto 0;
  overflow: hidden;
}
.receive_title{
  font-weight: 500;
  font-size: 32rpx;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 36rpx 0;
}
.receive_icon{
  width: 664rpx;
  height: 364rpx;
  margin: auto;
  display: block;
}
.receive_step{
  width: 664rpx;
  height: 254rpx;
  background: #FBFBFB;
  border-radius: 8rpx;
  margin:22rpx auto 0;
  overflow: hidden;
}
.step_1{
  font-weight: 400;
  font-size: 28rpx;
  color: #999999;
  margin-left: 36rpx;
}
.step_title{
  font-weight: 500;
  font-size: 28rpx;
  color: #333333;
  margin: 30rpx 0 16rpx 24rpx;
}