style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  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_facesetButton {
  326. padding: 20px;
  327. font-size: 18px;
  328. font-weight: bold;
  329. color: #666666;
  330. cursor: pointer;
  331. }
  332. .o2_profile_ssoConfigArea{
  333. padding: 10px 40px;
  334. }
  335. .o2_profile_ssoItemLink{
  336. font-size: 14px;
  337. display: block;
  338. margin-bottom: 10px;
  339. }
  340. .o2_profile_previewBackground{
  341. width: 220px;
  342. height: 120px;
  343. float: left;
  344. margin: 10px 15px;
  345. overflow: hidden;
  346. cursor: pointer;
  347. position: relative;
  348. }
  349. .o2_profile_previewBackground img{
  350. width: 220px;
  351. height: 120px;
  352. border-radius: 16px;
  353. }
  354. .o2_profile_previewBackground_current{
  355. background-color: rgba(74,144,226,0.40);
  356. box-shadow: 0 0 8px #fab37e;
  357. }
  358. .profile_previewBackground_current .icon{
  359. height: 24px;
  360. width: 24px;
  361. position: absolute;
  362. right: 0;
  363. }
  364. .o2_profile_emPower_tab {
  365. padding: 0 20px;
  366. }
  367. .emPowerTable th {
  368. background: #F0F0F0;
  369. border: 0;
  370. font-family: MicrosoftYaHei;
  371. font-size: 15px;
  372. color: #333333;
  373. line-height: 20px;
  374. height: 40px;
  375. font-weight: normal;
  376. text-align: left;
  377. }
  378. .o2_profile_emPower_Btnimg{
  379. width: 16px;
  380. height: 16px;
  381. float: left;
  382. cursor: pointer;
  383. margin: 7px 5px;
  384. }
  385. .o2_profile_emPower_Btntext{
  386. line-height: 30px;
  387. float: left;
  388. cursor: pointer;
  389. margin: 0 15px 0 0;
  390. text-align: center;
  391. font-family: MicrosoftYaHei;
  392. font-size: 14px;
  393. color: #666666;
  394. }
  395. div:hover>.o2_profile_emPower_Btntext{
  396. color: #4A90E2;
  397. }
  398. div>.o2_profile_emPower_Add{
  399. float: right;
  400. }
  401. .o2_profile_emPower_Add .o2_profile_emPower_Btnimg {
  402. background: url(../x_component_Profile/$Main/newVersion/icon_zengjia_blue2.png) no-repeat;
  403. }
  404. .o2_profile_emPower_Add:hover .o2_profile_emPower_Btnimg {
  405. background: url(../x_component_Profile/$Main/newVersion/icon_zengjia_blue2_click.png) no-repeat;
  406. }
  407. div>.o2_profile_emPower_WithDraw{
  408. float: right;
  409. }
  410. .o2_profile_emPower_WithDraw .o2_profile_emPower_Btnimg {
  411. background: url(../x_component_Profile/$Main/newVersion/icon_chehui.png) no-repeat;
  412. }
  413. .o2_profile_emPower_WithDraw:hover .o2_profile_emPower_Btnimg {
  414. background: url(../x_component_Profile/$Main/newVersion/icon_chehui_click.png) no-repeat;
  415. }
  416. .o2_profile_emPower_Edit .o2_profile_emPower_Btnimg {
  417. background: url(../x_component_Profile/$Main/newVersion/icon_bianji2.png) no-repeat;
  418. }
  419. .o2_profile_emPower_Edit:hover .o2_profile_emPower_Btnimg {
  420. background: url(../x_component_Profile/$Main/newVersion/icon_bianji2_click.png) no-repeat;
  421. }
  422. .o2_profile_emPower_Enable .o2_profile_emPower_Btnimg {
  423. background: url(../x_component_Profile/$Main/newVersion/icon_qiyong.png) no-repeat;
  424. }
  425. .o2_profile_emPower_Enable:hover .o2_profile_emPower_Btnimg {
  426. background: url(../x_component_Profile/$Main/newVersion/icon_qiyong_click.png) no-repeat;
  427. }
  428. .o2_profile_emPower_Disable .o2_profile_emPower_Btnimg {
  429. background: url(../x_component_Profile/$Main/newVersion/icon_jinyong.png) no-repeat;
  430. }
  431. .o2_profile_emPower_Disable:hover .o2_profile_emPower_Btnimg {
  432. background: url(../x_component_Profile/$Main/newVersion/icon_jinyong_click.png) no-repeat;
  433. }
  434. .o2_profile_empower_checkbox{
  435. float: left;
  436. width: 16px;
  437. height: 16px;
  438. background: url(../x_component_Profile/$Main/newVersion/icon_circle2.png) no-repeat;
  439. border-radius: 8px;
  440. margin: 2px 10px;
  441. }
  442. label.o2_profile_empower_radio{
  443. float: left;
  444. width: 16px;
  445. height: 16px;
  446. background: url(../x_component_Profile/$Main/newVersion/icon_circle2.png) no-repeat;
  447. border-radius: 8px;
  448. margin: 2px 10px;
  449. }
  450. label.o2_profile_empower_checkbox__checked{
  451. background: url(../x_component_Profile/$Main/newVersion/icon_ok2_click_copy_2.png) no-repeat;
  452. }
  453. label.o2_profile_empower_radio__checked{
  454. background: url(../x_component_Profile/$Main/newVersion/icon_circle_blue_click.png) no-repeat;
  455. }
  456. .o2_profile_empower_checkbox input[type=checkbox]{
  457. opacity: 0;
  458. }
  459. label.o2_profile_empower_radio input[type=radio]{
  460. opacity: 0;
  461. }
  462. .emPowerTable .disabled *{
  463. opacity: 0.6;
  464. }
  465. .emPowerTable tr{
  466. background: #FFFFFF;
  467. box-shadow: inset 0 -1px 0 0 #E6E6E6;
  468. font-family: MicrosoftYaHei;
  469. font-size: 14px;
  470. color: #666666;
  471. height: 50px;
  472. text-align: left;
  473. }
  474. .emPowerTable tr:hover{
  475. background: #F7F7F7;
  476. }
  477. .emPowerTable tr.first{
  478. height: 40px;
  479. }
  480. .emPowerTable .selected{
  481. background: #F7F7F7;
  482. }
  483. .emPowerTable td{
  484. padding-left: 10px;
  485. }
  486. .emPowerTable th{
  487. padding-left: 10px;
  488. }
  489. .emPowerTable tr>:first-child {
  490. color:#333333;;
  491. }
  492. .o2_profile_emPower_noData {
  493. margin: 200px auto;
  494. width: 100px;
  495. line-height: 30px;
  496. text-align: center;
  497. }
  498. .o2_profile_emPower_noData div{
  499. font-family: MicrosoftYaHei;
  500. font-size: 14px;
  501. color: #CCCCCC;
  502. text-align: center;
  503. }
  504. .o2_profile_emPower_noData .o2_profile_emPower_Add{
  505. font-family: MicrosoftYaHei;
  506. font-size: 14px;
  507. color: #4A90E2;
  508. cursor: pointer;
  509. float: none;
  510. }
  511. .formTableArea table *{
  512. border-spacing: 0px;
  513. }
  514. #empowerEditTable *{
  515. box-sizing: border-box !important;
  516. }
  517. /*.formTableArea table .selectNode:hover {
  518. background:url(../x_component_Profile/$Main/newVersion/icon_zengjia_blue2_click.png) center center no-repeat !important
  519. }*/
  520. .showNode div{
  521. float: left !important;
  522. margin: 5px !important;
  523. line-height: 26px !important;
  524. cursor: pointer !important;
  525. border: 0px !important;
  526. height: 26px !important;
  527. background: #F0F0F0 !important;
  528. border-radius: 100px !important;
  529. padding: 0 10px !important;
  530. font-family: MicrosoftYaHei !important;
  531. font-size: 14px !important;
  532. color: #666666 !important;
  533. text-align: center !important;
  534. }
  535. .showNode div:hover{
  536. background: #4A90E2 !important;
  537. color: #FFFFFF !important;
  538. }
  539. .profile_common_tableDiv{
  540. height:90%;
  541. min-height: 550px;
  542. }
  543. .pagination .page{
  544. height: 24px;
  545. width: 24px;
  546. line-height: 24px;
  547. background: #FFFFFF;
  548. border: 1px solid #E6E6E6;
  549. border-radius: 100px;
  550. font-family: MicrosoftYaHei;
  551. font-size: 12px;
  552. color: #666666;
  553. text-align: center;
  554. margin: 5px;
  555. float: left;
  556. }
  557. .pagination-previous{
  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-next{
  565. background:url(../x_component_Profile/$Main/newVersion/icon_triangle_down.png) center center no-repeat !important;
  566. -moz-transform:rotate(-90deg);
  567. -webkit-transform:rotate(-90deg);
  568. -o-transform:rotate(-90deg);
  569. transform:rotate(-90deg);
  570. }
  571. .pagination .is-current{
  572. background: #4A90E2;
  573. color: #FFFFFF;
  574. }
  575. .pagination{
  576. text-align: center;
  577. }
  578. .pagination>div{
  579. display: inline-block;
  580. }