css.wcss 591 B

123456789101112131415161718192021222324
  1. {
  2. tips:{
  3. nodeStyles:{
  4. "font-size" : "12px",
  5. "position" : "absolute",
  6. "max-width" : "500px",
  7. "min-width" : "50px",
  8. "z-index" : "11",
  9. "background-color" : "#000000",
  10. "color":"#ffffff",
  11. "padding" : "2px",
  12. "border-radius" : "8px",
  13. "box-shadow": "0 0 5px 0 #999999",
  14. "-webkit-user-select": "text",
  15. "-moz-user-select": "text"
  16. }
  17. },
  18. loading:{
  19. "margin-top":"10px",
  20. "margin-bottom":"10px",
  21. "width":"100px",
  22. "height":"20px"
  23. }
  24. }