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

132 lines
2.2 KiB

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