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.

112 lines
1.6 KiB

  1. //main-container全局样式
  2. .page-full-height{
  3. height: calc(100vh);
  4. }
  5. .page-height{
  6. height: calc(90vh);
  7. }
  8. .page-height-90{
  9. height: calc(90vh);
  10. }
  11. .page-height{
  12. height: calc(90vh);
  13. }
  14. .page-height-80{
  15. height: calc(80vh);
  16. }
  17. .page-height-10{
  18. height: calc(10vh);
  19. }
  20. .page-container {
  21. .page-tips{
  22. position:absolute;
  23. font-size: 16px;
  24. bottom: 0px;
  25. color: red;
  26. padding-left: 10px;
  27. flex: 0 0 auto;
  28. display: flex;
  29. flex-direction: row;
  30. justify-content: flex-start;
  31. align-items: center;
  32. overflow-x: hidden;
  33. }
  34. .page-header{
  35. }
  36. .page-main{
  37. }
  38. .page-bottom{
  39. }
  40. }
  41. .border{
  42. border: 1px solid #e8e8e8;
  43. }
  44. .padding{
  45. padding:10px;
  46. }
  47. .padding-top{
  48. padding-top: 10px;
  49. }
  50. .padding-bottom{
  51. padding-bottom: 10px;
  52. }
  53. .padding-left{
  54. padding-left: 10px;
  55. }
  56. .border-top{
  57. border-top: 1px solid #e8e8e8;
  58. }
  59. .border-bottom{
  60. border-bottom: 1px solid #e8e8e8;
  61. }
  62. .padding-right{
  63. padding-right: 10px;
  64. }
  65. .input-width{
  66. width:270px;
  67. }
  68. /**
  69. 更多按钮
  70. **/
  71. .more-filter {
  72. margin: 20px 0px;
  73. padding-left: 10px;
  74. padding-right: 10px;
  75. font{
  76. text-align: center;
  77. float: left;
  78. height: 28px;
  79. line-height: 28px;
  80. margin-right: 10px;
  81. margin-top: 2px;
  82. }
  83. .el-row {
  84. padding-top: 10px;
  85. }
  86. }
  87. .more-label-font {
  88. text-align: center;
  89. float: left;
  90. height: 28px;
  91. line-height: 28px;
  92. margin-right: 10px;
  93. margin-top: 2px;
  94. }
  95. .tips{
  96. position:absolute;
  97. font-size: 10px;
  98. bottom: 0px;
  99. color: red;
  100. padding-left: 10px;
  101. flex: 0 0 auto;
  102. display: flex;
  103. flex-direction: row;
  104. justify-content: flex-start;
  105. align-items: center;
  106. overflow-x: hidden;
  107. }