css.wcss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "descriptionNode": {
  3. "width": "320px",
  4. "height": "auto",
  5. "background-color": "#FFF",
  6. "position": "absolute",
  7. "text-align": "center",
  8. "border": "2px solid #666",
  9. "z-index" : "101",
  10. "font-size" : "14px",
  11. "color" : "#666"
  12. },
  13. "descriptionTdHead" : {
  14. "padding-top" : "20px",
  15. "padding-bottom" : "10px",
  16. "font-size" : "16px",
  17. "font-weight" :"bold"
  18. },
  19. "descriptionTdTitle" : {
  20. "text-align" : "left",
  21. "padding-right" : "5px",
  22. "padding-left" : "25px",
  23. "width" : "80px"
  24. },
  25. "descriptionTdValue" : {
  26. "text-align" : "left",
  27. "width" : "40px"
  28. },
  29. "editTableHead" : {
  30. "line-height": "50px",
  31. "text-align": "center",
  32. "min-width": "80px",
  33. "font-size":"20px",
  34. "font-weight": "bold"
  35. },
  36. "editTableTitle" : {
  37. "font-size": "12px",
  38. "font-weight": "bold",
  39. "line-height": "30px",
  40. "text-align": "left",
  41. "border-top" : "1px solid #ddd"
  42. },
  43. "editTableValue" : {
  44. "font-size": "14px",
  45. "text-align": "left",
  46. "border-top" : "1px solid #ddd"
  47. }
  48. }