css.wcss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "tableStyles": {
  3. "border-top": "1px solid #cfd9df",
  4. "border-left": "0px",
  5. "border-right" : "0px",
  6. "border-bottom" : "0px",
  7. "table-layout": "fixed"
  8. },
  9. "titleStyles": {
  10. "background-color": "#ffffff",
  11. "color": "#333",
  12. "border-top": "0px",
  13. "border-left": "0px",
  14. "border-right" : "0px",
  15. "border-bottom" : "1px solid #cfd9df",
  16. "height": "23px",
  17. "font-size": "14px",
  18. "width": "65px",
  19. "font-weight": "bold",
  20. "line-height": "23px",
  21. "text-align": "left"
  22. },
  23. "vaildTitleStyles": {
  24. "background-color": "#ffffff",
  25. "color": "#333",
  26. "border-top": "0px",
  27. "border-left": "1px solid #cfd9df",
  28. "border-right" : "0px",
  29. "border-bottom" : "1px solid #cfd9df",
  30. "height": "23px",
  31. "font-size": "14px",
  32. "width": "65px",
  33. "font-weight": "bold",
  34. "line-height": "23px",
  35. "text-align": "left",
  36. "width": "240px",
  37. "right": "-20px",
  38. "position": "sticky"
  39. },
  40. "contentStyles": {
  41. "background-color": "#FFFFFF",
  42. "color": "#000",
  43. "font-size": "14px",
  44. "border-top": "0px",
  45. "border-left": "0",
  46. "border-right" : "0px",
  47. "border-bottom" : "1px solid #cfd9df",
  48. "text-align": "right",
  49. "word-break": "break-all"
  50. },
  51. "validContentStyles": {
  52. "background-color": "#FFFFFF",
  53. "color": "#000",
  54. "font-size": "14px",
  55. "border-top": "0px",
  56. "border-left": "1px solid #cfd9df",
  57. "border-right" : "0px",
  58. "border-bottom" : "1px solid #cfd9df",
  59. "text-align": "left",
  60. "width": "240px",
  61. "right": "-20px",
  62. "position": "sticky",
  63. "word-break": "break-all"
  64. },
  65. "properties": {
  66. "width": "100%",
  67. "border": "0",
  68. "cellpadding": "8",
  69. "cellspacing": "0",
  70. "align": "center"
  71. },
  72. "maskNode": {
  73. "width": "100%",
  74. "height": "100%",
  75. "opacity": 0.6,
  76. "position": "absolute",
  77. "background-color": "#eee",
  78. "top": "0px",
  79. "left": "0px"
  80. },
  81. "progressBarNode": {
  82. "font-size" : "12px",
  83. "position" : "absolute",
  84. "width" : "500px",
  85. // "z-index" : "11",
  86. "background-color" : "#fff",
  87. "padding" : "10px",
  88. "border-radius" : "8px",
  89. "box-shadow": "0 0 18px 0 #999999",
  90. "-webkit-user-select": "text",
  91. "-moz-user-select": "text"
  92. },
  93. "progressTopNode": {
  94. "height": "30px",
  95. "line-height": "30px",
  96. "overflow": "hidden"
  97. },
  98. "progressTopCloseAction": {
  99. "float": "right",
  100. "width": "30px",
  101. "height": "20px",
  102. "line-height": "20px",
  103. "text-align": "center",
  104. "cursor": "pointer"
  105. },
  106. "progressSubjectNode": {
  107. "float": "left",
  108. "height": "30px",
  109. "line-height": "30px",
  110. "font-size": "16px",
  111. "color": "#4387cd"
  112. },
  113. "processContentNode": {
  114. "margin-top": "10px",
  115. "font-size": "14px",
  116. "padding": "10px"
  117. },
  118. "progressInforNode": {
  119. "min-height": "30px",
  120. "line-height": "30px"
  121. },
  122. "progressNode": {
  123. "height": "3px",
  124. "border":"1px solid #999",
  125. "margin": "3px 0px"
  126. },
  127. "progressPercentNode": {
  128. "height":"3px",
  129. "background-color": "#acdab9",
  130. "width": "0px"
  131. },
  132. "progressBottomNode": {
  133. "margin-top": "10px",
  134. "height": "32px",
  135. "overflow": "hidden"
  136. },
  137. "progressCloseAction":{
  138. "width": "200px",
  139. "margin": "6px auto 0px auto",
  140. "text-align": "center",
  141. "border": "1px solid #ccc",
  142. "height" : "22px",
  143. "line-height": "22px",
  144. "border-radius": "4px",
  145. "font-size": "14px",
  146. "cursor": "pointer"
  147. }
  148. }