css.wcss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "node" : {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden"
  6. },
  7. "contentContainerNode" : {
  8. "overflow" : "hidden"
  9. //"margin-right": "10px",
  10. //"overflow-y" : "scroll"
  11. },
  12. "topContainerNode" : {
  13. "overflow" : "hidden",
  14. "margin" : "0px auto"//,
  15. //"width" : "1182px"
  16. },
  17. "topNode": {
  18. "color" : "#333",
  19. "height": "60px",
  20. "background-color": "#3c76c1",
  21. "line-height": "60px",
  22. "font-size": "14px",
  23. "font-weight": "bold",
  24. "text-align": "left"
  25. },
  26. "topIconNode" : {
  27. "margin-left": "10px",
  28. "width": "40px",
  29. "height": "60px",
  30. "float": "left",
  31. "background": "url(../x_component_HotArticle/$Main/default/icon/topIcon.png) no-repeat center center"
  32. },
  33. "topTextNode" : {
  34. "color" : "#fff",
  35. "font-size": "22px",
  36. "float": "left",
  37. "overflow" : "hidden",
  38. "text-overflow" : "ellipsis",
  39. "white-space":"nowrap"
  40. },
  41. "topContentNode" : {
  42. "float" : "right",
  43. "padding-right" : "10px"
  44. },
  45. "searchDiv" : {
  46. "overflow" : "hidden",
  47. "float" : "left",
  48. "margin-left" : "420px",
  49. "margin-top" : "18px"
  50. },
  51. "searchInput" : {
  52. "float" : "left",
  53. "height" : "24px",
  54. "line-height" : "24px",
  55. "width" : "300px",
  56. "border" : "0px",
  57. "color" : "#999",
  58. "background-color" : "#f5f5f5"
  59. },
  60. "searchInput_over" : {
  61. "background-color" : "#fff"
  62. },
  63. "searchAction" : {
  64. "float" : "left",
  65. "height" : "26px",
  66. "line-height" : "26px",
  67. "background": "url(../x_component_HotArticle/$Main/default/icon/search-20.png) no-repeat center center",
  68. "width" : "26px",
  69. "background-color" : "#f5f5f5",
  70. "cursor" : "pointer"
  71. },
  72. "searchAction_over" : {
  73. "background": "url(../x_component_HotArticle/$Main/default/icon/search-20-over.png) no-repeat center center",
  74. "background-color" : "#fff"
  75. },
  76. "searchAction_over2" : {
  77. "background": "url(../x_component_HotArticle/$Main/default/icon/search-20-color.png) no-repeat center center",
  78. "background-color" : "#fff"
  79. },
  80. "middleNode" : {
  81. "overflow" : "hidden",
  82. // "margin-top" : "20px",
  83. // "margin-left" : "10px",
  84. // "margin-bottom" : "20px",
  85. //"margin-right" : "10px",
  86. "margin" : "0px auto"
  87. //"max-width" : "1584px"
  88. },
  89. "viewContainerNode" : {
  90. "overflow" : "hidden",
  91. "margin-right" : "10px"
  92. },
  93. "documentListNode" : {
  94. "cursor" : "pointer",
  95. "overflow" : "hidden",
  96. "padding-top" : "10px"
  97. },
  98. "documentNode" : {
  99. "position" : "relative",
  100. "margin" : "0px 0px 10px 10px",
  101. "float" : "left",
  102. "width" : "364px",
  103. "padding" : "10px",
  104. "box-shadow" :"none",
  105. "border" : "1px solid #dedede",
  106. "background-color" : "#fff"
  107. },
  108. "documentNode_over" : {
  109. "box-shadow" :"3px 3px 3px #999"
  110. },
  111. "documentItemIcon" : {
  112. "width" : "364px",
  113. "height" : "182px"
  114. },
  115. "documentItemTextNode" : {
  116. "font-size" : "14px"
  117. },
  118. "documentItemText" : {
  119. "width" : "364px",
  120. "white-space":"nowrap", "overflow":"hidden","text-overflow":"ellipsis"
  121. },
  122. "documentItemInforNode" : {
  123. "font-size" : "12px",
  124. "color" : "#999"
  125. },
  126. "removeNode" : {
  127. "position" : "absolute",
  128. "right" : "5px",
  129. "width": "22px",
  130. "height": "26px",
  131. "bottom": "6px",
  132. "opacity": 0,
  133. "cursor" : "pointer",
  134. "background": "url(../x_component_Forum/$Setting/default/icon/delete.png) no-repeat center center"
  135. }
  136. }