register.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /*.main-content-center {*/
  2. /* position: absolute;*/
  3. /* top: 50%;*/
  4. /* left: 50%;*/
  5. /* -webkit-transform: translate(-50%, -50%);*/
  6. /* -moz-transform: translate(-50%, -50%);*/
  7. /* -ms-transform: translate(-50%, -50%);*/
  8. /* -o-transform: translate(-50%, -50%);*/
  9. /* transform: translate(-50%, -50%);*/
  10. /* width: 1200px;*/
  11. /* margin: 0 auto;*/
  12. /*}*/
  13. .main-content-center {
  14. width: 1200px;
  15. margin: 60px auto;
  16. }
  17. .register-footer {
  18. width: 100%;
  19. height: 40px;
  20. line-height: 40px;
  21. text-align: center;
  22. font-size: 14px;
  23. background-color: #373d41;
  24. color: #9b9ea0;
  25. /*设置div位于页面底部 */
  26. /*position: fixed;*/
  27. /*bottom: 0;*/
  28. }
  29. .register-input-upload {
  30. width: 60px !important;
  31. padding-left: 0;
  32. background: #AADFFD;
  33. border-color: #78C3F3 !important;
  34. color: #004974;
  35. text-decoration: none;
  36. font-size: 14px;
  37. letter-spacing: 4px;
  38. }
  39. .register-footer span {
  40. letter-spacing: 2px;
  41. }
  42. .submitBtn {
  43. background: #62ACFF;
  44. margin-top: 30px;
  45. margin-bottom: 30px !important;
  46. height: 40px;
  47. color: #FFFFFF;
  48. cursor: pointer;
  49. }
  50. .regis-content {
  51. width: 100%;
  52. margin: 0 auto;
  53. text-align: center;
  54. background: #FFFFFF;
  55. }
  56. .dir a {
  57. cursor: pointer;
  58. font-size: 16px;
  59. color: #000000;
  60. letter-spacing: 0;
  61. text-align: center;
  62. /*top right bottom left*/
  63. padding: 0 0 0 6%;
  64. }
  65. .title {
  66. text-align: center;
  67. margin-top: 100px;
  68. height: 30px;
  69. font-size: 22px;
  70. font-weight: 500;
  71. color: rgba(71, 71, 71, 1);
  72. line-height: 34px;
  73. letter-spacing: 2px;
  74. }
  75. .tit_tip {
  76. position: absolute;
  77. top: 200px;
  78. right: 20%;
  79. font-size: 12px;
  80. color: #73777a;
  81. line-height: 30px;
  82. text-align: left;
  83. }
  84. #registerForm input {
  85. display: inline-block;
  86. margin-bottom: 0;
  87. padding-left: 10px;
  88. width: 340px;
  89. height: 35px;
  90. border: 1px double rgba(211, 211, 211, 1);
  91. }
  92. #registerForm div {
  93. margin-top: 15px;
  94. position: relative;
  95. display: flex;
  96. justify-content: center;align-items: center;
  97. }
  98. #registerForm img {
  99. /*width: 32px;*/
  100. /*height: 32px;*/
  101. margin-right: 10px;
  102. }
  103. a {
  104. color: #1A53FF;
  105. cursor: pointer;
  106. }
  107. .error {
  108. color: red;
  109. }
  110. /*text-decoration:underline;a标签下划线*/
  111. a:link {
  112. text-decoration: none;
  113. }