register.wxss 715 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .bj{
  2. width: 750rpx;
  3. height: 400rpx;
  4. background: linear-gradient(to bottom,#1e90ff,#ffffff);
  5. position: relative;
  6. }
  7. .title{
  8. color: #fff;
  9. font-size: 35rpx;
  10. position: absolute;
  11. bottom: 300rpx;
  12. width: 100%;
  13. text-align: center;
  14. }
  15. .home {
  16. font-size: 28rpx;
  17. border-radius: 30px;
  18. position: absolute;
  19. top: 250rpx;
  20. background: #FFFFFF;
  21. width: 750rpx;
  22. height: 450rpx;
  23. }
  24. .tips{
  25. font-size: 30rpx;
  26. text-indent: 30rpx;
  27. line-height: 100rpx;
  28. }
  29. .box{
  30. width: 650rpx;
  31. margin-left: 50rpx;
  32. margin-top: 100rpx;
  33. }
  34. .phone{
  35. margin-left: 30rpx;
  36. }
  37. .password{
  38. margin-left: 30rpx;
  39. margin-top: 40rpx;
  40. }
  41. .nouser{
  42. float: right;
  43. margin-right: 80rpx;
  44. font-size: 24rpx;
  45. margin-top: 20rpx;
  46. }