|
- .backImg{
- width: 100%;
- height: 750rpx;
- background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/apply_bnt.png');
- background-size: 100% 750rpx;
- }
- .messageBox{
- width: 96%;
- margin: auto;
- margin-top: -60rpx;
- z-index: 10000;
- overflow: hidden;
- }
- .xian{
- float: left;
- width: 10rpx;
- height: 28rpx;
- background: #07E881;
- margin-top: 10rpx;
- }
- .h3{
- margin-left: 10rpx;
- float: left;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .ttTitle{
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- margin: 20rpx 0;
- }
- .inputBox{
- height: 88rpx;
- border-radius: 10rpx;
- background: #1B2130;
- margin-bottom: 20rpx;
- }
- .input{
- width: 80%;
- height: 80rpx;
- margin: 0 auto;
- }
- .inputBox1{
- height: 88rpx;
- border-radius: 10rpx;
- background: #1B2130;
- margin-bottom: 40rpx;
- margin-top: 20rpx;
- }
- .input2{
- width: 50%;
- height: 80rpx;
- float: left;
- margin-left: 70rpx;
- }
- .code{
- height: 80rpx;
- line-height: 80rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #07E881;
- font-size: 30rpx;
- float: left;
- margin-left: 20rpx;
- }
- .submit{
- width: 90%;
- height: 80rpx;
- background: linear-gradient(-4deg, #4EE09D, #02C96E);
- border-radius: 44rpx;
- color: #FFFFFF;
- text-align: center;
- line-height: 80rpx;
- margin: 20rpx auto;
- }
|