register.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. list-style: none;
  5. box-sizing: border-box;
  6. }
  7. html,
  8. body {
  9. width: 100%;
  10. height: 100%;
  11. background: #151618;
  12. }
  13. .LoginContaienr {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .LoginTitle {
  18. width: 100%;
  19. height: 2.72rem;
  20. display: flex;
  21. display: -moz-flex;
  22. display: -o-flex;
  23. display: -webkit-flex;
  24. display: -ms-flex;
  25. justify-content: center;
  26. align-items: center;
  27. font-size: 0.64rem;
  28. font-weight: bold;
  29. color: #DFDFDF;
  30. }
  31. .LoginInput {
  32. width: 92%;
  33. height: 1.08rem;
  34. display: flex;
  35. display: -moz-flex;
  36. display: -o-flex;
  37. display: -webkit-flex;
  38. display: -ms-flex;
  39. justify-content: center;
  40. align-items: center;
  41. margin: 0 auto 0.32rem;
  42. }
  43. .LoginInput input {
  44. width: 100%;
  45. height: 1.08rem;
  46. background: #25252A;
  47. border: none;
  48. outline: none;
  49. color: #DFDFDF;
  50. font-size: 0.3rem;
  51. padding-left: 0.32rem;
  52. }
  53. .LoginBtn {
  54. width: 92%;
  55. height: 1rem;
  56. background: #CF5731;
  57. color: #DFDFDF;
  58. font-size: 0.34rem;
  59. border-radius: 0.12rem;
  60. margin: 0 auto;
  61. display: flex;
  62. display: -moz-flex;
  63. display: -o-flex;
  64. display: -webkit-flex;
  65. display: -ms-flex;
  66. justify-content: center;
  67. align-items: center;
  68. margin-bottom: 0.5rem;
  69. }
  70. .registerShuoming {
  71. width: 88%;
  72. height: auto;
  73. margin: 0 auto 1rem;
  74. /* text-align: justify; */
  75. color: #E34343;
  76. font-size: 0.24rem;
  77. text-align: center;
  78. line-height: 0.5rem;
  79. }
  80. .registerShuomingBack {
  81. width: 88%;
  82. height: 1rem;
  83. display: flex;
  84. display: -moz-flex;
  85. display: -o-flex;
  86. display: -webkit-flex;
  87. display: -ms-flex;
  88. justify-content: center;
  89. align-items: center;
  90. flex-direction: row;
  91. font-size: 0.28rem;
  92. margin: 0 auto;
  93. }
  94. .registerShuomingBackText {
  95. color: #818181;
  96. }
  97. .registerShuomingBackBtn {
  98. height: 1rem;
  99. color: #CF5731;
  100. display: flex;
  101. display: -moz-flex;
  102. display: -o-flex;
  103. display: -webkit-flex;
  104. display: -ms-flex;
  105. justify-content: center;
  106. align-items: center;
  107. margin-left: 0.1rem;
  108. }