login.wxss 819 B

1234567891011121314151617181920212223
  1. .wrap {height: 100%; background:#fff;}
  2. .lg-img{width:100%;height:300rpx;}
  3. .lg-logo{width:300rpx;height:140rpx; margin-left:200rpx}
  4. .lg-img2{width:100%;height:200rpx;position:fixed;bottom:0rpx;}
  5. .ipt-gp2{text-align:center;margin-bottom:30rpx;}
  6. .title{font-size:40rpx;font-weight:800;}
  7. .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;}
  8. .ipt-gp3{width:500rpx;display:flex;flex-direction: row;margin:0 auto;margin-bottom:0rpx;}
  9. .lg-icon{display:inline-block;width:50rpx;height:50rpx;margin:20rpx;}
  10. .ipt-gp input{display:inline-block;padding:20rpx;font-size:28rpx;}
  11. .btn-area{width:500rpx;margin:0 auto;}
  12. .btn-sub{background: #4c64f7;color:#fff;margin-top:70rpx;border-radius:50rpx;}
  13. .tips{color: #4c64f7;}