网站
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.

register.css 2.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .registerBody{
  2. background: url("../../images/loginBg.png");
  3. width: 100%;
  4. border-top: 2px solid #007b76;
  5. }
  6. .registerView{
  7. background: #FFFFFF;
  8. text-align: center;
  9. width: 420px;
  10. margin: 0 auto;
  11. padding: 55px 50px;
  12. margin-top: 100px;
  13. }
  14. .registerTit{
  15. font-size: 24px;
  16. text-align: center!important;
  17. }
  18. .registerView p{
  19. text-align: left;
  20. }
  21. .registerView img{
  22. width: 70px;
  23. }
  24. .explainView{
  25. background: #FFFFFF;
  26. text-align: center;
  27. width: 700px;
  28. margin: 0 auto;
  29. padding: 35px 40px;
  30. margin-top: 20px;
  31. }
  32. .explainView p{
  33. text-align: left;
  34. }
  35. .explainView .btn2{
  36. background: #007b76;
  37. padding: 5px 15px;
  38. color: #ffffff;
  39. border: none;
  40. border-radius: 20px;
  41. margin-top: 20px;
  42. width: 100px;
  43. }
  44. .explainView .btn1{
  45. background: #ffffff;
  46. padding: 5px 15px;
  47. color: #5e5e5e;
  48. border: 1px solid #d2d2d2;
  49. border-radius: 20px;
  50. margin-top: 20px;
  51. width: 100px;
  52. margin-right: 10px;
  53. }
  54. .topBtn .active{
  55. background: #007b76!important;
  56. color: #ffffff!important;
  57. }
  58. .topBtn input[type='button']{
  59. background: #eff1f1;
  60. padding: 10px 35px;
  61. color: #a8a8a8;
  62. border: none;
  63. margin-bottom: 10px;
  64. display: block;
  65. float: left;
  66. }
  67. .userTable tr td:first-child{
  68. text-align: right;
  69. width: 12%;
  70. }
  71. .userTable tr td input[type="text"],.userTable tr td input[type="button"]{
  72. height: 36px;
  73. border: 1px solid #e3e3e3;
  74. width: 100%;
  75. padding-left: 10px;
  76. display: block;
  77. }
  78. .userTable tr td span{
  79. color: red;
  80. }
  81. .userTable tr td:nth-child(2){
  82. width: 30%;
  83. text-align: left;
  84. }
  85. .userTable tr td img{
  86. height: 36px;
  87. }
  88. .userTable tr td{
  89. padding-bottom: 20px;
  90. }
  91. .userTable{
  92. margin: 0 auto;
  93. width: 65%;
  94. }
  95. .userTable tr td:nth-child(3){
  96. text-align: left;
  97. width: 30%;
  98. padding-left: 10px;
  99. }
  100. .userTable tr td input[type="checkbox"]{
  101. margin: 0;
  102. }
  103. .userTable tr:last-child input[type="button"]{
  104. background: #007b76!important;
  105. color: #ffffff!important;
  106. border: none;
  107. }