login.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /**index.wxss**/
  2. .icon_layout {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. background-color: antiquewhite;
  7. height: 383rpx;
  8. width: 100%;
  9. }
  10. .icon {
  11. width: 103rpx;
  12. margin-top: 80rpx;
  13. height: 199rpx;
  14. }
  15. .login_check {
  16. margin-top: 200rpx;
  17. flex-direction: row;
  18. width: 100%;
  19. display: flex;
  20. justify-content: space-between;
  21. }
  22. .login_check_true {
  23. font-size: 32rpx;
  24. font-weight: 600;
  25. color: #5090FE;
  26. }
  27. .login_check_false {
  28. font-size: 32rpx;
  29. font-weight: 600;
  30. color: #353535;
  31. }
  32. .phonenumber_login_layout {
  33. margin-top: 60rpx;
  34. height: 315rpx;
  35. padding-top: 2rpx;
  36. flex-direction: column;
  37. justify-content: start;
  38. align-items: center;
  39. width: 100%;
  40. display: flex;
  41. }
  42. .phonenum_login_layout_input_bg {
  43. width: 618.06rpx;
  44. height: 84rpx;
  45. border: 2rpx solid #d4d4d4;
  46. display: flex;
  47. flex-direction: row;
  48. align-content: center;
  49. align-items: center;
  50. border-radius: 9rpx;
  51. justify-content: start;
  52. }
  53. .phonenum_login_layout_input_icon {
  54. width: 27rpx;
  55. height: 37rpx;
  56. margin-left: 22rpx;
  57. }
  58. .phonenum_login_layout_input {
  59. flex: 1;
  60. width: 360rpx;
  61. margin-left: 23rpx;
  62. font-size: 30rpx;
  63. }
  64. .login_btn_layout {
  65. margin-left: 66rpx;
  66. margin-top: 265rpx;
  67. display: flex;
  68. width: 616rpx;
  69. flex-direction: column;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .login_btn {
  74. background-color: #45abfe;
  75. width: 100%;
  76. height: 89rpx;
  77. color: white;
  78. }