css.wcss 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "topToolbar": {
  3. "font-size": "14px",
  4. "color": "#666",
  5. "overflow": "hidden",
  6. "margin-bottom": "3px",
  7. "height": "70px",
  8. "background-color": "#F8F8F8",
  9. "box-shadow": "0 1px 3px 0 rgba(0,0,0,0.25)"
  10. },
  11. "rightToolbar": {
  12. "position": "absolute",
  13. "width": "30px",
  14. "height": "80px",
  15. "padding": "5px 0px",
  16. "right": "10px",
  17. "top": "78px",
  18. "background": "#FEFEFE",
  19. "color": "#fff",
  20. "border-radius": "4px",
  21. "border": "1px solid #CCCCCC",
  22. //"z-index": "10",
  23. "box-shadow": "0px 0px 8px 0px #999999",
  24. "transition": "-webkit-transform 0.7s 0.1s ease",
  25. "transition": "transform .7s 0.1s ease"
  26. },
  27. "selectorListNode" : {
  28. "margin-bottom" : "5px"
  29. },
  30. "selectorListItemNode":{
  31. "height" : "30px",
  32. "line-height" : "30px",
  33. "width":"100%",
  34. "text-indent":"10px",
  35. "background-color" : "#fff",
  36. "font-size" : "14px",
  37. "color" : "#333"
  38. },
  39. "selectorListItemNode_over" : {
  40. "width":"100%",
  41. "text-indent":"10px",
  42. "background-color" : "#3d77c1",
  43. "color" : "#fff"
  44. },
  45. "progressBarNode": {
  46. "height": "60px",
  47. "width": "400px",
  48. "background-color": "#EEE",
  49. "overflow": "hidden",
  50. "border": "3px solid #666",
  51. "border-radius": "10px",
  52. "box-shadow": "0px 0px 15px #666",
  53. "position": "absolute",
  54. "z-index":101
  55. },
  56. "progressBarTextNode": {
  57. "height": "20px",
  58. "line-height": "20px",
  59. "color": "#555",
  60. "width": "360px",
  61. "margin": "10px auto 5px auto"
  62. },
  63. "progressBar": {
  64. "height": "8px",
  65. "width": "358px",
  66. "border": "1px solid #666",
  67. "background-color": "#FFF",
  68. "border-radius": "3px",
  69. "margin": "0px 20px"
  70. },
  71. "progressBarPercent": {
  72. "height": "8px",
  73. "width": "0px",
  74. "background-color": "#4c6b87"
  75. }
  76. }