login.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .layui-form {
  2. width: 320px !important;
  3. margin: auto !important;
  4. margin-top: 160px !important;
  5. }
  6. .layui-form button {
  7. width: 100% !important;
  8. height: 44px !important;
  9. line-height: 44px !important;
  10. font-size: 16px !important;
  11. background-color: #5FB878 !important;
  12. font-weight: 550 !important;
  13. }
  14. .layui-form-checked[lay-skin=primary] i {
  15. border-color: #5FB878 !important;
  16. background-color: #5FB878 !important;
  17. color: #fff !important;
  18. }
  19. .layui-tab-content {
  20. margin-top: 15px !important;
  21. padding-left: 0px !important;
  22. padding-right: 0px !important;
  23. }
  24. .layui-form-item {
  25. margin-top: 20px !important;
  26. }
  27. .layui-input {
  28. height: 44px !important;
  29. line-height: 44px !important;
  30. padding-left: 15px !important;
  31. border-radius: 3px !important;
  32. }
  33. .layui-input:focus {
  34. box-shadow: 0px 0px 2px 1px #5FB878 !important;
  35. }
  36. .layui-form-danger:focus{
  37. box-shadow: 0px 0px 2px 1px #f56c6c !important;
  38. }
  39. .logo {
  40. width: 40px !important;
  41. margin-top: 10px !important;
  42. margin-bottom: 10px !important;
  43. margin-left: 20px !important;
  44. }
  45. .title {
  46. font-size: 26px !important;
  47. font-weight: 550 !important;
  48. margin-left: 10px !important;
  49. color: #5FB878 !important;
  50. display: inline-block !important;
  51. height: 60px !important;
  52. line-height: 60px !important;
  53. margin-top: 10px !important;
  54. position: absolute !important;
  55. }
  56. .desc {
  57. width: 100% !important;
  58. text-align: center !important;
  59. color: gray !important;
  60. height: 60px !important;
  61. line-height: 60px !important;
  62. }
  63. body {
  64. background-repeat:no-repeat;
  65. background-color: whitesmoke;
  66. background-size: 100%;
  67. height: 100%;
  68. }
  69. .code {
  70. float: left;
  71. margin-right: 13px;
  72. margin: 0px !important;
  73. border: #e6e6e6 1px solid;
  74. display: inline-block!important;
  75. }
  76. .codeImage {
  77. float: right;
  78. height: 42px;
  79. border: #e6e6e6 1px solid;
  80. }
  81. @media (max-width:768px){
  82. body{
  83. background-position:center;
  84. }
  85. }