.box .phone { width: 100%; height: 380rpx; background: rgba(255, 255, 255, 1); margin-top: 10rpx; display: flex; flex-direction: column; align-items: center; justify-content: space-around; } .box .phone .place1 { font-size: 32rpx; font-family: PingFang SC; font-weight: 400; color: #ddd; } .box .phone .put1 { width: 606rpx; height: 76rpx; background: rgba(255, 255, 255, 1); border-bottom: 2rpx solid #e5e5e5; /* border-radius: 10rpx; */ margin-top: 60rpx; } .box .phone .put1 input { height: 100%; padding-left: 20rpx; } .box .phone .put2 { display: flex; align-items: center; justify-content: space-between; width: 606rpx; margin-bottom: 60rpx; } .box .phone .put2 input { width: 380rpx; height: 76rpx; background: rgba(255, 255, 255, 1); border-bottom: 2rpx solid #e5e5e5; padding-left: 20rpx; } .box .phone .put2 text { font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #18d5b9; } .box .phone_check { width: 600rpx; height: 86rpx; background: rgba(24, 213, 185, 1); border-radius: 43rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 400; color: rgba(255, 255, 255, 1); margin: 0 auto; margin-top: 83rpx; }