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.

109 lines
1.7 KiB

3 years ago
  1. .ax_default {
  2. font-family:'Arial Normal', 'Arial', sans-serif;
  3. font-weight:400;
  4. font-style:normal;
  5. font-size:13px;
  6. letter-spacing:normal;
  7. color:#333333;
  8. vertical-align:none;
  9. text-align:center;
  10. line-height:normal;
  11. text-transform:none;
  12. }
  13. .box_1 {
  14. }
  15. .box_2 {
  16. }
  17. .ellipse {
  18. }
  19. .image {
  20. }
  21. ._一级标题 {
  22. font-family:'Arial Normal', 'Arial', sans-serif;
  23. font-weight:bold;
  24. font-style:normal;
  25. font-size:32px;
  26. text-align:left;
  27. }
  28. ._二级标题 {
  29. font-family:'Arial Normal', 'Arial', sans-serif;
  30. font-weight:bold;
  31. font-style:normal;
  32. font-size:24px;
  33. text-align:left;
  34. }
  35. ._三级标题 {
  36. font-family:'Arial Normal', 'Arial', sans-serif;
  37. font-weight:bold;
  38. font-style:normal;
  39. font-size:18px;
  40. text-align:left;
  41. }
  42. ._四级标题 {
  43. font-family:'Arial Normal', 'Arial', sans-serif;
  44. font-weight:bold;
  45. font-style:normal;
  46. font-size:14px;
  47. text-align:left;
  48. }
  49. ._五级标题 {
  50. font-family:'Arial Normal', 'Arial', sans-serif;
  51. font-weight:bold;
  52. font-style:normal;
  53. text-align:left;
  54. }
  55. ._六级标题 {
  56. font-family:'Arial Normal', 'Arial', sans-serif;
  57. font-weight:bold;
  58. font-style:normal;
  59. font-size:10px;
  60. text-align:left;
  61. }
  62. .label {
  63. font-size:14px;
  64. text-align:left;
  65. }
  66. ._文本段落 {
  67. text-align:left;
  68. }
  69. ._表单提示 {
  70. color:#999999;
  71. }
  72. ._表单禁用 {
  73. }
  74. .line {
  75. }
  76. .arrow {
  77. }
  78. .text_field {
  79. color:#000000;
  80. text-align:left;
  81. }
  82. .text_area {
  83. color:#000000;
  84. text-align:left;
  85. }
  86. .droplist {
  87. color:#000000;
  88. text-align:left;
  89. }
  90. .checkbox {
  91. text-align:left;
  92. }
  93. .radio_button {
  94. text-align:left;
  95. }
  96. .table_cell {
  97. }
  98. .form_hint {
  99. color:#999999;
  100. }
  101. .form_disabled {
  102. }
  103. ._流程形状 {
  104. }
  105. .icon {
  106. }
  107. ._连接 {
  108. }
  109. textarea, select, input, button { outline: none; }