style.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .fz12 {
  2. font-size: 12px;
  3. }
  4. input {
  5. vertical-align: middle;
  6. }
  7. .main {
  8. padding-bottom: 60px;
  9. padding-top: 36px;
  10. }
  11. .main h1,.main h2,.main h3 {
  12. padding-left: 10px;
  13. }
  14. .main h1 {
  15. text-align: center;
  16. color: #212222;
  17. font-family: "microsoft yahei";
  18. font-size: 36px;
  19. font-weight: normal;
  20. line-height: 2em;
  21. margin-bottom: 36px;
  22. }
  23. .main h2 {
  24. background-color: #eee;
  25. line-height: 2 !important;
  26. }
  27. .main h3 {
  28. font-size: 20px;
  29. margin-bottom: 10px;
  30. }
  31. .lireset2 {
  32. padding-left: 10px;
  33. }
  34. .registerform {
  35. margin-bottom: 40px;
  36. }
  37. .registerform .need {
  38. width: 10px;
  39. color: #b20202;
  40. }
  41. .registerform td {
  42. padding: 5px 0;
  43. vertical-align: top;
  44. text-align: left;
  45. }
  46. .registerform .inputxt,.registerform textarea {
  47. border: 1px solid #a5aeb6;
  48. width: 196px;
  49. padding: 4px 2px;
  50. }
  51. .registerform textarea {
  52. height: 75px;
  53. }
  54. .registerform label {
  55. margin: 0 15px 0 4px;
  56. }
  57. .registerform .tip {
  58. line-height: 20px;
  59. color: #5f6a72;
  60. }
  61. .registerform select {
  62. width: 202px;
  63. }
  64. .registerformalter select {
  65. width: 124px;
  66. }
  67. .swfupload {
  68. vertical-align: top;
  69. }
  70. .passwordStrength {
  71. }
  72. .passwordStrength b {
  73. font-weight: normal;
  74. }
  75. .passwordStrength b,.passwordStrength span {
  76. display: inline-block;
  77. vertical-align: middle;
  78. line-height: 16px;
  79. line-height: 18px\9;
  80. height: 16px;
  81. }
  82. .passwordStrength span {
  83. width: 45px;
  84. text-align: center;
  85. background-color: #d0d0d0;
  86. border-right: 1px solid #fff;
  87. }
  88. .passwordStrength .last {
  89. border-right: none;
  90. }
  91. .passwordStrength .bgStrength {
  92. color: #fff;
  93. background-color: #71b83d;
  94. }
  95. #demo1 .passwordStrength {
  96. margin-left: 8px;
  97. }
  98. .tipmsg {
  99. padding: 0 10px;
  100. }
  101. textarea {
  102. overflow: auto;
  103. resize: none;
  104. }