style.css 14 KB

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