css.wcss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "container":{
  3. "width":"100%",
  4. "height":"100%",
  5. "background-color":"#3066a7",
  6. "font-family": "Microsoft YaHei"
  7. },
  8. "topBar":{
  9. "width":"100%",
  10. "height":"56px",
  11. "background-color":"#3c76c1",
  12. "box-shadow": "0px 0px 5px #2a5c95",
  13. "min-width":"1000px"
  14. },
  15. "topBarContent":{
  16. "height":"100%",
  17. "margin-left":"10px",
  18. "display":"inline",
  19. "list-style-type":"none"
  20. },
  21. "topBarTitleLi":{
  22. "margin-left":"10px",
  23. "float":"left",
  24. "width":"270px",
  25. "color":"#fff",
  26. "vertical-align":"middle",
  27. "font-size":"16px"
  28. },
  29. "topBarLog":{
  30. "height":"45px",
  31. "width":"60px",
  32. "margin-top":"5px"
  33. },
  34. "topBarTitleSpan":{
  35. "position":"absolute",
  36. "margin-top":"18px"
  37. },
  38. "topBarLi":{
  39. "float":"left",
  40. "cursor":"pointer",
  41. "width":"100px",
  42. "height":"38px",
  43. "color":"#fff",
  44. "font-size":"14px",
  45. "margin-top":"10px",
  46. "margin-right":"10px",
  47. "line-height":"38px",
  48. "text-align":"center",
  49. "border-radius":"3px",
  50. "background-color":"#5c97e1",
  51. "box-shadow": "0px 0px 10px #2a5c95"
  52. },
  53. "topBarCurrentLi":{
  54. "float":"left",
  55. "cursor":"pointer",
  56. "width":"100px",
  57. "height":"38px",
  58. "color":"#fff",
  59. "font-size":"14px",
  60. "margin-top":"10px",
  61. "margin-right":"10px",
  62. "line-height":"38px",
  63. "text-align":"center",
  64. "border-radius":"3px",
  65. "background-color":"#124c93",
  66. "box-shadow": "0px 0px 10px #2a5c95"
  67. },
  68. "topBarImg":{
  69. "width":"30px","height":"25px","margin":"6px 0 0 15px","float":"left"
  70. },
  71. "topBarSpan":{
  72. "margin":"0px 0 0 5px",
  73. "float":""
  74. },
  75. "middleContent":{
  76. "width":"100%",
  77. "min-width":"1000px",
  78. "height":"100%"
  79. }
  80. }