css.wcss 2.2 KB

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