register.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. body{
  2. background: #efeff4;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .regTop{
  7. width: 100%;
  8. padding:8% 0 6%;
  9. background: #50b4f9;
  10. text-align: center;
  11. color: #ffffff;
  12. position: relative;
  13. }
  14. .back{
  15. position: absolute;
  16. left: 5%;
  17. top: 50%;
  18. color: #ffffff;
  19. }
  20. .point{
  21. padding: 6% 5%;
  22. }
  23. .content form input{
  24. border: 0;
  25. border-bottom: 1px solid #c3c3c5;
  26. }
  27. .content form{
  28. width: 100%;
  29. height: 35.21%;
  30. }
  31. .message{
  32. background: #ffffff;
  33. padding:2% 5% 0 5%;
  34. position: relative;
  35. }
  36. .message input{
  37. width: 90%;
  38. padding: 4% 0 4% 4%;
  39. font-size: 0.875em;
  40. font-family: "Microsoft YaHei";
  41. }
  42. .message .icons b{
  43. position: absolute;
  44. width: 3.75%;
  45. height: 4%;
  46. top: 7%;
  47. left: 7%;
  48. }
  49. .message .icons b img{
  50. width: 100%;
  51. }
  52. .message .icons b:nth-child(2){
  53. width: 5%;
  54. top: 26%;
  55. left: 6%;
  56. }
  57. .message .icons b:nth-child(3){
  58. top: 43%;
  59. }
  60. .message .icons b:nth-child(4){
  61. top: 61%;
  62. }
  63. .code{
  64. position: absolute;
  65. top: 60%;
  66. right:10%;
  67. color: #21a9f5;
  68. font-size: 0.875em;
  69. font-family: "Microsoft YaHei";
  70. }
  71. select{
  72. width: 33%;
  73. padding: 2% 1%;
  74. margin: 5%;
  75. font-size: 1em;
  76. color: #909093;
  77. border: solid 1px #909093;
  78. font-family: "Microsoft YaHei";
  79. }
  80. .agree{
  81. margin: 6% 5%;
  82. }
  83. .submit{
  84. width: 84%;
  85. margin: 2% 8%;
  86. background: #21a9f5;
  87. color: #ffffff;
  88. border: 0;
  89. padding: 3.25% 0;
  90. font-size: 1em;
  91. font-family: "Microsoft YaHei";
  92. }
  93. form .agree input[type="checkbox"] :default{
  94. outline: 2px solid #21a9f5;
  95. }