| 1234567891011121314151617181920212223 |
- .wrap {height: 100%; background:#fff;}
- .lg-img{width:100%;height:300rpx;}
- .lg-logo{width:300rpx;height:140rpx; margin-left:200rpx}
- .lg-img2{width:100%;height:200rpx;position:fixed;bottom:0rpx;}
- .ipt-gp2{text-align:center;margin-bottom:30rpx;}
- .title{font-size:40rpx;font-weight:800;}
- .ipt-gp{width:500rpx;background:#f3f3f3;height:88rpx;border-radius:50rpx;line-height:2;display:flex;flex-direction: row;margin:0 auto;margin-bottom:50rpx;}
- .ipt-gp3{width:500rpx;display:flex;flex-direction: row;margin:0 auto;margin-bottom:0rpx;}
- .lg-icon{display:inline-block;width:50rpx;height:50rpx;margin:20rpx;}
- .ipt-gp input{display:inline-block;padding:20rpx;font-size:28rpx;}
- .btn-area{width:500rpx;margin:0 auto;}
- .btn-sub{background: #4c64f7;color:#fff;margin-top:70rpx;border-radius:50rpx;}
-
- .tips{color: #4c64f7;}
|