component.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* Header */
  2. .large-header {
  3. position: relative;
  4. width: 100%;
  5. background: #333;
  6. overflow: hidden;
  7. background-size: cover;
  8. background-position: center center;
  9. z-index: 1;
  10. }
  11. .demo-1 .large-header {
  12. background-image: url("/assets/img/blog/demo-1-bg.jpg");
  13. }
  14. .logo_box{
  15. width: 400px;
  16. height: 500px;
  17. padding: 35px;
  18. color: #EEE;
  19. position: absolute;
  20. left: 50%;
  21. top:50%;
  22. margin-left: -200px;
  23. margin-top: -250px;
  24. }
  25. .logo_box h3{
  26. text-align: center;
  27. height: 20px;
  28. font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
  29. color: #FFFFFF;
  30. height: 20px;
  31. line-height: 20px;
  32. padding:0 0 35px 0;
  33. }
  34. .forms{
  35. width: 280px;
  36. height: 485px;
  37. }
  38. .logon_inof{
  39. width: 100%;
  40. min-height: 450px;
  41. padding-top: 35px;
  42. position: relative;
  43. }
  44. .input_outer{
  45. height: 46px;
  46. padding: 0 5px;
  47. margin-bottom: 30px;
  48. border-radius: 50px;
  49. position: relative;
  50. border: rgba(255,255,255,0.2) 2px solid !important;
  51. }
  52. .u_user{
  53. width: 25px;
  54. height: 25px;
  55. background: url("/assets/img/blog/login_ico.png");
  56. background-position: -125px 0;
  57. position: absolute;
  58. margin: 10px 13px;
  59. }
  60. .us_uer{
  61. width: 25px;
  62. height: 25px;
  63. background: url("/assets/img/blog/login_ico.png");
  64. background-position: -125px -34px;
  65. position: absolute;
  66. margin: 10px 13px;
  67. }
  68. .l-login{
  69. position: absolute;
  70. z-index: 1;
  71. left: 50px;
  72. top: 0;
  73. height: 46px;
  74. font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
  75. line-height: 46px;
  76. }
  77. .text{
  78. width: 220px;
  79. height: 46px;
  80. outline: none;
  81. display: inline-block;
  82. font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
  83. margin-left: 50px;
  84. border: none;
  85. background: none;
  86. line-height: 46px;
  87. }
  88. /*///*/
  89. .mb2{
  90. margin-bottom: 20px
  91. }
  92. .mb2 a{
  93. text-decoration: none;
  94. outline: none;
  95. }
  96. .submit {
  97. padding: 15px;
  98. margin-top: 20px;
  99. display: block;
  100. width: 100%;
  101. border: 0;
  102. }
  103. .act-but{
  104. line-height: 20px;
  105. text-align: center;
  106. font-size: 20px;
  107. border-radius: 50px;
  108. background: #0096e6;
  109. }