siginIn.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* pages/signIn/siginIn.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .topBox {
  8. width: 750rpx;
  9. height: 88rpx;
  10. background: #FFFFFF;
  11. padding: 30rpx;
  12. font-size: 28rpx;
  13. color: #333333;
  14. }
  15. .centerBox {
  16. width: 750rpx;
  17. height: 789rpx;
  18. background: #FFFFFF;
  19. }
  20. .centerBox .top {
  21. height: 660rpx;
  22. }
  23. .centerBox .round {
  24. width: 400rpx;
  25. height: 400rpx;
  26. background: #52A1FF;
  27. box-shadow: 0rpx 0rpx 20rpx 0rpx #52A1FF;
  28. border-radius: 50%;
  29. background: #52A1FF;
  30. flex-wrap: wrap;
  31. flex-direction: column;
  32. }
  33. .centerBox .round .tips {
  34. font-size: 30rpx;
  35. font-weight: 500;
  36. color: #FFFFFF;
  37. }
  38. .centerBox .footer {
  39. height: calc(789rpx - 660rpx);
  40. }
  41. .centerBox .footer .le,
  42. .lr {
  43. width: 50%;
  44. flex-direction: column;
  45. height: 100%;
  46. }
  47. .centerBox .footer .line {
  48. width: 1rpx;
  49. height: 80rpx;
  50. background: #EDEDED;
  51. }
  52. .centerBox .footer .icon {
  53. width: 40rpx;
  54. height: 40rpx;
  55. }
  56. .centerBox .footer .tips {
  57. font-size: 24rpx;
  58. color: #333333;
  59. }