css.wcss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "container" : {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden"
  6. },
  7. "naviTab":{
  8. "border-bottom":"1px solid #cccccc",
  9. /*"box-shadow": "0px 1px #cccccc",*/
  10. "width":"100%",
  11. "min-width":"1000px",
  12. "height":"50px"
  13. },
  14. "keyWorkTab":{
  15. "margin-left":"30px",
  16. "cursor":"pointer",
  17. "float":"left",
  18. "line-height":"50px",
  19. "height":"50px",
  20. "width":"130px"
  21. },
  22. "keyWorkTabImg":{
  23. "float":"left",
  24. "height":"50px",
  25. "width":"25px",
  26. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_zdgj.png')",
  27. "background-repeat": "no-repeat",
  28. "background-position":"center"
  29. },
  30. "keyWorkTabLabel":{
  31. "float":"left",
  32. "color":"#333333",
  33. "font-size":"16px"
  34. },
  35. "measureTab":{
  36. "cursor":"pointer",
  37. "float":"left",
  38. "line-height":"50px",
  39. "height":"50px",
  40. "width":"150px"
  41. },
  42. "measureTabImg":{
  43. "margin-left":"30px",
  44. "float":"left",
  45. "height":"50px",
  46. "width":"25px",
  47. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_zljc.png')",
  48. "background-repeat": "no-repeat",
  49. "background-position":"center"
  50. },
  51. "measureTabLabel":{
  52. "float":"left",
  53. "color":"#333333",
  54. "font-size":"16px"
  55. },
  56. "priorityTab":{
  57. "cursor":"pointer",
  58. "float":"left",
  59. "line-height":"50px",
  60. "height":"50px",
  61. "width":"180px"
  62. },
  63. "priorityTabImg":{
  64. "float":"left",
  65. "height":"50px",
  66. "width":"25px",
  67. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_5x.png')",
  68. "background-repeat": "no-repeat",
  69. "background-position":"center"
  70. },
  71. "priorityTabLabel":{
  72. "float":"left",
  73. "color":"#333333",
  74. "font-size":"16px"
  75. },
  76. "middleContent":{
  77. "float":"left",
  78. "width":"100%",
  79. "min-width":"1000px"
  80. }
  81. }