元气智驾官网后台前端页面
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.
 
 
 
 

122 lines
2.2 KiB

  1. .head-container {
  2. padding-bottom: 10px;
  3. .filter-item {
  4. width: 150px;
  5. display: inline-block;
  6. vertical-align: middle;
  7. margin: 0 3px 10px 0;
  8. input {
  9. height: 30.5px;
  10. line-height: 30.5px;
  11. }
  12. }
  13. .el-form-item-label {
  14. margin: 0 3px 9px 0;
  15. display: inline-block;
  16. text-align: right;
  17. vertical-align: middle;
  18. font-size: 14px;
  19. color: #606266;
  20. line-height: 30.5px;
  21. padding: 0 7px 0 7px;
  22. }
  23. .el-button{
  24. width: auto;
  25. }
  26. .el-button+.el-button {
  27. margin-left: 0 !important;
  28. }
  29. .el-select__caret.el-input__icon.el-icon-arrow-up{
  30. line-height: 30.5px;
  31. }
  32. .date-item {
  33. display: inline-block;
  34. vertical-align: middle;
  35. margin: 0 3px 10px 0;
  36. height: 30.5px !important;
  37. width: 230px !important;
  38. }
  39. }
  40. .el-avatar {
  41. display: inline-block;
  42. text-align: center;
  43. background: #ccc;
  44. color: #fff;
  45. white-space: nowrap;
  46. position: relative;
  47. overflow: hidden;
  48. vertical-align: middle;
  49. width: 32px;
  50. height: 32px;
  51. line-height: 32px;
  52. border-radius: 16px;
  53. }
  54. .logo-con{
  55. height: 60px;
  56. padding: 13px 0 0;
  57. img{
  58. height: 32px;
  59. width: 135px;
  60. display: block;
  61. //margin: 0 auto;
  62. }
  63. }
  64. #el-login-footer {
  65. height: 40px;
  66. line-height: 40px;
  67. position: fixed;
  68. bottom: 0;
  69. width: 100%;
  70. text-align: center;
  71. color: #fff;
  72. font-family: Arial, serif;
  73. font-size: 12px;
  74. letter-spacing: 1px;
  75. }
  76. #el-main-footer {
  77. background: none repeat scroll 0 0 white;
  78. border-top: 1px solid #e7eaec;
  79. overflow: hidden;
  80. padding: 10px 6px 0 6px;
  81. height: 33px;
  82. font-size: 0.7rem !important;
  83. color: #7a8b9a;
  84. letter-spacing: 0.8px;
  85. font-family: Arial, sans-serif !important;
  86. position: fixed;
  87. bottom: 0;
  88. z-index: 99;
  89. width: 100%;
  90. }
  91. .eladmin-upload {
  92. border: 1px dashed #c0ccda;
  93. border-radius: 5px;
  94. height: 45px;
  95. line-height: 45px;
  96. width: 368px;
  97. }
  98. .my-blockquote{
  99. margin: 0 0 10px;
  100. padding: 15px;
  101. line-height: 22px;
  102. border-left: 5px solid #00437B;
  103. border-radius: 0 2px 2px 0;
  104. background-color: #f2f2f2;
  105. }
  106. .my-code{
  107. position: relative;
  108. padding: 15px;
  109. line-height: 20px;
  110. border-left: 5px solid #ddd;
  111. color: #333;
  112. font-family: Courier New, serif;
  113. font-size: 12px
  114. }
  115. .el-tabs{
  116. margin-bottom: 25px;
  117. }