style.css 13 KB

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