纽威
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.

161 lines
3.1 KiB

2 years ago
  1. body, html {
  2. overflow: hidden;
  3. }
  4. body {
  5. padding: 0;
  6. margin: 0;
  7. background: url(/Content/img/NewIndex.jpg) no-repeat;
  8. background-size: 100% 100%;
  9. min-height: 100vh;
  10. font-family: 'Roboto', sans-serif;
  11. }
  12. .clearfix {
  13. clear: both;
  14. height: 0;
  15. }
  16. dl, dt, dd, button {
  17. padding: 0;
  18. margin: 0;
  19. }
  20. .login_box {
  21. width: 100%;
  22. max-width: 463px;
  23. height: 500px;
  24. position: absolute;
  25. top: 55%;
  26. left: 68.5%;
  27. transform: translate(-50%, -50%);
  28. -webkit-transform: translate(-50%, -50%);
  29. -ms-transform: translate(-50%, -50%);
  30. }
  31. .login_box .title {
  32. width: 90%;
  33. height: 50px;
  34. background-color: #32b1fe;
  35. text-align:center;
  36. font-size:30px;
  37. font-weight:bolder;
  38. color:white;
  39. font-family:"黑体";
  40. }
  41. .login_box .content {
  42. width: 90%;
  43. height: 400px;
  44. background-color: #fff;
  45. }
  46. .login_box .content .login_form {
  47. top: 0;
  48. opacity: 1;
  49. float: left;
  50. width: 80%;
  51. height: 72%;
  52. margin: 0 20px;
  53. background: #fff;
  54. border-radius: 10px;
  55. transform: scale(1);
  56. -webkit-transform: scale(1);
  57. -ms-transform: scale(1);
  58. z-index: 5;
  59. padding-top: 68px;
  60. }
  61. .login_box .content .login_form dl {
  62. width: 100%;
  63. height: 200px;
  64. }
  65. .login_box .content .LoginTile{
  66. text-align:center;
  67. font-size:18px;
  68. margin-right: -55px
  69. }
  70. .login_box .content .LoginTile span {
  71. width: 100%;
  72. height: 200px;
  73. text-align:center;
  74. color: #22b9fe;
  75. }
  76. .login_box .content .login_form dl dt, .login_box .content .login_form dl dd {
  77. float: left;
  78. width: 20%;
  79. height: 59px;
  80. line-height: 59px;
  81. margin: 0 0 20px
  82. }
  83. .login_box .content .login_form dl dt, .login_box .content .login_form dl dd:last-child {
  84. height: 38px;
  85. line-height: 38px;
  86. }
  87. .login_box .content .login_form dl dd:last-child a, .login_box .content .copyright_box h5 a {
  88. text-decoration: none;
  89. color: #5a5a5a;
  90. cursor: pointer;
  91. }
  92. .login_box .content .login_form dl dd:last-child a:hover, .login_box .content .copyright_box h5 a:hover {
  93. color: #32b1fe;
  94. }
  95. .login_box .content .login_form dl dt {
  96. font-size: 18px;
  97. text-align: right;
  98. color: #5a5a5a;
  99. }
  100. .login_box .content .login_form dl dd {
  101. width: 80%;
  102. text-align: right;
  103. }
  104. .login_box .content .login_form dl dd .input_text_normal {
  105. width: 90%;
  106. height: 38px;
  107. line-height: 38px;
  108. margin-left: 5px;
  109. font-size: 18px;
  110. border: none;
  111. border-bottom: 1px solid #e4e7eb;
  112. }
  113. .login_box .content .login_form dl dd .input_text_normal:focus {
  114. outline: none;
  115. border-bottom: 1px solid #32b1fe;
  116. }
  117. .login_box .content .login_form .button_box {
  118. width: 100%;
  119. text-align: center;
  120. margin: -80px 30px;
  121. }
  122. .login_box .content .login_form .button_box .submit_button {
  123. width: 110px;
  124. height: 42px;
  125. line-height: 42px;
  126. font-size: 18px;
  127. cursor: pointer;
  128. border: none;
  129. color: #fff;
  130. background-color: #32b1fe;
  131. border-radius: 4px;
  132. }
  133. .login_box .content .login_form .button_box .submit_button:hover {
  134. background-color: #22b9fe;
  135. }
  136. .login_box .content .copyright_box h5 {
  137. color: #5a5a5a;
  138. text-align: center;
  139. }