style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. .o2_profile_titleBar {
  2. overflow: hidden;
  3. height: 50px;
  4. background-color: #4c6b87;
  5. }
  6. .o2_profile_titleUserNode {
  7. width: 80px;
  8. float: right;
  9. }
  10. .o2_profile_titleUserIconNode {
  11. background: url(/x_component_process_TaskCenter/$Main/default/user.png) center center no-repeat;
  12. width: 24px;
  13. height: 24px;
  14. margin-top: 13px;
  15. float: left;
  16. }
  17. .o2_profile_titleUserTextNode {
  18. margin-left: 24px;
  19. color: #FFFFFF;
  20. font-size: 14px;
  21. line-height: 50px;
  22. }
  23. .o2_profile_titleTextNode {
  24. padding-left: 20px;
  25. color: #FFFFFF;
  26. font-size: 18px;
  27. line-height: 50px;
  28. font-weight: bold;
  29. width: 160px;
  30. float: left;
  31. }
  32. .o2_profile_contentNode {
  33. overflow: hidden;
  34. background-color: #ffffff;
  35. height: 100%;
  36. }
  37. .o2_profile_configNode {
  38. min-height: 640px;
  39. position: relative;
  40. }
  41. .o2_profile_inforConfigArea {
  42. height: 360px;
  43. min-width: 400px;
  44. width: 50%;
  45. margin: 40px auto;
  46. color: #666;
  47. border: 0 solid red;
  48. }
  49. .o2_profile_inforLine {
  50. overflow: hidden;
  51. margin-bottom: 5px;
  52. }
  53. .o2_profile_inforIconTitle {
  54. width: 20%;
  55. min-width: 80px;
  56. height: 72px;
  57. font-size: 14px;
  58. line-height: 72px;
  59. color: #da7429;
  60. float: left;
  61. }
  62. .o2_profile_inforIconContent {
  63. width: 100px;
  64. height: 100px;
  65. margin: auto;
  66. }
  67. .o2_profile_inforIconContentImg {
  68. border: 0px;
  69. width: 100px;
  70. height: 100px;
  71. border-radius: 166.67px;
  72. }
  73. .o2_profile_inforIconChange {
  74. cursor: pointer;
  75. margin: 22px auto;
  76. width: 90px;
  77. height: 36px;
  78. border: 1px solid #4A90E2;
  79. border-radius: 100px;
  80. font-family: MicrosoftYaHei;
  81. font-size: 14px;
  82. color: #4A90E2;
  83. line-height: 36px;
  84. text-align: center;
  85. }
  86. .o2_profile_inforContent {
  87. margin-left: 80px;
  88. height: 36px;
  89. line-height: 36px;
  90. overflow: hidden;
  91. }
  92. .o2_profile_inforContent_signature {
  93. height: 100px;
  94. }
  95. .o2_profile_inforTitle {
  96. width: 20%;
  97. min-width: 80px;
  98. height: 36px;
  99. line-height: 36px;
  100. float: left;
  101. font-family: STHeitiSC-Medium;
  102. font-size: 16px;
  103. color: #999999;
  104. text-align: right;
  105. padding-right: 20px;
  106. }
  107. .o2_profile_inforContentInput {
  108. background-color: #FFF;
  109. background: #FFFFFF;
  110. border: 1px solid #DEDEDE;
  111. border-radius: 100px;
  112. width:77%;
  113. min-width: 300px;
  114. height: 32px;
  115. font-family: MicrosoftYaHei;
  116. font-size: 14px;
  117. color: #666666;
  118. padding: 0 0 0 8px;
  119. outline:none;
  120. }
  121. .o2_profile_signature{
  122. width: 77%;
  123. min-width: 296px;
  124. height: 92px;
  125. background: #FFFFFF;
  126. border: 1px solid #DEDEDE;
  127. border-radius: 10px;
  128. font-family: MicrosoftYaHei;
  129. font-size: 14px;
  130. color: #666666;
  131. overflow-y: hidden;
  132. outline:none;
  133. padding-left: 8px;
  134. }
  135. .o2_profile_signature:focus {
  136. border: 1px solid #4A90E2;
  137. font-family: MicrosoftYaHei;
  138. font-size: 14px;
  139. color: #4A90E2;
  140. }
  141. .o2_profile_inforContentInput:focus {
  142. border: 1px solid #4A90E2;
  143. font-family: MicrosoftYaHei;
  144. font-size: 14px;
  145. color: #4A90E2;
  146. }
  147. .o2_profile_inforContentInput_focus {
  148. border: 1px solid #da7429;
  149. /*box-shadow: 0 0 8px #fab37e;*/
  150. border-radius: 100px;
  151. }
  152. .o2_profile_inforContentInput_error {
  153. border: 1px solid #F00;
  154. box-shadow: 0 0 8px #F00;
  155. border-radius: 100px;
  156. }
  157. .o2_profile_saveInforAction {
  158. height: 40px;
  159. line-height: 40px;
  160. text-align: center;
  161. width: 300px;
  162. cursor: pointer;
  163. margin: 10px auto;
  164. background: #F0F0F0;
  165. border-radius: 100px;
  166. font-family: STHeitiSC-Medium;
  167. font-size: 18px;
  168. color: #666666;
  169. text-align: center;
  170. }
  171. .o2_profile_savePasswordAction {
  172. height: 40px;
  173. line-height: 40px;
  174. width: 200px;
  175. cursor: pointer;
  176. /* margin: 10px 0 0 110px; */
  177. background: #4A90E2;
  178. border-radius: 100px;
  179. font-family: MicrosoftYaHei;
  180. font-size: 16px;
  181. color: #FFFFFF;
  182. text-align: center;
  183. top: 0;
  184. right: 0;
  185. bottom: 0;
  186. left: 0;
  187. margin: auto;
  188. }
  189. .o2_profile_layoutTitle {
  190. height: 40px;
  191. line-height: 40px;
  192. margin: 20px 30px 20px 30px;
  193. font-family: MicrosoftYaHei;
  194. font-size: 20px;
  195. color: #333333;
  196. }
  197. .o2_profile_layoutButtonArea {
  198. margin: 20px 30px 20px 30px;
  199. overflow: hidden;
  200. }
  201. .o2_profile_layoutClearDataAction {
  202. height: 50px;
  203. width: 180px;
  204. line-height: 50px;
  205. text-align: center;
  206. cursor: pointer;
  207. margin: 10px auto;
  208. margin-right: 20px;
  209. float: left;
  210. background: #F5F5F5;
  211. border-radius: 100px;
  212. font-family: MicrosoftYaHei;
  213. font-size: 14px;
  214. color: #666666;
  215. }
  216. .o2_profile_layoutClearDataAction:hover {
  217. opacity: 0.1;
  218. background: #4A90E2;
  219. color: #4A90E2;
  220. }
  221. .o2_profile_ideasArea {
  222. width: 97%;
  223. height: 350px;
  224. margin: 30px 20px;
  225. overflow: auto;
  226. border-radius: 10px;
  227. border: 1px solid #DEDEDE;
  228. font-family: MicrosoftYaHei;
  229. font-size: 14px;
  230. color: #999999;
  231. outline:none;
  232. padding: 8px;
  233. }
  234. .o2_profile_ideasSave {
  235. height: 40px;
  236. width: 220px;
  237. background-color: #FFF;
  238. line-height: 40px;
  239. text-align: center;
  240. cursor: pointer;
  241. float: left;
  242. margin: 0 0 0 20px;
  243. border-radius: 100px;
  244. background: #F0F0F0;
  245. font-family: MicrosoftYaHei;
  246. font-size: 16px;
  247. color: #666666;
  248. }
  249. .o2_profile_ideasSave:hover{
  250. background: #4A90E2;
  251. color: #FFFFFF;
  252. }
  253. .o2_profile_passwordConfigArea_view{
  254. height: 550px;
  255. width: 550px;
  256. margin: auto;
  257. color: #666;
  258. border: 0 solid red;
  259. top: 0;
  260. right: 0;
  261. left: 0;
  262. bottom: 0;
  263. position: absolute;
  264. }
  265. .o2_profile_passwordConfigArea{
  266. height: 250px;
  267. min-width: 550px;
  268. width: 50%;
  269. margin: 40px auto;
  270. color: #666;
  271. border: 0 solid red;
  272. }
  273. .o2_profile_passwordStrength {
  274. margin-top: 6px;
  275. float: left;
  276. padding-left: 2px;
  277. width: 35px;
  278. overflow: hidden;
  279. }
  280. .o2_profile_passwordStrengthColor {
  281. background-color: #b3b3b3;
  282. height: 5px;
  283. }
  284. .o2_profile_passwordStrengthColor_low {
  285. opacity: 0.5;
  286. background-color: #33C025;
  287. }
  288. .o2_profile_passwordStrengthColor_middle {
  289. opacity: 0.7;
  290. background-color: #33C025;
  291. }
  292. .o2_profile_passwordStrengthColor_high {
  293. background-color: #33C025;
  294. }
  295. .o2_profile_passwordStrengthText {
  296. font-size: 12px;
  297. color: #999;
  298. text-align: center;
  299. line-height: 16px;
  300. margin-top: 5px;
  301. }
  302. .o2_profile_passwordStrengthText_current {
  303. color: #666;
  304. text-align: center;
  305. margin-top: 5px;
  306. }
  307. .o2_profile_passwordRemindNode {
  308. float: left;
  309. padding-left: 10px;
  310. padding-top: 10px;
  311. line-height: 27px;
  312. width: 200px;
  313. font-size: 12px;
  314. color: #999999;
  315. }
  316. .o2_profile_passwordWarmming{
  317. color: red;
  318. }
  319. .o2_profile_ssoConfigTitle {
  320. padding: 20px;
  321. font-size: 18px;
  322. font-weight: bold;
  323. color: #666666;
  324. }
  325. .o2_profile_ssoConfigArea{
  326. padding: 10px 40px;
  327. }
  328. .o2_profile_ssoItemLink{
  329. font-size: 14px;
  330. display: block;
  331. margin-bottom: 10px;
  332. }
  333. .o2_profile_previewBackground{
  334. width: 220px;
  335. height: 120px;
  336. float: left;
  337. margin: 10px 15px;
  338. overflow: hidden;
  339. cursor: pointer;
  340. position: relative;
  341. }
  342. .o2_profile_previewBackground img{
  343. width: 220px;
  344. height: 120px;
  345. border-radius: 16px;
  346. }
  347. .o2_profile_previewBackground_current{
  348. background-color: rgba(74,144,226,0.40);
  349. box-shadow: 0 0 8px #fab37e;
  350. }
  351. .profile_previewBackground_current .icon{
  352. height: 24px;
  353. width: 24px;
  354. position: absolute;
  355. right: 0;
  356. }
  357. .o2_profile_emPower_tab {
  358. padding: 0 20px;
  359. }
  360. .emPowerTable th {
  361. background: #F0F0F0;
  362. border: 0;
  363. font-family: MicrosoftYaHei;
  364. font-size: 15px;
  365. color: #333333;
  366. line-height: 20px;
  367. height: 40px;
  368. font-weight: normal;
  369. text-align: left;
  370. }
  371. .o2_profile_emPower_Btnimg{
  372. width: 16px;
  373. height: 16px;
  374. float: left;
  375. cursor: pointer;
  376. margin: 7px 5px;
  377. }
  378. .o2_profile_emPower_Btntext{
  379. line-height: 30px;
  380. float: left;
  381. cursor: pointer;
  382. margin: 0 15px 0 0;
  383. text-align: center;
  384. font-family: MicrosoftYaHei;
  385. font-size: 14px;
  386. color: #666666;
  387. }
  388. div:hover>.o2_profile_emPower_Btntext{
  389. color: #4A90E2;
  390. }
  391. div>.o2_profile_emPower_Add{
  392. float: right;
  393. }
  394. .o2_profile_emPower_Add .o2_profile_emPower_Btnimg {
  395. background: url(/x_component_Profile/$Main/newVersion/icon_zengjia_blue2.png) no-repeat;
  396. }
  397. .o2_profile_emPower_Add:hover .o2_profile_emPower_Btnimg {
  398. background: url(/x_component_Profile/$Main/newVersion/icon_zengjia_blue2_click.png) no-repeat;
  399. }
  400. div>.o2_profile_emPower_WithDraw{
  401. float: right;
  402. }
  403. .o2_profile_emPower_WithDraw .o2_profile_emPower_Btnimg {
  404. background: url(/x_component_Profile/$Main/newVersion/icon_chehui.png) no-repeat;
  405. }
  406. .o2_profile_emPower_WithDraw:hover .o2_profile_emPower_Btnimg {
  407. background: url(/x_component_Profile/$Main/newVersion/icon_chehui_click.png) no-repeat;
  408. }
  409. .o2_profile_emPower_Edit .o2_profile_emPower_Btnimg {
  410. background: url(/x_component_Profile/$Main/newVersion/icon_bianji2.png) no-repeat;
  411. }
  412. .o2_profile_emPower_Edit:hover .o2_profile_emPower_Btnimg {
  413. background: url(/x_component_Profile/$Main/newVersion/icon_bianji2_click.png) no-repeat;
  414. }
  415. .o2_profile_emPower_Enable .o2_profile_emPower_Btnimg {
  416. background: url(/x_component_Profile/$Main/newVersion/icon_qiyong.png) no-repeat;
  417. }
  418. .o2_profile_emPower_Enable:hover .o2_profile_emPower_Btnimg {
  419. background: url(/x_component_Profile/$Main/newVersion/icon_qiyong_click.png) no-repeat;
  420. }
  421. .o2_profile_emPower_Disable .o2_profile_emPower_Btnimg {
  422. background: url(/x_component_Profile/$Main/newVersion/icon_jinyong.png) no-repeat;
  423. }
  424. .o2_profile_emPower_Disable:hover .o2_profile_emPower_Btnimg {
  425. background: url(/x_component_Profile/$Main/newVersion/icon_jinyong_click.png) no-repeat;
  426. }
  427. .o2_profile_empower_checkbox{
  428. float: left;
  429. width: 16px;
  430. height: 16px;
  431. background: url(/x_component_Profile/$Main/newVersion/icon_circle2.png) no-repeat;
  432. border-radius: 8px;
  433. margin: 2px 10px;
  434. }
  435. label.o2_profile_empower_radio{
  436. float: left;
  437. width: 16px;
  438. height: 16px;
  439. background: url(/x_component_Profile/$Main/newVersion/icon_circle2.png) no-repeat;
  440. border-radius: 8px;
  441. margin: 2px 10px;
  442. }
  443. label.o2_profile_empower_checkbox__checked{
  444. background: url(/x_component_Profile/$Main/newVersion/icon_ok2_click_copy_2.png) no-repeat;
  445. }
  446. label.o2_profile_empower_radio__checked{
  447. background: url(/x_component_Profile/$Main/newVersion/icon_circle_blue_click.png) no-repeat;
  448. }
  449. .o2_profile_empower_checkbox input[type=checkbox]{
  450. opacity: 0;
  451. }
  452. label.o2_profile_empower_radio input[type=radio]{
  453. opacity: 0;
  454. }
  455. .emPowerTable .disabled *{
  456. opacity: 0.6;
  457. }
  458. .emPowerTable tr{
  459. background: #FFFFFF;
  460. box-shadow: inset 0 -1px 0 0 #E6E6E6;
  461. font-family: MicrosoftYaHei;
  462. font-size: 14px;
  463. color: #666666;
  464. height: 50px;
  465. text-align: left;
  466. }
  467. .emPowerTable tr:hover{
  468. background: #F7F7F7;
  469. }
  470. .emPowerTable tr.first{
  471. height: 40px;
  472. }
  473. .emPowerTable .selected{
  474. background: #F7F7F7;
  475. }
  476. .emPowerTable td{
  477. padding-left: 10px;
  478. }
  479. .emPowerTable th{
  480. padding-left: 10px;
  481. }
  482. .emPowerTable tr>:first-child {
  483. color:#333333;;
  484. }
  485. .o2_profile_emPower_noData {
  486. margin: 200px auto;
  487. width: 100px;
  488. line-height: 30px;
  489. text-align: center;
  490. }
  491. .o2_profile_emPower_noData div{
  492. font-family: MicrosoftYaHei;
  493. font-size: 14px;
  494. color: #CCCCCC;
  495. text-align: center;
  496. }
  497. .o2_profile_emPower_noData .o2_profile_emPower_Add{
  498. font-family: MicrosoftYaHei;
  499. font-size: 14px;
  500. color: #4A90E2;
  501. cursor: pointer;
  502. float: none;
  503. }
  504. .formTableArea table *{
  505. border-spacing: 0px;
  506. }
  507. #empowerEditTable *{
  508. box-sizing: border-box !important;
  509. }
  510. /*.formTableArea table .selectNode:hover {
  511. background:url(/x_component_Profile/$Main/newVersion/icon_zengjia_blue2_click.png) center center no-repeat !important
  512. }*/
  513. .showNode div{
  514. float: left !important;
  515. margin: 5px !important;
  516. line-height: 26px !important;
  517. cursor: pointer !important;
  518. border: 0px !important;
  519. height: 26px !important;
  520. background: #F0F0F0 !important;
  521. border-radius: 100px !important;
  522. padding: 0 10px !important;
  523. font-family: MicrosoftYaHei !important;
  524. font-size: 14px !important;
  525. color: #666666 !important;
  526. text-align: center !important;
  527. }
  528. .showNode div:hover{
  529. background: #4A90E2 !important;
  530. color: #FFFFFF !important;
  531. }
  532. .profile_common_tableDiv{
  533. height:90%;
  534. min-height: 550px;
  535. }
  536. .pagination .page{
  537. height: 24px;
  538. width: 24px;
  539. line-height: 24px;
  540. background: #FFFFFF;
  541. border: 1px solid #E6E6E6;
  542. border-radius: 100px;
  543. font-family: MicrosoftYaHei;
  544. font-size: 12px;
  545. color: #666666;
  546. text-align: center;
  547. margin: 5px;
  548. float: left;
  549. }
  550. .pagination-previous{
  551. background:url(/x_component_Profile/$Main/newVersion/icon_triangle_down.png) center center no-repeat !important;
  552. -moz-transform:rotate(90deg);
  553. -webkit-transform:rotate(90deg);
  554. -o-transform:rotate(90deg);
  555. transform:rotate(90deg);
  556. }
  557. .pagination-next{
  558. background:url(/x_component_Profile/$Main/newVersion/icon_triangle_down.png) center center no-repeat !important;
  559. -moz-transform:rotate(-90deg);
  560. -webkit-transform:rotate(-90deg);
  561. -o-transform:rotate(-90deg);
  562. transform:rotate(-90deg);
  563. }
  564. .pagination .is-current{
  565. background: #4A90E2;
  566. color: #FFFFFF;
  567. }
  568. .pagination{
  569. text-align: center;
  570. }
  571. .pagination>div{
  572. display: inline-block;
  573. }