file.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .o2_fileItemNode {
  2. padding: 5px;
  3. height: 60px;
  4. margin-top: 10px;
  5. margin-left: 0;
  6. border: 1px solid #CCC;
  7. background-color: #FFF;
  8. cursor: default;
  9. }
  10. .o2_fileItemNode {
  11. padding: 5px;
  12. height: 60px;
  13. margin-top: 10px;
  14. margin-left: 0;
  15. border: 1px solid #CCC;
  16. background-color: #FFF;
  17. cursor: default;
  18. }
  19. .o2_fileDeleteActionNode {
  20. padding: 0;
  21. float: right;
  22. width: 16px;
  23. height: 16px;
  24. opacity: 0;
  25. cursor: pointer;
  26. background: url('../x_component_process_ProcessManager/$Explorer/default/processIcon/deleteProcess.png') no-repeat center center;
  27. }
  28. .o2_fileItemIconNode {
  29. padding: 0;
  30. float: left;
  31. margin-left: 10px;
  32. width: 60px;
  33. height: 60px;
  34. }
  35. .o2_fileItemImgNode{
  36. max-width: 60px;
  37. max-height: 60px;
  38. }
  39. .o2_fileItemInforNode {
  40. margin-left: 80px;
  41. margin-right: 26px;
  42. height: 60px;
  43. overflow: hidden;
  44. }
  45. .o2_fileItemInforBaseNode {
  46. height: 20px;
  47. line-height: 20px;
  48. font-size: 12px;
  49. }
  50. .o2_fileItemTextTitleNode {
  51. height: 20px;
  52. font-weight: bold;
  53. overflow: hidden;
  54. cursor: pointer;
  55. color: #333;
  56. width: 34%;
  57. float: left;
  58. }
  59. .o2_fileItemUrlNode {
  60. margin-top: 10px;
  61. height: 30px;
  62. overflow: hidden;
  63. cursor: pointer;
  64. color: #777;
  65. -webkit-user-select: text;
  66. -moz-user-select: text;
  67. -ms-user-select: text;
  68. user-select: text;
  69. }
  70. .o2_fileItemTextDateNode {
  71. font-size: 12px;
  72. line-height: 20px;
  73. height: 20px;
  74. color: #888;
  75. overflow: hidden;
  76. white-space: normal;
  77. width: 24%;
  78. text-align: right;
  79. float: left;
  80. }
  81. .o2_fileItemTextDescriptionNode {
  82. height: 20px;
  83. overflow: hidden;
  84. cursor: pointer;
  85. color: #777;
  86. float: left;
  87. width: 42%;
  88. }
  89. .o2_fileUrlNode {
  90. width: 100%;
  91. height: 32px;
  92. overflow: hidden;
  93. border: 0;
  94. font-size:12px;
  95. line-height: 15px;
  96. font-family: "Microsoft YaHei", "Microsoft YaHei", "SimSun", "宋体";
  97. color: #777777;
  98. white-space: normal;
  99. word-break: break-all;
  100. outline:none;
  101. resize: none;
  102. }