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

110 rivejä
1.7 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. .loginView{
  8. background: #FFFFFF;
  9. text-align: center;
  10. width: 420px;
  11. margin: 0 auto;
  12. margin-top: 100px;
  13. padding-bottom: 20px;
  14. }
  15. .loginView p{
  16. text-align: left;
  17. }
  18. .loginView img{
  19. width: 100%;
  20. height: 35px;
  21. }
  22. .loginView table{
  23. width: 75%;
  24. margin: 0 auto;
  25. }
  26. .loginView table tr td:nth-child(2){
  27. text-align: left;
  28. }
  29. .loginView table tr td:first-child{
  30. padding-right: 10px;
  31. }
  32. .loginView table tr td{
  33. padding-top: 20px;
  34. }
  35. .loginView table tr td input[type="text"],input[type="password"]{
  36. height: 35px;
  37. border: 1px solid #cfcfcf;
  38. padding-left: 5px;
  39. width: 100%;
  40. background: #f6f6f6;
  41. }
  42. .titleTab{
  43. background: var(--color);
  44. }
  45. .titleTab p{
  46. float: left;
  47. display: block;
  48. line-height: 76px;
  49. width: 50%;
  50. text-align: center;
  51. color: #7fbdba;
  52. }
  53. .titleTab p:hover{
  54. cursor: pointer;
  55. }
  56. .active{
  57. color: #ffffff!important;
  58. }
  59. .remberPsw{
  60. width: 72%;
  61. margin: 0 auto;
  62. text-align: left;
  63. margin-top: 20px;
  64. }
  65. .remberPsw input[type="checkbox"]{
  66. position: relative;
  67. top: 2px;
  68. }
  69. .loginBtn{
  70. width: 70%;
  71. padding: 10px 0;
  72. border: none;
  73. background: var(--color);
  74. color: #ffffff;
  75. display: block;
  76. margin: 0 auto;
  77. margin-top: 10px;
  78. cursor: pointer;
  79. }
  80. .registerBtn{
  81. border: none;
  82. padding: 10px 0;
  83. display: block;
  84. margin: 0 auto;
  85. margin-top: 10px;
  86. color: var(--color);
  87. cursor: pointer;
  88. }
  89. .fsYzm{
  90. height: 35px;
  91. border: 1px solid #cfcfcf;
  92. width: 100%;
  93. }