Rap 原分销系统代码Web
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

118 lignes
2.1KB

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