styles.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. .ax_default {
  2. font-family:'Arial Normal', 'Arial';
  3. font-weight:400;
  4. font-style:normal;
  5. font-size:13px;
  6. color:#333333;
  7. text-align:center;
  8. line-height:normal;
  9. }
  10. ._图片 {
  11. }
  12. .button {
  13. }
  14. .primary_button {
  15. color:#FFFFFF;
  16. }
  17. .link_button {
  18. color:#169BD5;
  19. }
  20. ._一级标题 {
  21. font-family:'Arial Normal', 'Arial';
  22. font-weight:bold;
  23. font-style:normal;
  24. font-size:32px;
  25. text-align:left;
  26. }
  27. ._二级标题 {
  28. font-family:'Arial Normal', 'Arial';
  29. font-weight:bold;
  30. font-style:normal;
  31. font-size:24px;
  32. text-align:left;
  33. }
  34. ._三级标题 {
  35. font-family:'Arial Normal', 'Arial';
  36. font-weight:bold;
  37. font-style:normal;
  38. font-size:18px;
  39. text-align:left;
  40. }
  41. ._四级标题 {
  42. font-family:'Arial Normal', 'Arial';
  43. font-weight:bold;
  44. font-style:normal;
  45. font-size:14px;
  46. text-align:left;
  47. }
  48. ._五级标题 {
  49. font-family:'Arial Normal', 'Arial';
  50. font-weight:bold;
  51. font-style:normal;
  52. text-align:left;
  53. }
  54. ._六级标题 {
  55. font-family:'Arial Normal', 'Arial';
  56. font-weight:bold;
  57. font-style:normal;
  58. font-size:10px;
  59. text-align:left;
  60. }
  61. .label {
  62. font-size:14px;
  63. text-align:left;
  64. }
  65. ._文本段落 {
  66. text-align:left;
  67. }
  68. .line {
  69. }
  70. .box_1 {
  71. }
  72. .box_2 {
  73. }
  74. .box_3 {
  75. }
  76. .ellipse {
  77. }
  78. .image {
  79. }
  80. .text_field {
  81. color:#000000;
  82. text-align:left;
  83. }
  84. .text_area {
  85. color:#000000;
  86. text-align:left;
  87. }
  88. ._自由编辑 {
  89. }
  90. .icon {
  91. }
  92. .html_button {
  93. text-align:center;
  94. }
  95. .tree_node {
  96. text-align:left;
  97. }
  98. .table_cell {
  99. }
  100. .connector {
  101. }
  102. .sticky_1 {
  103. text-align:left;
  104. }
  105. .sticky_2 {
  106. text-align:left;
  107. }
  108. .sticky_3 {
  109. text-align:left;
  110. }
  111. .sticky_4 {
  112. text-align:left;
  113. }
  114. .checkbox {
  115. text-align:left;
  116. }
  117. .radio_button {
  118. text-align:left;
  119. }
  120. ._btn-link {
  121. font-family:'Arial Normal', 'Arial';
  122. font-weight:400;
  123. font-style:normal;
  124. font-size:14px;
  125. color:#428BCA;
  126. text-align:center;
  127. line-height:20px;
  128. }
  129. ._btn-link_hover {
  130. color:#2A6496;
  131. text-align:center;
  132. line-height:20px;
  133. }
  134. .droplist {
  135. color:#000000;
  136. text-align:left;
  137. }
  138. .list_box {
  139. color:#000000;
  140. text-align:left;
  141. }
  142. ._表格 {
  143. }
  144. ._pagination {
  145. font-family:'Arial Normal', 'Arial';
  146. font-weight:400;
  147. font-style:normal;
  148. font-size:14px;
  149. color:#428BCA;
  150. line-height:26px;
  151. }
  152. .dropdown-menu_hover {
  153. line-height:26px;
  154. }
  155. ._btn-primary {
  156. font-family:'Arial Normal', 'Arial';
  157. font-weight:400;
  158. font-style:normal;
  159. font-size:14px;
  160. color:#FFFFFF;
  161. text-align:center;
  162. line-height:20px;
  163. }
  164. ._btn-primary_hover {
  165. color:#FFFFFF;
  166. text-align:center;
  167. line-height:20px;
  168. }
  169. ._btn-danger {
  170. font-family:'Arial Normal', 'Arial';
  171. font-weight:400;
  172. font-style:normal;
  173. font-size:14px;
  174. color:#FFFFFF;
  175. text-align:center;
  176. line-height:20px;
  177. }
  178. ._btn-danger_hover {
  179. color:#FFFFFF;
  180. text-align:center;
  181. line-height:20px;
  182. }
  183. ._btn-info {
  184. font-family:'Arial Normal', 'Arial';
  185. font-weight:400;
  186. font-style:normal;
  187. font-size:14px;
  188. color:#FFFFFF;
  189. text-align:center;
  190. line-height:20px;
  191. }
  192. ._btn-info_hover {
  193. color:#FFFFFF;
  194. text-align:center;
  195. line-height:20px;
  196. }
  197. ._btn-success {
  198. font-family:'Arial Normal', 'Arial';
  199. font-weight:400;
  200. font-style:normal;
  201. font-size:14px;
  202. color:#FFFFFF;
  203. text-align:center;
  204. line-height:20px;
  205. }
  206. ._btn-success_hover {
  207. color:#FFFFFF;
  208. text-align:center;
  209. line-height:20px;
  210. }
  211. .label1 {
  212. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  213. font-weight:700;
  214. font-style:normal;
  215. font-size:14px;
  216. line-height:20px;
  217. }
  218. ._text-muted {
  219. color:#999999;
  220. }
  221. ._btn-default {
  222. font-family:'Arial Normal', 'Arial';
  223. font-weight:400;
  224. font-style:normal;
  225. font-size:14px;
  226. color:#333333;
  227. text-align:center;
  228. line-height:20px;
  229. }
  230. ._btn-default_hover {
  231. color:#333333;
  232. text-align:center;
  233. line-height:20px;
  234. }
  235. .form_text_field {
  236. font-family:'Arial Normal', 'Arial';
  237. font-weight:400;
  238. font-style:normal;
  239. font-size:14px;
  240. line-height:20px;
  241. }
  242. ._下拉列表框 {
  243. font-size:14px;
  244. text-align:left;
  245. }
  246. ._单选按钮 {
  247. font-size:14px;
  248. text-align:left;
  249. }
  250. ._复选框 {
  251. font-size:14px;
  252. text-align:left;
  253. }
  254. .flow_shape {
  255. }
  256. ._复选框1 {
  257. text-align:left;
  258. }
  259. ._形状 {
  260. }
  261. ._分栏 {
  262. }
  263. ._文本框 {
  264. color:#000000;
  265. text-align:left;
  266. }
  267. ._btn-new {
  268. font-family:'PingFang SC Regular', 'PingFang SC';
  269. font-weight:400;
  270. font-style:normal;
  271. color:#FFFFFF;
  272. text-align:center;
  273. line-height:20px;
  274. }
  275. ._btn-back {
  276. font-family:'PingFang SC Regular', 'PingFang SC';
  277. font-weight:400;
  278. font-style:normal;
  279. font-size:14px;
  280. color:#333333;
  281. text-align:center;
  282. line-height:20px;
  283. }
  284. ._btn-back_hover {
  285. font-family:'PingFang SC Regular', 'PingFang SC';
  286. font-weight:400;
  287. font-style:normal;
  288. font-size:14px;
  289. color:#333333;
  290. text-align:center;
  291. line-height:20px;
  292. }