styles.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. ._图片 {
  16. }
  17. .button {
  18. }
  19. .primary_button {
  20. color:#FFFFFF;
  21. }
  22. .link_button {
  23. color:#169BD5;
  24. }
  25. ._一级标题 {
  26. font-family:'Arial Normal', 'Arial', sans-serif;
  27. font-weight:bold;
  28. font-style:normal;
  29. font-size:32px;
  30. text-align:left;
  31. }
  32. ._二级标题 {
  33. font-family:'Arial Normal', 'Arial', sans-serif;
  34. font-weight:bold;
  35. font-style:normal;
  36. font-size:24px;
  37. text-align:left;
  38. }
  39. ._三级标题 {
  40. font-family:'Arial Normal', 'Arial', sans-serif;
  41. font-weight:bold;
  42. font-style:normal;
  43. font-size:18px;
  44. text-align:left;
  45. }
  46. ._四级标题 {
  47. font-family:'Arial Normal', 'Arial', sans-serif;
  48. font-weight:bold;
  49. font-style:normal;
  50. font-size:14px;
  51. text-align:left;
  52. }
  53. ._五级标题 {
  54. font-family:'Arial Normal', 'Arial', sans-serif;
  55. font-weight:bold;
  56. font-style:normal;
  57. text-align:left;
  58. }
  59. ._六级标题 {
  60. font-family:'Arial Normal', 'Arial', sans-serif;
  61. font-weight:bold;
  62. font-style:normal;
  63. font-size:10px;
  64. text-align:left;
  65. }
  66. .label {
  67. font-size:14px;
  68. text-align:left;
  69. }
  70. ._文本段落 {
  71. text-align:left;
  72. }
  73. ._文本链接 {
  74. color:#0000FF;
  75. }
  76. ._鼠标悬停文本链接时 {
  77. }
  78. ._鼠标按下文本链接时 {
  79. }
  80. ._表单提示 {
  81. color:#999999;
  82. }
  83. ._表单禁用 {
  84. }
  85. .sticky_4 {
  86. text-align:left;
  87. }
  88. .marker {
  89. color:#FFFFFF;
  90. }
  91. ._流程形状 {
  92. }
  93. .paragraph {
  94. text-align:left;
  95. }
  96. .line {
  97. }
  98. .heading_1 {
  99. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  100. font-weight:700;
  101. font-style:normal;
  102. font-size:32px;
  103. text-align:left;
  104. }
  105. .heading_2 {
  106. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  107. font-weight:700;
  108. font-style:normal;
  109. font-size:24px;
  110. text-align:left;
  111. }
  112. .horizontal_line {
  113. }
  114. .shape {
  115. }
  116. .box_2 {
  117. }
  118. .box_3 {
  119. }
  120. .ellipse {
  121. }
  122. .image {
  123. color:#000000;
  124. }
  125. .placeholder {
  126. }
  127. .iconfont {
  128. font-family:'iconfont ', 'iconfont', sans-serif;
  129. font-weight:400;
  130. font-style:normal;
  131. font-size:18px;
  132. color:#666666;
  133. }
  134. textarea, select, input, button { outline: none; }