styles.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .ax_default {
  2. font-family:'Arial Normal', 'Arial';
  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_2 {
  14. }
  15. .ellipse {
  16. }
  17. .image {
  18. }
  19. .button {
  20. }
  21. .primary_button {
  22. color:#FFFFFF;
  23. }
  24. ._标题_1 {
  25. font-family:'Arial Normal', 'Arial';
  26. font-weight:bold;
  27. font-style:normal;
  28. font-size:32px;
  29. text-align:left;
  30. }
  31. ._标题_2 {
  32. font-family:'Arial Normal', 'Arial';
  33. font-weight:bold;
  34. font-style:normal;
  35. font-size:24px;
  36. text-align:left;
  37. }
  38. ._标题_3 {
  39. font-family:'Arial Normal', 'Arial';
  40. font-weight:bold;
  41. font-style:normal;
  42. font-size:18px;
  43. text-align:left;
  44. }
  45. ._标题_4 {
  46. font-family:'Arial Normal', 'Arial';
  47. font-weight:bold;
  48. font-style:normal;
  49. font-size:14px;
  50. text-align:left;
  51. }
  52. ._标题_5 {
  53. font-family:'Arial Normal', 'Arial';
  54. font-weight:bold;
  55. font-style:normal;
  56. text-align:left;
  57. }
  58. ._标题_6 {
  59. font-family:'Arial Normal', 'Arial';
  60. font-weight:bold;
  61. font-style:normal;
  62. font-size:10px;
  63. text-align:left;
  64. }
  65. .label {
  66. font-size:14px;
  67. text-align:left;
  68. }
  69. ._文本 {
  70. text-align:left;
  71. }
  72. .line {
  73. }
  74. .text_field {
  75. color:#000000;
  76. text-align:left;
  77. }
  78. .droplist {
  79. color:#000000;
  80. text-align:left;
  81. }
  82. .list_box {
  83. color:#000000;
  84. text-align:left;
  85. }
  86. .checkbox {
  87. text-align:left;
  88. }
  89. ._流程形状 {
  90. }
  91. .tree_node {
  92. font-family:'微软雅黑 Light', '微软雅黑';
  93. font-weight:250;
  94. font-style:normal;
  95. font-size:28px;
  96. letter-spacing:1px;
  97. text-align:left;
  98. line-height:3px;
  99. }
  100. .table_cell {
  101. }
  102. ._连接符 {
  103. }
  104. .form_hint {
  105. color:#999999;
  106. }
  107. .form_disabled {
  108. }
  109. ._表单提示 {
  110. color:#999999;
  111. }
  112. ._表单禁用 {
  113. }
  114. ._默认样式 {
  115. line-height:2px;
  116. }
  117. .icon {
  118. }
  119. .box_1 {
  120. }
  121. ._链接按下 {
  122. }
  123. ._文本链接 {
  124. }
  125. ._链接悬停 {
  126. }
  127. .text_area {
  128. color:#000000;
  129. text-align:left;
  130. }
  131. .flow_shape {
  132. }
  133. textarea, select, input, button { outline: none; }