register.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. @import "common";
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. background-color: #12141B;
  6. color: #E5E7EF;
  7. }
  8. .title {
  9. text-align: center;
  10. font-size: .9rem;
  11. margin-top: 2.72rem;
  12. }
  13. .content {
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. margin-top: 1.66rem;
  18. .out-box {
  19. width: 13rem;
  20. height: 1.84rem;
  21. margin-bottom: .8rem;
  22. border: 1px solid #CCCCCC;
  23. border-radius: .92rem;
  24. .inner-box {
  25. display: flex;
  26. align-items: center;
  27. width: 12.36rem;
  28. height: 1.84rem;
  29. margin: 0 auto;
  30. }
  31. .icon {
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. width: 1.94rem;
  36. height: .8rem;
  37. .icon-img {
  38. width: .8rem;
  39. height: .8rem;
  40. margin-left: .1rem;
  41. }
  42. }
  43. .line {
  44. width: .04rem;
  45. height: .8rem;
  46. background-color: #6F7073;
  47. }
  48. .input {
  49. flex: 1;
  50. height: 80%;
  51. margin-left: .48rem;
  52. input {
  53. display: block;
  54. width: 100%;
  55. height: 100%;
  56. margin: 0;
  57. padding: 0;
  58. background-color: transparent;
  59. border: none;
  60. color: white;
  61. font-size: .56rem;
  62. outline: none;
  63. }
  64. }
  65. .btn-code {
  66. width: 3.48rem;
  67. height: 1.08rem;
  68. font-size: .48rem;
  69. background-color: #FC913A;
  70. border-radius: .54rem;
  71. text-align: center;
  72. line-height: 1.08rem;
  73. margin-left: .28rem;
  74. }
  75. .btn-password {
  76. display: flex;
  77. align-items: center;
  78. justify-content: right;
  79. width: .8rem;
  80. height: .8rem;
  81. margin-right: .56rem;
  82. margin-left: .28rem;
  83. .btn-password-img {
  84. width: .72rem;
  85. height: .52rem;
  86. }
  87. }
  88. }
  89. .yaoqingma {
  90. margin: 0;
  91. }
  92. .protocol {
  93. display: flex;
  94. align-items: center;
  95. justify-content: center;
  96. width: 13rem;
  97. height: .56rem;
  98. font-size: .52rem;
  99. color: #707173;
  100. margin-top: .84rem;
  101. margin-bottom: .84rem;
  102. input[type='checkbox']{
  103. box-sizing: border-box;
  104. width: .56rem;
  105. height: .56rem;
  106. background-color: transparent;
  107. -webkit-appearance:none;
  108. border: 2px solid #979797;
  109. border-radius: 12px;
  110. outline: none;
  111. }
  112. .checkbox input[type='checkbox']:checked{
  113. // background: url("../images/Rectangle.png") no-repeat center;
  114. background-color: #FF9B40;
  115. }
  116. .checkbox {
  117. display: flex;
  118. align-items: center;
  119. }
  120. .txt {
  121. display: block;
  122. margin-left: .28rem;
  123. line-height: .56rem;
  124. a {
  125. color: #D48634;
  126. text-decoration: none;
  127. }
  128. }
  129. }
  130. input[type='submit'] {
  131. width: 13rem;
  132. height: 1.84rem;
  133. border-radius: .92rem;
  134. border: none;
  135. background-image: linear-gradient(to right, #FF7C39 , #FF9C40);
  136. color: white;
  137. font-size: .56rem;
  138. box-shadow: 0 0 8px #ff7b398a;
  139. }
  140. }