style.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. .o2_homepage_content {
  2. margin: 15px;
  3. min-width: 1280px;
  4. min-height: 700px;
  5. font-size: 14px;
  6. }
  7. .o2_homepage_layout_right {
  8. min-width: 360px;
  9. max-width: 410px;
  10. float: right;
  11. height: 100%;
  12. }
  13. .o2_homepage_layout_left {
  14. overflow: hidden;
  15. height: 100%;
  16. }
  17. .o2_homepage_layout_leftTop {
  18. height: 50%;
  19. }
  20. .o2_homepage_layout_leftBottom {
  21. height: 50%;
  22. }
  23. .o2_homepage_layout_leftTopLeft {
  24. float: left;
  25. height: 100%;
  26. width: 62%;
  27. }
  28. .o2_homepage_layout_leftTopRight {
  29. float: left;
  30. height: 100%;
  31. width: 38%;
  32. }
  33. .o2_homepage_layout_leftBottomLeft {
  34. float: left;
  35. height: 100%;
  36. width: 62%;
  37. }
  38. .o2_homepage_layout_leftBottomRight {
  39. float: left;
  40. height: 100%;
  41. width: 38%;
  42. }
  43. .o2_homepage_calendar_content {
  44. overflow: hidden;
  45. margin: 5px;
  46. background-color: #ffffff;
  47. }
  48. .o2_homepage_task_content {
  49. overflow: hidden;
  50. margin: 5px;
  51. background-color: #ffffff;
  52. }
  53. .o2_homepage_meeting_content {
  54. overflow: hidden;
  55. margin: 5px;
  56. background-color: #ffffff;
  57. }
  58. .o2_homepage_infor_content {
  59. overflow: hidden;
  60. margin: 5px;
  61. background-color: #ffffff;
  62. }
  63. .o2_homepage_file_content {
  64. overflow: hidden;
  65. margin: 5px;
  66. background-color: #ffffff;
  67. }
  68. .o2_homepage_title {
  69. margin: 0 20px;
  70. height: 50px;
  71. line-height: 50px;
  72. margin-bottom: 15px;
  73. border-bottom: 1px solid #E6E6E6;
  74. overflow: hidden;
  75. }
  76. .o2_homepage_title_action {
  77. height: 50px;
  78. float: right;
  79. background-repeat: no-repeat;
  80. background-position: 0 center;
  81. padding-left: 20px;
  82. color: #4A90E2;
  83. cursor: pointer;
  84. background-image: url(../x_component_Homepage/$Main/default/icon/icon_zengjia_blue2_click.png);
  85. }
  86. .o2_homepage_title_tabarea {
  87. font-size: 16px;
  88. height: 50px;
  89. color: #666666;
  90. }
  91. .o2_homepage_title_tab {
  92. height: 47px;
  93. border-bottom: 3px solid #ffffff;
  94. float: left;
  95. margin-right: 20px;
  96. margin-left: 5px;
  97. cursor: pointer;
  98. }
  99. .o2_homepage_title_tab_over {
  100. border-bottom: 3px solid #999999;
  101. }
  102. .o2_homepage_title_tab_current {
  103. color: #4A90E2;
  104. border-color: #4A90E2;
  105. }
  106. .o2_homepage_task_area {
  107. overflow: hidden;
  108. margin: 0 20px;
  109. }
  110. .o2_homepage_task_area_action {
  111. height: 50px;
  112. }
  113. .o2_homepage_task_area_content {
  114. overflow: hidden;
  115. background-position: center;
  116. background-repeat: no-repeat;
  117. }
  118. .o2_homepage_area_content_loading {
  119. background-image: url(../o2_core/o2/xDesktop/$Default/red/icons/loading.gif);
  120. }
  121. .o2_homepage_task_area_content_empty {
  122. background-image: url(../o2_core/o2/xDesktop/$Default/red/icons/icon_wugongzuo.png);
  123. }
  124. .o2_homepage_task_area_content_empty_node {
  125. font-size: 14px;
  126. color: #CCCCCC;
  127. text-align: center;
  128. background-position: top;
  129. background-repeat: no-repeat;
  130. background-image: url(../x_component_Homepage/$Main/default/icon/icon_wugongzuo.png);
  131. /*width: 90px;*/
  132. height: 30px;
  133. padding-top: 60px;
  134. line-height: 30px;
  135. margin: 30px auto 0 auto;
  136. }
  137. .o2_homepage_task_item_row {
  138. height: 40px;
  139. line-height: 40px;
  140. cursor: pointer;
  141. color: #333333;
  142. }
  143. .o2_homepage_task_item_row_over {
  144. color: #4A90E2;
  145. background-color: #F7F7F7;
  146. }
  147. .o2_homepage_task_item_cell_number {
  148. height: 40px;
  149. width: 20px;
  150. padding: 0 20px;
  151. }
  152. .o2_homepage_task_item_number {
  153. float: right;
  154. width: 20px;
  155. height: 20px;
  156. border-radius: 10px;
  157. background: #CCCCCC;
  158. text-align: center;
  159. font-size: 12px;
  160. color: #FFFFFF;
  161. line-height: 20px;
  162. }
  163. .o2_homepage_task_item_number_over {
  164. background: #4A90E2;
  165. }
  166. .o2_homepage_task_item_cell_subject {
  167. height: 40px;
  168. }
  169. .o2_homepage_task_item_subject {
  170. height: 40px;
  171. overflow: hidden;
  172. text-overflow: ellipsis;
  173. word-break: break-all;
  174. word-wrap: normal;
  175. margin-right: 10px;
  176. }
  177. .o2_homepage_task_item_cell_top{
  178. width: 18px;
  179. }
  180. .o2_homepage_task_item_top {
  181. height: 18px;
  182. width: 18px;
  183. border-radius: 5px;
  184. background-color: #ccc;
  185. background-size: 12px;
  186. background-position: center center;
  187. background-repeat: no-repeat;
  188. background-image: url(../x_component_Homepage/$Main/default/icon/top.png);
  189. }
  190. .o2_homepage_task_item_top_over{
  191. background-color: #4A90E2;
  192. }
  193. .o2_homepage_task_item_cell_activity {
  194. color: #666666;
  195. font-size: 12px;
  196. width: 140px;
  197. }
  198. .o2_homepage_task_item_activity {
  199. width: 140px;
  200. height: 40px;
  201. overflow: hidden;
  202. text-overflow: ellipsis;
  203. word-break: keep-all;
  204. word-wrap: normal;
  205. margin-right: 10px;
  206. }
  207. .o2_homepage_task_item_cell_creator {
  208. color: #666666;
  209. font-size: 12px;
  210. width: 40px;
  211. }
  212. .o2_homepage_task_item_creator {
  213. width: 40px;
  214. height: 40px;
  215. overflow: hidden;
  216. text-overflow: ellipsis;
  217. word-break: keep-all;
  218. word-wrap: normal;
  219. }
  220. .o2_homepage_task_item_cell_time {
  221. text-align: right;
  222. color: #999999;
  223. font-size: 12px;
  224. width: 80px;
  225. word-wrap: break-spaces;
  226. }
  227. .o2_homepage_task_item_time {
  228. width: 80px;
  229. height: 40px;
  230. overflow: hidden;
  231. text-overflow: ellipsis;
  232. word-break: keep-all;
  233. word-wrap: normal;
  234. }
  235. .o2_homepage_task_page_area {
  236. overflow: hidden;
  237. }
  238. .o2_homepage_task_page_prev {
  239. background: #FFFFFF;
  240. border: 1px solid #E6E6E6;
  241. border-radius: 20px;
  242. width: 70px;
  243. height: 24px;
  244. font-size: 12px;
  245. color: #666666;
  246. text-align: center;
  247. line-height: 24px;
  248. float: left;
  249. margin-left: 20px;
  250. cursor: pointer;
  251. user-select: none;
  252. -ms-user-select: none;
  253. -moz-user-select: none;
  254. -webkit-user-select: none;
  255. }
  256. .o2_homepage_task_page_prev_over {
  257. background: #4A90E2;
  258. color: #ffffff;
  259. }
  260. .o2_homepage_task_page_next {
  261. background: #FFFFFF;
  262. border: 1px solid #E6E6E6;
  263. border-radius: 20px;
  264. width: 70px;
  265. height: 24px;
  266. font-size: 12px;
  267. color: #666666;
  268. text-align: center;
  269. line-height: 24px;
  270. float: left;
  271. margin-left: 5px;
  272. cursor: pointer;
  273. user-select: none;
  274. -ms-user-select: none;
  275. -moz-user-select: none;
  276. -webkit-user-select: none;
  277. }
  278. .o2_homepage_task_page_next_over {
  279. background: #4A90E2;
  280. color: #ffffff;
  281. }
  282. .o2_homepage_task_page_items {
  283. padding: 2px 0;
  284. height: 20px;
  285. float: left;
  286. }
  287. .o2_homepage_task_page_item {
  288. width: 20px;
  289. height: 20px;
  290. border-radius: 10px;
  291. background-color: #ffffff;
  292. line-height: 20px;
  293. text-align: center;
  294. margin-left: 8px;
  295. color: #666666;
  296. cursor: pointer;
  297. border: 1px solid #E6E6E6;
  298. float: left;
  299. font-size: 12px;
  300. }
  301. .o2_homepage_task_page_reverse {
  302. width: 20px;
  303. height: 20px;
  304. border-radius: 10px;
  305. background-color: #ffffff;
  306. text-align: center;
  307. margin-left: 8px;
  308. color: #666666;
  309. cursor: pointer;
  310. float: left;
  311. border: 1px solid #E6E6E6;
  312. line-height: 11px;
  313. font-size: 14px;
  314. font-family: "Microsoft YaHei", "SimSun", "黑体", serif;
  315. }
  316. .o2_homepage_task_page_forward {
  317. width: 20px;
  318. height: 20px;
  319. border-radius: 10px;
  320. background-color: #ffffff;
  321. text-align: center;
  322. margin-left: 8px;
  323. color: #666666;
  324. cursor: pointer;
  325. float: left;
  326. border: 1px solid #E6E6E6;
  327. line-height: 11px;
  328. font-size: 14px;
  329. font-family: "Microsoft YaHei", "SimSun", "黑体", serif;
  330. }
  331. .o2_homepage_task_page_item_over {
  332. background-color: #cccccc;
  333. color: #ffffff;
  334. }
  335. .o2_homepage_task_page_item_current {
  336. background-color: #4A90E2;
  337. color: #ffffff;
  338. }
  339. .o2_homepage_infor_title {
  340. margin: 0 20px;
  341. height: 50px;
  342. line-height: 50px;
  343. margin-bottom: 15px;
  344. border-bottom: 1px solid #E6E6E6;
  345. overflow: hidden;
  346. }
  347. .o2_homepage_infor_title_action {
  348. height: 50px;
  349. float: right;
  350. background-repeat: no-repeat;
  351. background-position: 0 center;
  352. padding-left: 20px;
  353. color: #4A90E2;
  354. cursor: pointer;
  355. background-image: url(../x_component_Homepage/$Main/default/icon/icon_zengjia_blue2_click.png);
  356. }
  357. .o2_homepage_task_title_tabarea {
  358. font-size: 16px;
  359. height: 50px;
  360. color: #666666;
  361. }
  362. .o2_homepage_task_title_tab {
  363. height: 47px;
  364. border-bottom: 3px solid #ffffff;
  365. float: left;
  366. margin-right: 20px;
  367. margin-left: 5px;
  368. cursor: pointer;
  369. }
  370. .o2_homepage_task_title_tab_over {
  371. border-bottom: 3px solid #999999;
  372. }
  373. .o2_homepage_task_title_tab_current {
  374. color: #4A90E2;
  375. border-color: #4A90E2;
  376. }
  377. .o2_homepage_infor_area {
  378. overflow: hidden;
  379. margin: 0 20px 20px 20px;
  380. background-position: center;
  381. background-repeat: no-repeat;
  382. }
  383. .o2_homepage_infor_hotpicArea {
  384. height: 100%;
  385. width: 36%;
  386. float: left;
  387. background: #F7FBFF;
  388. border-radius: 8px;
  389. }
  390. .o2_homepage_infor_hotpicArea_doc {
  391. position: relative;
  392. overflow: hidden;
  393. margin: 20px;
  394. background-position: center;
  395. background-repeat: no-repeat;
  396. }
  397. .o2_homepage_infor_hotpicArea_page {
  398. height: 40px;
  399. text-align: center;
  400. }
  401. .o2_homepage_infor_itemsArea {
  402. height: 100%;
  403. }
  404. .o2_homepage_infor_itemsArea_content {
  405. overflow: hidden;
  406. background-position: center;
  407. background-repeat: no-repeat;
  408. }
  409. .o2_homepage_infor_itemsArea_page {
  410. height: 40px;
  411. }
  412. .o2_homepage_infor_hotpicNode {
  413. width: 100%;
  414. position: absolute;
  415. top: 0;
  416. left: 0;
  417. overflow: hidden;
  418. z-index: 0;
  419. opacity: 0;
  420. }
  421. .o2_homepage_infor_hotpicNode_current {
  422. z-index: 100;
  423. }
  424. .o2_homepage_infor_hotpicImg {
  425. margin-bottom: 20px;
  426. background-position: center;
  427. background-repeat: no-repeat;
  428. background-size: cover;
  429. border-radius: 8px;
  430. cursor: pointer;
  431. }
  432. .o2_homepage_infor_hotpicInfor_title {
  433. height: 24px;
  434. line-height: 24px;
  435. font-size: 14px;
  436. color: #333333;
  437. overflow: hidden;
  438. cursor: pointer;
  439. }
  440. .o2_homepage_infor_hotpicInfor_content {
  441. font-size: 12px;
  442. color: #666666;
  443. letter-spacing: 0;
  444. line-height: 18px;
  445. height: 36px;
  446. margin-top: 5px;
  447. overflow: hidden;
  448. }
  449. .o2_homepage_infor_hotpicInfor_date{
  450. font-size: 12px;
  451. color: #999999;
  452. text-align: right;
  453. height: 20px;
  454. line-height: 20px;
  455. overflow: hidden;
  456. }
  457. .o2_homepage_hotpic_area_content_empty_node {
  458. font-size: 14px;
  459. color: #CCCCCC;
  460. text-align: center;
  461. background-position: top;
  462. background-repeat: no-repeat;
  463. background-image: url(../x_component_Homepage/$Main/default/icon/icon_wuxiaoxi.png);
  464. width: 120px;
  465. height: 30px;
  466. padding-top: 60px;
  467. line-height: 30px;
  468. margin: 30px auto 0 auto;
  469. }
  470. .o2_homepage_infor_hotpicArea_page_item {
  471. width: 18px;
  472. height: 6px;
  473. border-radius: 6px;
  474. background-color: #dddddd;
  475. float: left;
  476. margin-left: 5px;
  477. cursor: pointer;
  478. }
  479. .o2_homepage_infor_hotpicArea_page_item_current{
  480. background-color: #666666;
  481. }
  482. .o2_homepage_infor_hotpicArea_pagecontent {
  483. margin: auto;
  484. display: inline-block;
  485. }
  486. .o2_homepage_infor_area_action {
  487. height: 30px;
  488. }
  489. .o2_homepage_meeting_area_action {
  490. height: 0;
  491. }
  492. .o2_homepage_meeting_area_content_empty_node {
  493. font-size: 14px;
  494. color: #CCCCCC;
  495. text-align: center;
  496. background-position: top;
  497. background-repeat: no-repeat;
  498. background-image: url(../x_component_Homepage/$Main/default/icon/icon_wuhuiyi.png);
  499. /*width: 90px;*/
  500. height: 30px;
  501. padding-top: 60px;
  502. line-height: 30px;
  503. margin: 30px auto 0 auto;
  504. }
  505. .o2_homepage_meeting_item_node {
  506. height: 79px;
  507. border-bottom: 1px solid #E6E6E6;
  508. color: #333333;
  509. cursor: pointer;
  510. }
  511. .o2_homepage_meeting_item_action {
  512. width: 54px;
  513. height: 60px;
  514. margin-right: 18px;
  515. padding-top: 15px;
  516. float: right;
  517. }
  518. .o2_homepage_meeting_item_infor {
  519. margin-right: 80px;
  520. height: 60px;
  521. padding-top: 10px;
  522. padding-left: 15px;
  523. }
  524. .o2_homepage_meeting_item_title {
  525. height: 24px;
  526. line-height: 24px;
  527. font-size: 14px;
  528. overflow: hidden;
  529. }
  530. .o2_homepage_meeting_item_time {
  531. height: 18px;
  532. line-height: 18px;
  533. font-size: 12px;
  534. color: #666666;
  535. overflow: hidden;
  536. }
  537. .o2_homepage_meeting_item_location {
  538. height: 18px;
  539. line-height: 18px;
  540. font-size: 12px;
  541. color: #666666;
  542. overflow: hidden;
  543. }
  544. .o2_homepage_meeting_title {
  545. margin: 0 20px;
  546. height: 50px;
  547. line-height: 50px;
  548. margin-bottom: 0px;
  549. border-bottom: 1px solid #E6E6E6;
  550. overflow: hidden;
  551. }
  552. .o2_homepage_meeting_item_action_accepted {
  553. width: 54px;
  554. height: 20px;
  555. background: #60BF78;
  556. border-radius: 10px;
  557. font-size: 12px;
  558. color: #FFFFFF;
  559. text-align: center;
  560. line-height: 20px;
  561. }
  562. .o2_homepage_meeting_item_action_rejected {
  563. width: 54px;
  564. height: 20px;
  565. background: #bbbbbb;
  566. border-radius: 10px;
  567. font-size: 12px;
  568. color: #FFFFFF;
  569. text-align: center;
  570. line-height: 20px;
  571. }
  572. .o2_homepage_meeting_item_action_accept {
  573. width: 54px;
  574. height: 20px;
  575. background: #4DA1FF;
  576. border-radius: 10px;
  577. font-size: 12px;
  578. color: #FFFFFF;
  579. text-align: center;
  580. line-height: 20px;
  581. }
  582. .o2_homepage_meeting_item_action_reject{
  583. margin-top: 8px;
  584. width: 54px;
  585. height: 20px;
  586. background: #FF8080;
  587. border-radius: 10px;
  588. font-size: 12px;
  589. color: #FFFFFF;
  590. text-align: center;
  591. line-height: 20px;
  592. }
  593. .o2_homepage_file_area_content_empty_node {
  594. font-size: 14px;
  595. color: #CCCCCC;
  596. text-align: center;
  597. background-position: top;
  598. background-repeat: no-repeat;
  599. background-image: url(../x_component_Homepage/$Main/default/icon/icon_wuwenjian.png);
  600. cursor: pointer;
  601. /*width: 90px;*/
  602. height: 30px;
  603. padding-top: 60px;
  604. line-height: 20px;
  605. margin: 30px auto 0 auto;
  606. }
  607. .o2_homepage_file_item_node {
  608. height: 50px;
  609. border-bottom: 1px solid #E6E6E6;
  610. color: #333333;
  611. }
  612. .o2_homepage_file_item_icon {
  613. height: 50px;
  614. width: 50px;
  615. background-size: 30px;
  616. background-repeat: no-repeat;
  617. background-position: center;
  618. float: left;
  619. }
  620. .o2_homepage_file_item_action {
  621. float: right;
  622. height: 50px;
  623. width: 50px;
  624. text-align: center;
  625. line-height: 50px;
  626. background-image: url(../x_component_Homepage/$Main/default/icon/icon_down.png);
  627. background-position: center;
  628. background-repeat: no-repeat;
  629. cursor: pointer;
  630. }
  631. .o2_homepage_file_item_title {
  632. height: 50px;
  633. margin: 0 50px;
  634. line-height: 50px;
  635. font-size: 14px;
  636. cursor: pointer;
  637. word-break: break-all;
  638. overflow: hidden;
  639. }
  640. .o2_homepage_calender {
  641. height: 380px;
  642. width: 340px;
  643. margin: auto;
  644. }
  645. .o2_homepage_calender_infor {
  646. font-size: 13px;
  647. color: #666666;
  648. height: 30px;
  649. padding: 0 20px;
  650. line-height: 30px;
  651. }
  652. .o2_homepage_calendar_area_content_empty_node {
  653. font-size: 14px;
  654. color: #CCCCCC;
  655. text-align: center;
  656. background-position: top;
  657. background-repeat: no-repeat;
  658. background-image: url(../x_component_Homepage/$Main/default/icon/icon_wuricheng.png);
  659. /*width: 90px;*/
  660. height: 30px;
  661. padding-top: 60px;
  662. line-height: 30px;
  663. margin: 30px auto 0 auto;
  664. }
  665. .o2_homepage_calender_item_node {
  666. height: 50px;
  667. padding: 10px 5px;
  668. border-radius: 8px;
  669. color: #333333;
  670. cursor: pointer;
  671. margin-bottom: 10px;
  672. }
  673. .o2_homepage_calender_item_infor {
  674. height: 50px;
  675. line-height: 30px;
  676. margin-right: 70px;
  677. }
  678. .o2_homepage_calender_item_location {
  679. float: right;
  680. height: 50px;
  681. line-height: 25px;
  682. font-size: 12px;
  683. width: 60px;
  684. margin-right: 10px;
  685. text-align: right;
  686. color: #666666;
  687. }
  688. .o2_homepage_calender_item_title {
  689. height: 30px;
  690. overflow: hidden;
  691. }
  692. .o2_homepage_calender_item_title_icon {
  693. height: 6px;
  694. width: 6px;
  695. background-color: #666666;
  696. border-radius: 6px;
  697. margin: 12px;
  698. float: left;
  699. }
  700. .o2_homepage_calender_item_title_text {
  701. margin-left: 30px;
  702. overflow: hidden;
  703. text-overflow: ellipsis;
  704. white-space: nowrap;
  705. }
  706. .o2_homepage_calender_item_time {
  707. height: 20px;
  708. line-height: 20px;
  709. color: #666666;
  710. font-size: 12px;
  711. padding-left: 30px;
  712. }
  713. .o2_homepage_calender_item_flag {
  714. background-color: #D94141;
  715. width: 6px;
  716. height: 6px;
  717. border-radius: 6px;
  718. position: absolute;
  719. float: right;
  720. top: -18px;
  721. }
  722. .o2_homepage_calender_flag {
  723. width: 0;
  724. height: 0;
  725. }
  726. .o2_homepage_calender_area {
  727. overflow: hidden;
  728. margin: 0;
  729. }
  730. .o2_homepage_calender_area_content {
  731. background-position: center;
  732. background-repeat: no-repeat;
  733. padding: 0 20px;
  734. overflow: auto;
  735. }
  736. .o2_homepage_calender_count_flag{
  737. width: 10px;
  738. height: 10px;
  739. border-radius: 12px;
  740. background-color: #F23030;
  741. color: #ffffff;
  742. display: inline;
  743. padding: 0 5px;
  744. margin-left: 3px;
  745. margin-right: 3px;
  746. }