register.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .w {
  2. width: 1200px;
  3. margin: auto;
  4. }
  5. .header {
  6. height: 82px;
  7. border-bottom: 2px solid #b1191a;
  8. }
  9. .logo {
  10. padding-top: 15px;
  11. }
  12. .registerarea {
  13. margin-top: 20px;
  14. height: 520px;
  15. border: 1px solid #ccc;
  16. }
  17. .registerarea h3{
  18. height: 40px;
  19. line-height: 40px;
  20. padding-left: 10px;
  21. font-weight: 400;
  22. font-size: 18px;
  23. background-color: #ececec;
  24. border-bottom: 1px solid #ccc;
  25. }
  26. .registerarea h3 em {
  27. font-size: 14px;
  28. float: right;
  29. padding-right: 10px;
  30. font-weight: 700;
  31. }
  32. .registerarea a {
  33. color: #c81623;
  34. }
  35. .reg_form {
  36. width: 600px;
  37. height: 420px;
  38. margin: 40px auto 0;
  39. }
  40. .reg_form li {
  41. margin-bottom: 15px;
  42. }
  43. .reg_form label {
  44. display: inline-block;
  45. width: 100px;
  46. height: 36px;
  47. line-height: 36px;
  48. text-align: right;
  49. }
  50. .reg_form .inp {
  51. width: 238px;
  52. height: 34px;
  53. border: 1px solid #ccc;
  54. }
  55. .error {
  56. color: #df3033;
  57. margin-left: 10px;
  58. }
  59. .error_icon {
  60. display: inline-block;
  61. width: 20px;
  62. height: 20px;
  63. background: url(../img/error.png) no-repeat;
  64. vertical-align: middle;
  65. margin-top: -2px;
  66. }
  67. .success {
  68. color: #40b83f;
  69. margin-left: 10px;
  70. }
  71. .success_icon {
  72. display: inline-block;
  73. width: 20px;
  74. height: 20px;
  75. background: url(../img/success.png) no-repeat;
  76. vertical-align: middle;
  77. margin-top: -2px;
  78. }
  79. .safe {
  80. padding-left: 177px;
  81. color: #b2b2b2;
  82. }
  83. .safe em {
  84. color: #fff;
  85. padding: 0 12px;
  86. }
  87. .ruo {
  88. background-color: #de1111;
  89. }
  90. .zhong {
  91. background-color: #40b83f;
  92. }
  93. .qiang {
  94. background-color: #f79100;
  95. }
  96. .agree {
  97. padding-top: 20px;
  98. padding-left: 100px;
  99. }
  100. .agree input {
  101. vertical-align: middle;
  102. margin-right: 5px;
  103. }
  104. .agree a {
  105. color: #1ba1e6;
  106. }
  107. .over {
  108. width: 200px;
  109. height: 34px;
  110. background-color: #c81623;
  111. border: none;
  112. color: #fff;
  113. font-size: 14px;
  114. font-weight: 700;
  115. margin: 30px 0 0 130px;
  116. }
  117. .footer {
  118. height: 120px;
  119. text-align: center;
  120. }
  121. .links {
  122. margin-top: 20px;
  123. height: 30px;
  124. }
  125. .copyright {
  126. height: 20px;
  127. }