css.wcss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "nodeStyles" : {
  3. "font-size" : "12px",
  4. "position" : "absolute",
  5. "max-width" : "500px",
  6. "min-width" : "260px",
  7. "z-index" : "11",
  8. "background-color" : "#fff",
  9. "padding" : "10px",
  10. "border-radius" : "8px",
  11. "box-shadow": "0 0 18px 0 #999999",
  12. "-webkit-user-select": "text",
  13. "-moz-user-select": "text"
  14. },
  15. "contentStyles" : {
  16. "width" : "100%",
  17. "height" : "100%"
  18. },
  19. "closeActionStyles" : {
  20. "width": "24px",
  21. "height" : "24px",
  22. "position" : "absolute",
  23. "top": "0px",
  24. "right" : "0px",
  25. "background": "url(../x_component_Template/$MTooltips/default/icon/off_gray.png) no-repeat center center",
  26. "cursor": "pointer"
  27. },
  28. "maskStyles" : {
  29. "width": "100%",
  30. "height": "100%",
  31. "opacity": 0,
  32. "position": "absolute",
  33. "background-color": "#fff",
  34. "top": "0px",
  35. "left": "0px"
  36. },
  37. "formTable" : {
  38. "border-collapse" : "collapse",
  39. "margin-bottom" : "10px"
  40. //"margin-top" : "10px"
  41. },
  42. "formTableHead" : {
  43. "height": "50px",
  44. "line-height": "50px",
  45. "text-align": "center",
  46. "min-width": "80px",
  47. "font-size":"20px",
  48. "font-weight": "bold"
  49. },
  50. "formTableTitle" : {
  51. "border":"1px solid #d8d5d5",
  52. "background-color" : "#effafe",
  53. "color" : "#444",
  54. "font-size": "12px",
  55. "height" : "30px",
  56. "line-height" : "30px",
  57. "font-weight" : "bold",
  58. "text-align": "center"
  59. },
  60. "formTableValue" : {
  61. "border" : "1px solid #d8d5d5",
  62. "color" : "#444",
  63. "font-weight" : "400",
  64. "text-align": "left",
  65. "font-size" : "12px"
  66. },
  67. "formTableValue14" : {
  68. "text-align": "left",
  69. "font-size" : "12px",
  70. "line-height" : "26px"
  71. },
  72. "formTableValueTop20" : {
  73. "padding-top" : "20px",
  74. "text-align": "left"
  75. },
  76. "formTableTitleDiv" : {
  77. "font-weight" : "bold"
  78. },
  79. "formTableValueDiv" : {
  80. "min-height" : "40px",
  81. "line-height" : "22px"
  82. },
  83. "formTableInlineValueDiv" : {
  84. "float" : "left",
  85. "margin-right" : "10px"
  86. }
  87. }