common.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. :root {
  2. --mainColor: #409eff;
  3. }
  4. html {
  5. font-size: 14px;
  6. }
  7. .el-table .success-row {
  8. background: #f0f9eb;
  9. }
  10. #main .ql-snow .ql-picker-label {
  11. display: flex;
  12. align-items: center;
  13. }
  14. textarea:focus {
  15. outline: 0;
  16. }
  17. .table {
  18. position: relative;
  19. height: 100%;
  20. height: calc(100% - 80px);
  21. }
  22. .clear::after {
  23. display: block;
  24. clear: both;
  25. content: "";
  26. }
  27. .blackc {
  28. color: #333333;
  29. }
  30. .lblack {
  31. color: #999999;
  32. }
  33. .lblue {
  34. color: #308eff;
  35. }
  36. .font13 {
  37. font-size: 13px;
  38. }
  39. .floatr {
  40. float: right;
  41. }
  42. .point {
  43. cursor: pointer;
  44. }
  45. .floatl {
  46. float: left;
  47. }
  48. .blod {
  49. font-weight: bold;
  50. }
  51. .textc {
  52. text-align: center;
  53. }
  54. .inlineb {
  55. display: inline-block;
  56. }
  57. #cloud-balance .el-date-editor .el-range-separator {
  58. width: auto !important;
  59. }
  60. .marginr10 {
  61. margin-right: 10px;
  62. }
  63. .marginb10 {
  64. margin-bottom: 10px;
  65. }
  66. .tablex table td {
  67. text-align: center !important;
  68. }
  69. .state-border {
  70. width: 70px;
  71. display: inline-block;
  72. }
  73. .trcenter tr td,
  74. .trcenter tr th {
  75. text-align: center;
  76. }
  77. .marginr30 {
  78. margin-right: 30px;
  79. }
  80. .mainContainer{
  81. padding: 5px 20px;
  82. }
  83. .mainTitle{
  84. padding-bottom: 15px;
  85. font-size: 15px;
  86. color: #303133;
  87. }
  88. .mainTableTools{
  89. padding-bottom: 15px;
  90. }
  91. .mainTableTagbox{
  92. margin-top: 3px;
  93. }
  94. .mainTableTagbox .el-tag{
  95. margin-right: 5px;
  96. }
  97. .mainPageBox{
  98. margin-top: 10px;
  99. }