css.wcss 641 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "tabNode" : {
  3. "overflow" : "hidden",
  4. "padding-left" : "20px",
  5. "border-bottom" : "1px solid #ccc"
  6. },
  7. "tab" :{
  8. "float" : "left",
  9. "padding" : "10px",
  10. "font-size" : "14px",
  11. "cursor" : "pointer",
  12. "color" : "#666"
  13. },
  14. "tab_current" :{ "color" : "#3c76b7" },
  15. "tab_over" :{ "color" : "#3c76b7" },
  16. "moduleNode" : {
  17. "width" : "420px",
  18. "height" : "300px",
  19. "display" : "none"
  20. },
  21. "helpNode" : {
  22. "margin" : "10px",
  23. "width" : "16px",
  24. "height" : "16px",
  25. "float" : "right",
  26. "cursor" : "pointer",
  27. "background" : "url(../x_component_Template/$MPopupForm/report/icon/icon_wen.png) no-repeat center center"
  28. }
  29. }