You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
1.9 KiB

3 years ago
  1. .w{
  2. width: 1200px;
  3. margin: 0 auto;
  4. }
  5. header{
  6. height: 84px;
  7. border-bottom: 2px solid #c81623;
  8. }
  9. .logo{
  10. padding-top: 18px;
  11. }
  12. .registerarea{
  13. height: 522px;
  14. border: 1px solid #ccc;
  15. margin-top: 20px;
  16. }
  17. .registerarea h3{
  18. height: 42px;
  19. background-color: #ececec;
  20. border-bottom: 1px solid #ccc;
  21. line-height: 42px;
  22. padding: 0 10px;
  23. font-size: 18px;
  24. font-weight: 400;
  25. }
  26. .login{
  27. float: right;
  28. font-size: 14px;
  29. }
  30. .login a{
  31. color: #c81623;
  32. }
  33. .reg_form{
  34. width: 600px;
  35. /* background-color: pink; */
  36. margin: 50px auto;
  37. }
  38. .reg_form ul li{
  39. margin-bottom: 20px;
  40. }
  41. .reg_form ul li label{
  42. display: inline-block;
  43. width: 88px;
  44. text-align: right;
  45. }
  46. .reg_form ul li .inp{
  47. width: 242px;
  48. height: 37px;
  49. border: 1px solid #ccc;
  50. }
  51. .erro{
  52. color: #c81623;
  53. }
  54. .erro_icon{
  55. display: inline-block;
  56. /* 行内块元素垂直居中 */
  57. vertical-align: middle;
  58. width: 20px;
  59. height: 20px;
  60. background: url(../images/error.png) no-repeat;
  61. margin-top: -2px;
  62. }
  63. .success{
  64. color: green;
  65. }
  66. .success_icon{
  67. display: inline-block;
  68. /* 行内块元素垂直居中 */
  69. vertical-align: middle;
  70. width: 20px;
  71. height: 20px;
  72. background: url(../images/success.png) no-repeat;
  73. margin-top: -2px;
  74. }
  75. .safe{
  76. padding-left: 160px;
  77. }
  78. .safe em{
  79. color: #fff;
  80. padding: 0 12px;
  81. }
  82. .ruo{
  83. background-color: red;
  84. }
  85. .zhong{
  86. background-color: orange;
  87. }
  88. .qiang{
  89. background-color: green;
  90. }
  91. .agree{
  92. padding-left: 95px;
  93. }
  94. .agreen input{
  95. vertical-align: middle;
  96. }
  97. .agree a{
  98. color: blue;
  99. }
  100. .btn{
  101. width: 200px;
  102. height: 34px;
  103. font-size: 14px;
  104. background-color: #c81623;
  105. color: #fff;
  106. margin: 30px 0 0 70px;
  107. }
  108. .mod_copyright{
  109. text-align: center;
  110. padding-top: 20px;
  111. }
  112. .links{
  113. margin-bottom: 15px;
  114. }
  115. .links a{
  116. margin: 0 auto;
  117. }
  118. .copyringht{
  119. line-height: 20px;
  120. }