style.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .o2_ann_content {
  2. height: 100%;
  3. overflow: hidden;
  4. }
  5. .o2_ann_top {
  6. background-color: #484848;
  7. border-bottom: 1px solid #333333;
  8. height: 50px;
  9. }
  10. .o2_ann_topIcon {
  11. width: 50px;
  12. height: 50px;
  13. float: left;
  14. cursor: pointer;
  15. border-right: 0px solid #ffffff;
  16. background: url(../x_component_ANN/$Main/default/icon/create.png) center center no-repeat;
  17. }
  18. .o2_ann_topText {
  19. height: 50px;
  20. float: right;
  21. font-size: 18px;
  22. font-weight: bold;
  23. color: #ffffff;
  24. line-height: 50px;
  25. margin-right: 20px;
  26. }
  27. .o2_ann_contentArea {
  28. overflow: hidden;
  29. height: 510px;
  30. }
  31. .o2_ann_leftContent {
  32. width: 300px;
  33. height: 100%;
  34. float: left;
  35. background-color: #484848;
  36. overflow: auto;
  37. /*background-image: url(../x_component_ANN/$Main/default/icon/bg.jpg);*/
  38. /*background-size: cover;*/
  39. /*background-repeat: no-repeat;*/
  40. }
  41. .o2_ann_rightContent {
  42. height: 100%;
  43. overflow: hidden;
  44. margin-left: 300px;
  45. }
  46. /*.o2_ann_right {*/
  47. /*height: 100%;*/
  48. /*overflow: hidden;*/
  49. /*margin-left: 300px;*/
  50. /*border-left: 0px solid #999999;*/
  51. /*}*/
  52. /*.o2_ann_leftTitle {*/
  53. /*height: 60px;*/
  54. /*overflow: hidden;*/
  55. /*border-bottom: 1px solid #999999;*/
  56. /*}*/
  57. /*.o2_ann_leftTitleIcon {*/
  58. /*width: 60px;*/
  59. /*height: 60px;*/
  60. /*float: left;*/
  61. /*background: url(../x_component_ANN/$Main/default/icon/logo.png) center center no-repeat;*/
  62. /*}*/
  63. /*.o2_ann_leftTitleAction {*/
  64. /*width: 60px;*/
  65. /*height: 60px;*/
  66. /*float: right;*/
  67. /*background: url(../x_component_ANN/$Main/default/icon/add.png) center center no-repeat;*/
  68. /*cursor: pointer;*/
  69. /*}*/
  70. /*.o2_ann_leftTitleText {*/
  71. /*margin: 0 60px 0 60px;*/
  72. /*height: 60px;*/
  73. /*line-height: 60px;*/
  74. /*padding: 0 5px;*/
  75. /*font-size: 18px;*/
  76. /*font-weight: bold;*/
  77. /*color: #eeeeee;*/
  78. /*}*/
  79. /*.o2_ann_leftContent {*/
  80. /*overflow: auto;*/
  81. /*}*/
  82. .o2_ann_model_node {
  83. height: 60px;
  84. overflow: hidden;
  85. }
  86. .o2_ann_model_node_over {
  87. background-color: #333333;
  88. }
  89. .o2_ann_model_node .icon {
  90. background: url(../x_component_ANN/$Main/default/icon/itemlogo.png) center right no-repeat;
  91. width: 50px;
  92. height: 60px;
  93. float: left;
  94. }
  95. .o2_ann_model_node .name {
  96. height:25px;
  97. margin-top: 10px;
  98. line-height: 25px;
  99. font-size: 16px;
  100. font-weight: bold;
  101. color: #FFFFFF;
  102. }
  103. .o2_ann_model_node .date {
  104. height: 15px;
  105. margin-bottom: 10px;
  106. line-height: 15px;
  107. font-size: 12px;
  108. color: #eeeeee;
  109. }
  110. .o2_ann_model_node_selected {
  111. background-color: #eeeeee;
  112. }
  113. .o2_ann_model_node_selected .icon {
  114. background: url(../x_component_ANN/$Main/default/icon/itemlogo_selected.png) center right no-repeat;
  115. width: 50px;
  116. height: 60px;
  117. float: left;
  118. }
  119. .o2_ann_model_node_selected .name {
  120. color: #333333;
  121. }
  122. .o2_ann_model_node_selected .date {
  123. color: #666666;
  124. }
  125. .o2_ann_model_nodeRight {
  126. background-position: center center;
  127. background-repeat: no-repeat;
  128. height: 60px;
  129. width: 30px;
  130. float: right;
  131. }
  132. .o2_ann_model_nodeContent {
  133. height: 80px;
  134. margin: 0 30px 0 60px;
  135. cursor: pointer;
  136. }
  137. .o2_ann_modelContext_node {
  138. height: 100%;
  139. overflow: hidden;
  140. }
  141. .o2_ann_modelContext_toolbar {
  142. height: 40px;
  143. }
  144. .o2_ann_modelContext_content {
  145. height: 470px;
  146. overflow: auto;
  147. }
  148. .o2_ann_modelContext_area {
  149. margin: 20px;
  150. float: left;
  151. width: 40%;
  152. }
  153. .o2_ann_modelContext_status {
  154. width: 40%;
  155. overflow: hidden;
  156. padding-bottom: 40px;
  157. float: right;
  158. margin: 20px 20px 20px 0;
  159. border-left: 1px solid #999999;
  160. }
  161. .o2_ann_modelContext_topTitle {
  162. height: 30px;
  163. line-height: 30px;
  164. font-size: 22px;
  165. font-weight: bold;
  166. color: #333333;
  167. margin-bottom: 10px;
  168. }
  169. .o2_ann_modelContext_line {
  170. margin-bottom: 20px;
  171. }
  172. .o2_ann_modelContext_title {
  173. font-size: 18px;
  174. font-weight: bold;
  175. height: 30px;
  176. line-height: 30px;
  177. color: #666666;
  178. }
  179. .o2_ann_modelContext_value {
  180. font-size: 14px;
  181. line-height: 20px;
  182. overflow: hidden;
  183. color: #337acc;
  184. }
  185. .o2_ann_modelContext_input {
  186. height: 24px;
  187. border-radius: 3px;
  188. border: 1px solid #cccccc;
  189. font-size: 14px;
  190. line-height: 24px;
  191. color: #999999;
  192. width: 90%;
  193. padding: 0 5px;
  194. }
  195. .o2_ann_modelContext_button {
  196. background-color: #337acc;
  197. cursor: pointer;
  198. border-radius: 5px;
  199. color: #ffffff;
  200. border: 1px solid #337acc;
  201. height: 28px;
  202. }
  203. .o2_ann_modelContext_statusLine {
  204. height: 30px;
  205. margin-bottom: 10px;
  206. }
  207. .o2_ann_modelContext_statusTitle {
  208. margin-left: 20px;
  209. float: left;
  210. line-height: 30px;
  211. height: 30px;
  212. font-size: 16px;
  213. color: #666666;
  214. font-weight: bold;
  215. }
  216. .o2_ann_modelContext_statusValue {
  217. float: left;
  218. margin-left: 10px;
  219. line-height: 30px;
  220. height: 30px;
  221. color: #999999;
  222. font-size: 14px;
  223. }