common.css 627 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. .floatl {
  43. float: left;
  44. }
  45. .blod {
  46. font-weight: bold;
  47. }
  48. .textc {
  49. text-align: center;
  50. }
  51. .inlineb {
  52. display: inline-block;
  53. }