component.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* Header */
  2. .container{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .large-header {
  7. position: relative;
  8. width: 100%;
  9. height: 100vh;
  10. background: #333;
  11. overflow: hidden;
  12. background-size: cover;
  13. background-position: 100% 100%;
  14. z-index: 1;
  15. min-height: 100%;
  16. }
  17. .demo-1 .large-header {
  18. /* background-image: url('../img/goelia-bg.png'); */
  19. /* background-image: url('https://img2.goelia.com.au/prod/marketing/static/images/goelia-bg.png');
  20. background-size:cover;
  21. background-position: 100% 100%; */
  22. }
  23. .logo_box{
  24. color: #EEE;
  25. position: absolute;
  26. left: 50%;
  27. top:50%;
  28. margin-left: -227px;
  29. margin-top: -300px;
  30. width: 454px;
  31. height: 537px;
  32. }
  33. .logo_box .flex_center{
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. }
  38. .logo_box .flex_center .logo_img{
  39. width: 164px;
  40. height: 72px;
  41. background-image: url('../img/GOELIA-07.png');
  42. background-size: 164px 72px;
  43. }
  44. .logo_box h3{
  45. text-align: center;
  46. font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
  47. color: #FFFFFF;
  48. font-size: 36px;
  49. line-height: 50px;
  50. }
  51. .logo_box .small_title{
  52. font-size: 24px;
  53. line-height: 24px;
  54. }
  55. .forms{
  56. width: 280px;
  57. height: 485px;
  58. }
  59. .logon_inof{
  60. width: 100%;
  61. min-height: 450px;
  62. padding-top: 35px;
  63. position: relative;
  64. }
  65. .input_outer{
  66. height: 46px;
  67. margin-bottom: 30px;
  68. position: relative;
  69. border-bottom: 1px solid #AAAAAA;
  70. height: 36px;
  71. }
  72. .input_outer .el-form-item__content{
  73. line-height: 34px;
  74. display: flex;
  75. align-items: center;
  76. }
  77. .u_user{
  78. width: 24px;
  79. height: 24px;
  80. background: url(../img/user.png);
  81. background-size: 24px 24px;
  82. display: inline-block;
  83. }
  84. .us_uer{
  85. width: 24px;
  86. height: 24px;
  87. background: url(../img/us_uer.png);
  88. background-size: 24px 24px;
  89. display: inline-block;
  90. }
  91. .show-pwd{
  92. width: 24px;
  93. height: 24px;
  94. background-size: 24px 24px;
  95. display: inline-block;
  96. margin-right: 5px;
  97. }
  98. .eye{
  99. background: url(../img/eye.png);
  100. }
  101. .eye-open{
  102. background: url(../img/eye-open.png);
  103. }
  104. .l-login{
  105. position: absolute;
  106. z-index: 1;
  107. left: 50px;
  108. top: 0;
  109. height: 46px;
  110. font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
  111. line-height: 46px;
  112. }
  113. .text{
  114. flex:1;
  115. width: 220px;
  116. outline: none;
  117. display: inline-block;
  118. font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
  119. border: none;
  120. background: none;
  121. /* color: #FFFFFF; */
  122. color: #3d3d3d;
  123. height: 34px;;
  124. margin-left: 8px;
  125. line-height: 34px;
  126. font-size: 16px;
  127. }
  128. /*///*/
  129. .mb2{
  130. margin-bottom: 20px
  131. }
  132. .mb2 a{
  133. text-decoration: none;
  134. outline: none;
  135. }
  136. .submit {
  137. padding: 15px;
  138. margin-top: 20px;
  139. display: block;
  140. }
  141. .act-but{
  142. line-height: 20px;
  143. text-align: center;
  144. font-size: 20px;
  145. border-radius: 50px;
  146. background: #0096e6;
  147. }