css.wcss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "node": {
  3. "margin": "20px",
  4. "overflow": "hidden",
  5. "min-width": "800px"
  6. },
  7. "table": {
  8. "width": "95%",
  9. "height": "140px"
  10. },
  11. "cells": {
  12. "width": "12.5%",
  13. "text-align": "center",
  14. "border-right": "1px solid #CCC",
  15. "border-left": "1px solid #FFF",
  16. "border-bottom": "1px solid #CCC",
  17. "border-top": "1px solid #FFF",
  18. },
  19. "itemNode": {
  20. "width": "160px",
  21. "height": "70px",
  22. "margin": "auto",
  23. "overflow": "hidden"
  24. },
  25. "itemIconNode": {
  26. "height": "70px",
  27. "width": "60px",
  28. "float": "left",
  29. "background-repeat": "no-repeat",
  30. "background-position": "center center"
  31. },
  32. "itemTextNode": {
  33. "margin-left": "60px",
  34. "height": "70px",
  35. "overflow": "hidden"
  36. },
  37. "itemNumberNode": {
  38. "height": "40px",
  39. "text-align": "center",
  40. "line-height": "60px",
  41. "font-family": "Microsoft Sans Serif",
  42. "color": "#0582d2",
  43. "font-weight": "bold",
  44. "font-size": "32px"
  45. },
  46. "itemTitleNode": {
  47. "height": "20px",
  48. "text-align": "center",
  49. "line-height": "30px",
  50. "font-size": "14px",
  51. "color": "#666"
  52. }
  53. }