login.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /* 登陆 --wt */
  2. .wt_login{
  3. background: #fff;
  4. text-align: center!important;
  5. width: 480px!important;
  6. box-shadow: 0px 0px 5px 5px #ddd;
  7. border-radius: 8px;
  8. }
  9. .wt_login_cantent h1{
  10. font-size: 24px;
  11. color: #68686B;
  12. }
  13. .login form{
  14. text-align: center;
  15. border-radius: 8px!important;
  16. }
  17. .wt_login_head{
  18. padding-bottom: 0px;
  19. margin-bottom: 24px;
  20. box-shadow: 0px 0px 0px #888888;
  21. }
  22. .wt_login_cantent{
  23. margin-top: 65%;
  24. padding-top: 34px!important;
  25. background: #fff;
  26. }
  27. .wt_login_cantent p{
  28. margin-bottom: 18px!important;
  29. text-align: center;
  30. }
  31. .wt_login_cantent p input{
  32. width: 400px!important;
  33. height: 52px;
  34. border-radius: 8px!important;
  35. }
  36. .wt_login_cantent p input::-webkit-input-placeholder {
  37. color:#91919B!important;
  38. font-size: 14px;
  39. }
  40. .wt_login_cantent .text{
  41. color: #68686B!important;
  42. font-size: 12px;
  43. text-align: left;
  44. margin-left: 17px;
  45. font-weight: normal;
  46. }
  47. .wt_login_cantent .remember{
  48. width: 20px!important;
  49. height: 20px;
  50. background: #fff;
  51. margin-top: 0px;
  52. float: left;
  53. }
  54. .wt_btn{
  55. width: 400px;
  56. height: 52px;
  57. border-radius: 26px;
  58. background: #D1D1D1!important;
  59. color: #fff!important;
  60. font-size: 20px!important;
  61. margin: 0 auto;
  62. }
  63. .btn-primary:hover{
  64. background: #1b51b2!important;
  65. }
  66. .remember_psw{
  67. font-size: 12px;
  68. color: #91919B!important;
  69. font-weight: normal;
  70. margin-left: 8px;
  71. }
  72. .wt_checkbox{
  73. text-align: left!important;
  74. margin-left: 17px;
  75. margin-bottom: 10px;
  76. }
  77. .copyright{
  78. display: block;
  79. margin-top: 70px;
  80. color: #68686B!important;
  81. font-size: 12px;
  82. font-weight: normal;
  83. }
  84. .codrops-header{
  85. z-index: 0;
  86. padding: 0px;
  87. height: 50%!important;
  88. }
  89. .codrops-header img{
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .codrops-header .logo{
  94. width: 120px;
  95. height: 120px;
  96. position:absolute;
  97. left:50%;
  98. transform:translateX(-50%);
  99. top: 120px;
  100. }
  101. .codrops-header .logo.logo_hk{
  102. width: auto;
  103. height: 50px;
  104. top: 180px;
  105. }
  106. .codrops-header h1{
  107. color: #fff;
  108. font-size: 24px;
  109. font-weight: normal;
  110. position:absolute;
  111. left:50%;
  112. top: 260px;
  113. transform:translateX(-50%);
  114. }
  115. .codrops-header .map{
  116. width: 800px;
  117. height: 800px;
  118. position: absolute;
  119. left: 68%;
  120. margin-left: -220px;
  121. bottom: -95px;
  122. }
  123. /* --wt */