css.wcss 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "elementContentListNode": {
  3. "overflow": "hidden",
  4. "margin": "20px",
  5. "min-width": "1140px"
  6. },
  7. "createMarkNode": {
  8. "width": "100%",
  9. "height": "100%",
  10. "opacity": 0.6,
  11. "position": "absolute",
  12. "background-color": "#CCC",
  13. "top": "0px",
  14. "left": "0px"
  15. },
  16. "createAreaNode": {
  17. "position": "absolute",
  18. "opacity": 0,
  19. "top": "0px"
  20. },
  21. "createNode": {
  22. "background-color": "#FFF",
  23. "width": "80%",
  24. "max-width": "600px",
  25. "box-shadow": "0px 0px 20px #999",
  26. "margin": "auto",
  27. "border-radius": "8px",
  28. "border": "6px solid #666",
  29. "overflow": "hidden"
  30. },
  31. "createNewNode": {
  32. "width": "47px",
  33. "height": "47px",
  34. "background": "url(../x_component_Attendance/$UnitDetail/default/icon/new.png) no-repeat"
  35. },
  36. "createIconNode": {
  37. "width": "47px",
  38. "height": "47px"
  39. },
  40. "createEditNode": {
  41. "width": "47px",
  42. "height": "47px"
  43. },
  44. "createFormNode": {
  45. "border-radius": "8px",
  46. "border": "0px solid #666",
  47. "width": "70%",
  48. "margin": "auto",
  49. "font-size": "16px",
  50. "color": "#666",
  51. "font-family": "Microsoft YaHei"
  52. },
  53. "createOkActionNode": {
  54. "height": "30px",
  55. "width": "85px",
  56. "cursor": "pointer",
  57. "float": "right",
  58. "line-height": "30px",
  59. "padding-left": "65px",
  60. "font-size": "16px",
  61. "font-family": "Microsoft YaHei",
  62. "border-radius": "3px",
  63. "border": "1px solid #354f67",
  64. "color": "#FFF",
  65. "margin-right": "20px",
  66. "margin-top": "20px",
  67. "box-shadow": "0px 0px 0px #666",
  68. "background": "url(../x_component_Attendance/$UnitDetail/default/icon/editOk_bg.png) no-repeat"
  69. },
  70. "createCancelActionNode": {
  71. "height": "30px",
  72. "width": "60px",
  73. "cursor": "pointer",
  74. "float": "right",
  75. "line-height": "30px",
  76. "padding-left": "40px",
  77. "font-size": "16px",
  78. "font-family": "Microsoft YaHei",
  79. "border-radius": "3px",
  80. "color": "#FFF",
  81. "margin-top": "20px",
  82. "box-shadow": "0px 0px 0px #666",
  83. "border": "1px solid #999",
  84. "background": "url(../x_component_Attendance/$UnitDetail/default/icon/editCancel_bg.png) no-repeat"
  85. },
  86. "checkBox" : {
  87. "margin-right" : "5px",
  88. "font-size" : "14px"
  89. }
  90. }