ssoInfo.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  1. <style>
  2. .count .count01 {
  3. display: block;
  4. }
  5. /*account*/
  6. .user-role > .role-item {
  7. float: left;
  8. }
  9. .user-role > .role-item > .icon {
  10. text-align: center;
  11. color: #333;
  12. padding: 1px 3px;
  13. border-radius: 50%;
  14. border: 1px solid #333;
  15. }
  16. .user-role > .role-item > .icon.info {
  17. color: #56a022;
  18. border: 1px solid #56a022;
  19. }
  20. .user-role > .role-item > .icon.warning {
  21. color: #8a6d3b;
  22. border: 1px solid #8a6d3b;
  23. }
  24. .row-operator > .operator-menu a:hover {
  25. color: #fff;
  26. }
  27. .row-operator > .operator-menu {
  28. right: 100%;
  29. left: inherit;
  30. }
  31. .row-operator2 {
  32. position: relative;
  33. }
  34. .row-operator2 > .operator-menu2 {
  35. position: absolute;
  36. width: 140px;
  37. height: 60;
  38. line-height: 30px;
  39. padding: 0 10px;
  40. top: 30;
  41. background-color: #333;
  42. border-radius: 0 3px 3px 0;
  43. opacity: 0;
  44. right: 0;
  45. }
  46. .row-operator2 > .operator-menu2 a {
  47. color: #fff;
  48. }
  49. .row-operator2 > .operator-menu2 a:hover {
  50. color: #56a022;
  51. }
  52. .row-operator2:hover > .operator-menu2 {
  53. z-index: 100;
  54. height: 60px;
  55. opacity: .75;
  56. -webkit-transition: all 0s ease-in-out;
  57. -moz-transition: all 0s ease-in-out;
  58. transition: all 0s ease-in-out;
  59. }
  60. .row-operator2 > .operator-menu3 {
  61. position: absolute;
  62. width: 125px;
  63. height: 60px;
  64. line-height: 30px;
  65. padding: 0 10px;
  66. top: 30px;
  67. background-color: #333;
  68. border-radius: 0 3px 3px 0;
  69. opacity: 0;
  70. }
  71. .row-operator2 > .operator-menu3 a {
  72. color: #fff;
  73. }
  74. .row-operator2 > .operator-menu3 a:hover {
  75. color: #56a022;
  76. }
  77. .row-operator2:hover > .operator-menu3 {
  78. z-index: 100;
  79. height: 40px;
  80. opacity: .75;
  81. -webkit-transition: all 0s ease-in-out;
  82. -moz-transition: all 0s ease-in-out;
  83. transition: all 0s ease-in-out;
  84. }
  85. .title-div .row-operator2 ul li a {
  86. color: #fff;
  87. }
  88. .title-div .row-operator2 ul li a:hover {
  89. color: #fff;
  90. }
  91. .title-div .pull-right {
  92. float: right;
  93. margin-right: 15px;
  94. font-weight: normal;
  95. }
  96. .title-div .pull-right a {
  97. font-weight: normal;
  98. font-size: 14px;
  99. color: #5078cb;
  100. }
  101. .member-list.table > tbody > tr {
  102. height: 50px;
  103. }
  104. .public-tab.table > thead > tr > th {
  105. border-bottom: #e8e8e8 1px solid !important;
  106. }
  107. .member-list.table > tbody > tr > td a {
  108. font-size: 14px;
  109. color: #5078cb;
  110. }
  111. .member-list.table > tbody > tr > td a:hover {
  112. color: #5078cb;
  113. }
  114. .user-list {
  115. padding-bottom: 50px;
  116. }
  117. .member-list {
  118. margin-bottom: 20px;
  119. }
  120. .user-list .search .form-control {
  121. height: 36px;
  122. border: #bfbfbf 1px solid;
  123. font-size: 14px;
  124. margin-left: 5px;
  125. margin-top: 10px;
  126. }
  127. .user-list .search .input-group-addon {
  128. width: 70px;
  129. height: 36px;
  130. display: inline-block;
  131. background: #5078cb;
  132. font-size: 16px;
  133. text-align: center;
  134. line-height: 36px;
  135. color: #fff;
  136. padding: 0;
  137. border: none;
  138. border-radius: 0;
  139. position: absolute;
  140. top: 0;
  141. right: -4px;
  142. }
  143. .user-list-head .row-operator2 a {
  144. color: #5078cb;
  145. }
  146. .user-list-head .pull-right {
  147. margin-right: 10px;
  148. }
  149. select.input-sm {
  150. line-height: inherit;
  151. }
  152. .user-list-head .pull-right .btn-success[disabled] {
  153. background: #5078cb;
  154. border: none;
  155. }
  156. .user-list-head .pull-right .text-simple {
  157. color: #5078cb;
  158. font-weight: 500;
  159. }
  160. .user-list-head .row-operator2 ul li {
  161. line-height: 30px;
  162. padding: 0;
  163. margin-top: 0;
  164. text-align: center;
  165. }
  166. .user-list-head .row-operator2 ul li a {
  167. color: #fff;
  168. }
  169. .user-list-head .row-operator2 ul li a:hover {
  170. color: #fff;
  171. }
  172. .count_basic ul li div.fl {
  173. width: 90px;
  174. }
  175. .basic_title span.fr button {
  176. width: 40px;
  177. line-height: 40px;
  178. color: #5078cb;
  179. text-align: center;
  180. display: inline-block;
  181. margin-right: 10px;
  182. border: none;
  183. background: none;
  184. font-size: 14px;
  185. }
  186. .count_basic .col-sm-10 .form-control {
  187. border-radius: inherit;
  188. }
  189. .role-info .check-act input{
  190. display: none;
  191. }
  192. .role-info .check-act label{
  193. width: 12px;
  194. height: 12px;
  195. display: inline-block;
  196. background: url(static/img/icon/check-rule.png) no-repeat;
  197. position: relative;
  198. top: 1px;
  199. }
  200. .role-info .check-act label{
  201. background-position: -48px 0;
  202. }
  203. .role-info .check-act input:checked + label{
  204. background-position: -31px 0;
  205. }
  206. table.role-info{
  207. box-sizing: border-box;
  208. border-bottom: none;
  209. }
  210. table.role-info thead{
  211. height: 38px;
  212. width: 100%;
  213. background: #89aefa;
  214. line-height: 38px;
  215. }
  216. table.role-info thead>tr th{
  217. color: #fff;
  218. font-weight: normal;
  219. font-size: 14px;
  220. text-align: center;
  221. border-bottom: none;
  222. vertical-align: middle;
  223. }
  224. table.role-info tbody:first-of-type tr:hover {
  225. background: #f1f5ff;
  226. cursor: default;
  227. }
  228. table.role-info tbody tr:nth-child(even){
  229. background: #f1f5ff;
  230. }
  231. table.role-info tbody tr {
  232. height: 50px;
  233. line-height: 50px;
  234. }
  235. table.role-info tbody tr.role-filter td input,table.role-info tbody tr.role-filter td select {
  236. width: 80%;
  237. padding-left: 5px;
  238. height: 28px;
  239. border: 1px solid #d3d4d3;
  240. border-radius: 0;
  241. }
  242. table.role-info tbody tr.role-filter td select {
  243. background: url("static/img/vendor/images/xiala.png") no-repeat;
  244. background-position: 30px 9px;
  245. }
  246. table.role-info tbody >tr>td{
  247. font-size: 14px;
  248. color: #666;
  249. border-bottom: 1px solid #dae5fd;
  250. border-right: 1px solid #dae5fd;
  251. border-left: 1px solid #dae5fd;
  252. height: 40px;
  253. vertical-align: middle;
  254. text-align: center;
  255. }
  256. table.role-info tbody:last-child >tr>td {
  257. border: none;
  258. }
  259. .auth-info-area {
  260. padding: 15px;
  261. }
  262. .auth-info-area .role-info .role-tag-area {
  263. padding: 5px 0 0 13px;
  264. text-align: left!important;
  265. }
  266. .auth-info-area .role-info .role-tag-area .role-tag {
  267. color: #fff;
  268. width: 25px;
  269. height: 25px;
  270. display: inline-block;
  271. line-height: 25px;
  272. border-radius: 2px;
  273. text-align: center;
  274. }
  275. .user_right .bgcolor-1 {
  276. background: #89aefa !important;
  277. }
  278. .user_right .bgcolor-2 {
  279. background: #f7b73c !important;
  280. }
  281. .user_right .bgcolor-3 {
  282. background: #01d9ce !important;
  283. }
  284. .user_right .bgcolor-4 {
  285. background: #ff6769 !important;
  286. }
  287. .user_right .bgcolor-5 {
  288. background: #ff8050 !important;
  289. }
  290. .user_right .bgcolor-6 {
  291. background: #64bfe9 !important;
  292. }
  293. .user_right .bgcolor-7 {
  294. background: #4bc701 !important;
  295. }
  296. .auth-info-area .role-info .submit-area span {
  297. font-size: 12px;
  298. display: inline-block;
  299. cursor: pointer;
  300. }
  301. .auth-info-area .role-info .submit-area span:last-child {
  302. width: 50px;
  303. height: 24px;
  304. background: #5078cb;
  305. line-height: 24px;
  306. color: #fff;
  307. margin-left: 5px;
  308. }
  309. .auth-info-area .role-info tr td.edit-btn-area a, .auth-info-area .role-info tr td.edit-btn-area span{
  310. color: #5078cb;
  311. cursor: pointer;
  312. }
  313. .auth-info-header {
  314. height: 40px;
  315. line-height: 40px;
  316. background: #f5f8fe;
  317. margin-top: 7px;
  318. padding-right: 24px;
  319. }
  320. .auth-info-header >div {
  321. display: inline-block;
  322. float: right;
  323. }
  324. .auth-info-header .addUser-group {
  325. position: relative;
  326. }
  327. .auth-info-header .addUser-group .addUser-btn {
  328. cursor: pointer;
  329. }
  330. .auth-info-header .addUser-group .addUser-btn img {
  331. position: relative;
  332. top: -4px;
  333. margin-right: 2px;
  334. }
  335. .auth-info-header .addUser-group .addUser-btn span {
  336. font-size: 12px;
  337. }
  338. .auth-info-header .addUser-group .addUser-expand {
  339. position: absolute;
  340. right: -24px;
  341. height: 54px;
  342. width: 121px;
  343. box-shadow: 1.5px 2.598px 7px 0px rgb( 0, 0, 0 );
  344. background: #fff;
  345. }
  346. .auth-info-header .addUser-group .addUser-expand >div {
  347. height: 27px;
  348. line-height: 27px;
  349. font-size: 12px;
  350. cursor: pointer;
  351. margin-left: 5px;
  352. }
  353. .auth-info-header .addUser-group .addUser-expand >div:hover {
  354. color: #5a7fce;
  355. }
  356. .auth-info-header .addUser-group .addUser-expand >div i {
  357. color: #dfe0e1;
  358. font-size: 14px;
  359. }
  360. .auth-info-header .addUser-group .addUser-expand >div:hover i {
  361. color: #5a7fce;
  362. }
  363. .auth-info-header .searchUser-group {
  364. margin-right: 50px;
  365. margin-top: 4px;
  366. height: 32px;
  367. line-height: 32px;
  368. }
  369. .auth-info-header .searchUser-group span {
  370. width: 58px;
  371. height: 32px;
  372. display: inline-block;
  373. line-height: 32px;
  374. text-align: center;
  375. background: #5078cb;
  376. color: #fff;
  377. font-size: 14px;
  378. float: right;
  379. cursor: pointer;
  380. }
  381. .auth-info-header .searchUser-group input {
  382. width: 330px;
  383. height: 32px;
  384. line-height: 32px;
  385. float: right;
  386. padding-left: 5px;
  387. }
  388. .auth-info-header .searchUser-group >div {
  389. background: #fff;
  390. display: inline-block;
  391. height: 30px;
  392. margin-right: 5px;
  393. vertical-align: middle;
  394. }
  395. .auth-info-header .searchUser-group >div >select {
  396. width: 90px;
  397. height: 32px;
  398. font-size: 14px;
  399. padding-left: 5px;
  400. position: relative;
  401. top: -3px;
  402. border: 1px solid #5078cb;
  403. background: url(static/img/vendor/images/xiala-blue.jpg) no-repeat;
  404. background-position: 72px 11px;
  405. }
  406. .auth-info-area ul {
  407. width: auto;
  408. margin: 0 0 20px 0;
  409. }
  410. .auth-info-area ul li {
  411. width: auto;
  412. height: auto;
  413. line-height: inherit;
  414. margin: 0;
  415. border-bottom: none;
  416. font-size: 12px;
  417. }
  418. .auth-info-area ul li a {
  419. width: auto;
  420. float: left;
  421. }
  422. .auth-info-area .record-line {
  423. margin-right: 22px;
  424. }
  425. .role-manage {
  426. padding: 0 14px;
  427. }
  428. .role-manage p {
  429. font-size: 14px;
  430. font-weight: bold;
  431. }
  432. .role-manage >p {
  433. margin: 20px 9px;
  434. }
  435. .role-manage >p.self-header {
  436. margin-top: 30px;
  437. }
  438. .role-manage .default-role-area {
  439. padding: 0 9px 10px 9px;
  440. border-bottom: 2px solid #fde7bd;
  441. }
  442. .role-manage .default-role-box {
  443. width: 190px;
  444. height: 114px;
  445. display: inline-block;
  446. background: #89aefa;
  447. color: #fff;
  448. padding: 12px 10px;
  449. vertical-align: middle;
  450. margin-right: 50px;
  451. margin-bottom: 20px;
  452. border-radius: 3px;
  453. cursor: pointer;
  454. }
  455. .role-manage .default-role-box p {
  456. text-align: center;
  457. margin-bottom: 10px;
  458. overflow: hidden;
  459. text-overflow: ellipsis;
  460. white-space: nowrap;
  461. }
  462. .role-manage .default-role-box span {
  463. font-size: 12px;
  464. overflow: hidden;
  465. text-overflow: ellipsis;
  466. white-space: pre-wrap;
  467. word-break: normal;
  468. height: 55px;
  469. width: 100%;
  470. display: block;
  471. }
  472. .role-manage .define-role-area {
  473. margin-bottom: 28px;
  474. }
  475. .role-manage .define-role-area .add-role-box {
  476. background: #f4fff9;
  477. color: #4aca80;
  478. border: 2px dashed #4aca80;
  479. }
  480. .role-manage .define-role-area .add-role-box i {
  481. font-size: 40px;
  482. color: #fff;
  483. background: #4aca80;
  484. border-radius: 100%;
  485. display: inline-block;
  486. width: 40px;
  487. height: 40px;
  488. line-height: 37px;
  489. text-align: center;
  490. position: relative;
  491. top: -20px;
  492. left: -5px;
  493. }
  494. .role-manage .define-role-area .add-role-box >div {
  495. display: inline-block;
  496. width: 121px;
  497. }
  498. .auth-info-area .role-info .role-tag-area.detail-role-tag .role-tag {
  499. margin-right: 5px;
  500. margin-bottom: 5px;
  501. float: left;
  502. }
  503. .user_right .bgimg-1 {
  504. background: url(static/img/vendor/authority/role-bg-1.jpg)no-repeat;
  505. }
  506. .user_right .bgimg-2 {
  507. background: url(static/img/vendor/authority/role-bg-2.jpg)no-repeat;
  508. }
  509. .user_right .bgimg-3 {
  510. background: url(static/img/vendor/authority/role-bg-3.jpg)no-repeat;
  511. }
  512. .user_right .bgimg-4 {
  513. background: url(static/img/vendor/authority/role-bg-4.jpg)no-repeat;
  514. }
  515. .user_right .bgimg-5 {
  516. background: url(static/img/vendor/authority/role-bg-5.jpg)no-repeat;
  517. }
  518. /*新增*/
  519. #account_manager a {
  520. text-decoration: none;
  521. }
  522. #account_manager a:hover {
  523. text-decoration: none;
  524. }
  525. li .fi {
  526. float: left;
  527. }
  528. li .fr {
  529. width: 89%;
  530. color: #666;
  531. }
  532. .rt_menu{
  533. border-bottom: #e8e8e8 1px solid;
  534. background: #ecf2fd;
  535. }
  536. .rt_menu span{
  537. margin-left: 40px;
  538. color: #666;
  539. font-size: 14px;
  540. }
  541. .count01 .count-content{
  542. width: 100%;
  543. background: #fff;
  544. }
  545. .count01 .count-content ul{
  546. width: 94%;
  547. }
  548. .count01 .count-content ul li{
  549. border-bottom: none;
  550. }
  551. .count-content ul li div.fl{
  552. width: 90px;
  553. }
  554. .rt_menu span.fr button{
  555. width: 40px;
  556. line-height: 40px;
  557. color: #5078cb;
  558. text-align: center;
  559. display: inline-block;
  560. margin-right: 10px;
  561. border: none;
  562. background: none;
  563. font-size: 14px;
  564. }
  565. .count-content .col-sm-10 .form-control{
  566. border-radius: inherit;
  567. margin-top: 12px;
  568. }
  569. .count01 ul li span h5 img {
  570. margin-top: 20px;
  571. margin-left: 0;
  572. }
  573. .count01 ul li span h5 img.ok-icon {
  574. margin-top: 25px;
  575. }
  576. .count01 ul li span>span {
  577. color: #666;
  578. margin-left: 0;
  579. }
  580. .count01 > ul li >a {
  581. background: #fff;
  582. color: #5078cb;
  583. text-align: center;
  584. height: 30px;
  585. line-height: 30px;
  586. padding: 0 7px;
  587. margin-top: 16px;
  588. margin-right: 7px;
  589. }
  590. .count01 ul li >a.mall-btn-default {
  591. background: #5078cb;
  592. color: #fff;
  593. }
  594. .count01 ul li.safe-level>span >span {
  595. display: inline-block;
  596. height: 14px;
  597. line-height: 14px;
  598. background: rgb(255, 90, 0);
  599. color: #fff;
  600. margin-right: 1px;
  601. width: 64px;
  602. margin-left: 0px;
  603. font-size: 12px;
  604. text-align: center;
  605. position: relative;
  606. bottom: 1px;
  607. }
  608. .count01 ul li.safe-level>span >span:nth-child(3) {
  609. background: rgb(255,171,44);
  610. }
  611. .count01 ul li.safe-level>span>i {
  612. margin-left: 13px;
  613. color: #666;
  614. }
  615. .count01 ul li.safe-level .last-login {
  616. float: right;
  617. font-size: 12px;
  618. color: #666;
  619. margin-right: 7px;
  620. }
  621. .count01 ul li span font {
  622. font-size: 14px;
  623. color: #333;
  624. letter-spacing: 0;
  625. margin-right: 0;
  626. }
  627. .count01 ul li span h5 {
  628. width: 30px;
  629. }
  630. .count01 ul li.safe-level .safe-remind {
  631. float: right;
  632. margin-right: 87px;
  633. }
  634. .count01 ul li.safe-level .safe-remind a {
  635. color: #ff0000;
  636. float: none !important;
  637. }
  638. .rt_menu span.last-login {
  639. font-size: 12px;
  640. margin: 0 22px 0 0;
  641. font-weight: normal;
  642. }
  643. .rt_menu span.last-login span {
  644. font-size: 12px;
  645. font-weight: normal;
  646. margin: 0;
  647. }
  648. .count01 ul li.active-safe-box {
  649. background: #fef2f2;
  650. border: 1px solid #faaebe;
  651. }
  652. .bind-enter-tab {
  653. width: 999px;
  654. margin: 15px auto 5px;
  655. }
  656. .bind-enter-tab thead {
  657. background: #8eb0f5;
  658. color: #fff;
  659. height: 38px;
  660. line-height: 38px;
  661. }
  662. .bind-enter-tab th {
  663. font-size: 14px;
  664. font-weight: normal;
  665. }
  666. .bind-enter-tab tbody .default-row {
  667. height: 50px;
  668. line-height: 50px;
  669. color: #666;
  670. background: #fff;
  671. text-align: center;
  672. border: 1px solid #e8efff;
  673. border-top: none;
  674. }
  675. .bind-enter-tab tbody .default-row:nth-child(even) {
  676. background: #f1f5ff;
  677. }
  678. .bind-enter-tab tbody .default-row:hover {
  679. background: #f1f5ff;
  680. }
  681. .bind-enter-tab tbody .default-row td {
  682. font-size: 14px;
  683. border-right: 1px solid #e8efff;
  684. }
  685. .bind-enter-tab tbody .default-row td:last-child {
  686. border-right: none;
  687. }
  688. .bind-enter-tab .operate-btn {
  689. color: #5078cb;
  690. }
  691. .bind-en {
  692. background: #fff;
  693. padding-top: 7px;
  694. }
  695. .bind-en .pull-right {
  696. margin-right: 18px;
  697. position: relative;
  698. line-height: 39px;
  699. }
  700. .bind-en .pull-right .form-control {
  701. width: 388px;
  702. height: 32px;
  703. display: inline-block;
  704. border-radius: 0;
  705. padding: 0 68px 0 10px;
  706. position: absolute;
  707. right: 0;
  708. top: 4px;
  709. }
  710. .bind-en .pull-right button {
  711. width: 58px;
  712. height: 32px;
  713. background: #5078cb;
  714. color: #fff;
  715. border-radius: 0;
  716. position: absolute;
  717. right: 0;
  718. top: 4px;
  719. }
  720. .bind-enter-tab .grey {
  721. height: 156px;
  722. text-align: center;
  723. border: 1px solid #e8efff;
  724. font-size: 14px;
  725. }
  726. .bind-enter-tab .grey img {
  727. margin-right: 15px;
  728. }
  729. .white {
  730. background-color: white;
  731. }
  732. .com_tab ul li{
  733. margin-left: 0px;
  734. position: relative;
  735. }
  736. .com_tab ul li.active a{
  737. border-bottom: #fff;
  738. background: #5078cb;
  739. color: #fff;
  740. }
  741. .com_tab ul li::after{
  742. background: url('static/img/vendor/images/downicon.png');
  743. width: 11px;
  744. height: 6px;
  745. position: absolute;
  746. bottom: 0px;
  747. left: 50%;
  748. content: ' ';
  749. margin-left: -5px;
  750. display: none;
  751. }
  752. .com_tab ul li.active:after{
  753. display: block
  754. }
  755. </style>
  756. <style>
  757. .count_basic .choose-body {
  758. display: table;
  759. width: 33.333333%;
  760. margin-top: 10px;
  761. padding: 10px;
  762. table-layout: fixed;
  763. border-collapse: separate;
  764. border: 1px solid #ccc;
  765. position: relative;
  766. background: #fff;
  767. z-index: 1000;
  768. padding-right: 2px;
  769. float:left;
  770. }
  771. .count_basic .choose-body>.choose-item {
  772. display: table-cell;
  773. }
  774. .count_basic .choose-body>.choose-item>ul {
  775. height: 200px;
  776. overflow-x: hidden;
  777. overflow-y: scroll;
  778. width:100%;
  779. margin:0;
  780. }
  781. .count_basic .choose-body>.choose-item>ul>li {
  782. line-height: 30px;
  783. position: relative;
  784. margin:0;
  785. }
  786. .count_basic .choose-body>.choose-item>ul>li.active a {
  787. color: #3c7cf5;
  788. background: #e8f0ff;
  789. }
  790. .count_basic .choose-body>.choose-item>ul>li>a {
  791. display: block;
  792. color: #666666;
  793. margin:0;
  794. width:100%;
  795. text-align:left;
  796. overflow:hidden;
  797. background: #fff;
  798. }
  799. .count_basic .choose-body>.choose-item .caret {
  800. float: right;
  801. margin-top: 14px;
  802. margin-right: 8px;
  803. border-left: 3px solid;
  804. border-right: none;
  805. border-top: 3px solid transparent;
  806. border-bottom: 3px solid transparent;
  807. }
  808. .count_basic .area-bg{
  809. background: url("static/img/all/dot.png") no-repeat 732px center;
  810. }
  811. .count_basic .area-list{
  812. position: absolute;
  813. top: 26px;
  814. left: 15px;
  815. width: 756px;
  816. }
  817. .count_basic .business_scope{
  818. padding-bottom:10px;
  819. }
  820. .count_basic .business_scope ul{
  821. width:100%;
  822. margin:0;
  823. margin-left:-10px;
  824. }
  825. .count_basic .business_scope ul li{
  826. position:relative;
  827. width:auto;
  828. padding:0 10px;
  829. margin:0 10px;
  830. float:none;
  831. background: #5078cb;
  832. border-radius:5px;
  833. text-align: center;
  834. line-height: 25px;
  835. }
  836. .count_basic .business_scope ul li span{
  837. color:#fff;
  838. }
  839. .count_basic .business_scope ul li i{
  840. position:absolute;
  841. right:-10px;
  842. top:-10px;
  843. cursor:pointer;
  844. display:inline-block;
  845. width:20px;
  846. height:20px;
  847. line-height: 20px;
  848. font-size: 16px;
  849. text-align: center;
  850. color:red;
  851. border-radius:50%;
  852. background: #eee;
  853. }
  854. .count .basic_title{
  855. background: #ecf2fd;
  856. }
  857. .count .basic_title span{
  858. margin-left:30px;
  859. }
  860. .count .count_basic > ul{
  861. margin-left:30px;
  862. }
  863. </style>
  864. <!--右侧主体部分-->
  865. <div class="count user_right fr" ng-click="hideList()">
  866. <!--安全设置-->
  867. <div class="count_center">
  868. <div class="count_list">
  869. <!-- 基本信息-->
  870. <div style="background: #fff">
  871. <div class="count01" style="margin-bottom: 0 !important;">
  872. <div class="count_basic">
  873. <p class="basic_title"><span>企业信息</span>
  874. <!--<span class="fr"><a href="#">修改</a><a href="#">提交</a><a href="#">删除</a></span>-->
  875. <span class="fr">
  876. <button ng-if="!updateState" ng-click="changeToUpdate(true)">修改</button>
  877. <button ng-if="updateState" ng-click="saveUpdate()">保存</button>
  878. <button ng-if="updateState" ng-click="changeToUpdate(false)" style="color: #f00">取消</button>
  879. </span>
  880. </p>
  881. <ul>
  882. <li>
  883. <div class="fl">企业名称</div>
  884. <div class="fr"><span
  885. ng-bind="enterpriseInfo.enName || '暂无信息'"></span>
  886. </div>
  887. </li>
  888. <!--<li>
  889. <div class="fl">企业简称</div>
  890. <div class="col-sm-10" ng-if="updateState"><input type="text" class="form-control"
  891. title="企业简称"
  892. ng-disabled=" !updateState"
  893. ng-model="enterpriseInfo.enShortname"/>
  894. </div>
  895. <div class="fr" ng-if="!updateState"><span
  896. ng-bind="enterpriseInfo.enShortname || '暂无信息'"></span></div>
  897. </li>-->
  898. <!--<li>
  899. <div class="fl">营业执照</div>
  900. <div class="fr"><img src="static/img/vendor/images/company_zz.jpg" alt=""></div>
  901. </li>-->
  902. <li>
  903. <div class="fl">营业执照号</div>
  904. <div class="fr"><span
  905. ng-bind="enterpriseInfo.enBussinessCode || '暂无信息'"></span></div>
  906. </li>
  907. <li>
  908. <div class="fl">注册地址</div>
  909. <div class="col-sm-10" ng-if="updateState"><input type="text" class="form-control"
  910. title="企业地址"
  911. ng-disabled="enterpriseInfo.enValidCode == 2"
  912. ng-model="enterpriseInfo.enAddress"/>
  913. </div>
  914. <div class="fr" ng-if="!updateState"><span
  915. ng-bind="enterpriseInfo.enAddress || '暂无信息'"></span></div>
  916. </li>
  917. <li>
  918. <div class="fl">官网地址</div>
  919. <div class="col-sm-10" ng-if="updateState"><input type="text" class="form-control"
  920. title="官网地址"
  921. ng-disabled=" !updateState"
  922. ng-model="enterpriseInfo.enUrl"/>
  923. </div>
  924. <div class="fr" ng-if="!updateState"><span
  925. ng-bind="enterpriseInfo.enUrl || '暂无信息'"></span></div>
  926. </li>
  927. <li>
  928. <div class="fl">所属行业</div>
  929. <div class="col-sm-10" ng-if="updateState">
  930. <div class="content" ng-mouseenter="enterInput()" ng-mouseleave="leaveInput()">
  931. <input ng-model="enterpriseInfo.enIndustry" title="所属行业" ng-disabled=" !updateState"
  932. class="area-bg form-control input-xs" type="text"
  933. ng-click="selectProfession()">
  934. </input>
  935. </div>
  936. <div ng-show="showProfession" ng-mouseenter="enterList()" ng-mouseleave="leaveList()" class="area-list">
  937. <div class="choose-body">
  938. <div class="choose-item">
  939. <ul class="list-unstyled">
  940. <li ng-repeat="(key, value) in profession[0]" ng-class="{active: key == active[0]}">
  941. <a ng-click="onItemClick(key, 0, value)">
  942. <span style="width: 90%;overflow: hidden; white-space: nowrap; float: left">{{key}}</span>
  943. <span class="caret" ></span>
  944. </a>
  945. </li>
  946. </ul>
  947. </div>
  948. </div>
  949. <div class="choose-body" ng-show="profession[1]">
  950. <div class="choose-item">
  951. <ul class="list-unstyled">
  952. <li ng-repeat="(key, value) in profession[1]" ng-class="{active: key == active[1]}">
  953. <a ng-click="onItemClick(key, 1, value)">
  954. <span style="width: 90%;overflow: hidden; white-space: nowrap; float: left">{{key}}</span>
  955. <span ng-show="!isString(value)" class="caret" ></span>
  956. </a>
  957. </li>
  958. </ul>
  959. </div>
  960. </div>
  961. <div class="choose-body" ng-show="profession[2]" style="border-left:0;">
  962. <div class="choose-item">
  963. <ul class="list-unstyled">
  964. <li ng-repeat="(key, value) in profession[2]" ng-class="{active: key == active[2]}">
  965. <a ng-click="onItemClick(key, 2, value)">
  966. <span style="width: 90%;overflow: hidden; white-space: nowrap; float: left">{{key}}</span>
  967. <span ng-show="!isString(value)" class="caret" ></span>
  968. </a>
  969. </li>
  970. </ul>
  971. </div>
  972. </div>
  973. <div class="choose-body" ng-show="professionArray.length > 0" style="border-left:0;">
  974. <div class="choose-item">
  975. <ul class="list-unstyled">
  976. <li ng-repeat="value in professionArray" ng-class="{active: false}">
  977. <a ng-click="onItemClick(null, -1, value)" style="white-space: nowrap">{{value}}</a>
  978. </li>
  979. </ul>
  980. </div>
  981. </div>
  982. </div>
  983. </div>
  984. <div class="fr" ng-if="!updateState"><span ng-bind="enterpriseInfo.enIndustry || '暂无信息'"></span></div>
  985. </li>
  986. <li>
  987. <div class="fl">经营范围</div>
  988. <div class="col-sm-10">
  989. <div class="business_scope">
  990. <ul class="list-inline">
  991. <li ng-repeat="(key, value) in enBusinessScope track by $index"><span>{{value}}</span><i ng-if="updateState" class="fa fa-close" ng-click="clearBusinessScope(key)"></i></li>
  992. <li ng-if="enBusinessScope.length === 0"><span>无标签信息</span></li>
  993. </ul>
  994. </div>
  995. <div class="input-group" style="width:50%;" ng-if="updateState">
  996. <input class="form-control"
  997. ng-model="_scope.businessScope"
  998. maxlength="10"
  999. placeholder="请输入不大于10个字符" type="text"/>
  1000. <div class="input-group-addon" ng-click="addBusinessScope(businessScope)">
  1001. <span>添加标签</span>
  1002. </div>
  1003. </div>
  1004. </div>
  1005. </li>
  1006. <!-- <li>
  1007. <div class="fl">企业简介</div>
  1008. <div class="col-sm-10" ng-if="updateState">
  1009. <textarea class="form-control" style="border-radius: inherit;resize: none;height: 200px;" title="description" ng-model="enterpriseInfo.description" maxlength="500" required></textarea>
  1010. </div>
  1011. <div class="fr" ng-if="!updateState"><span
  1012. ng-bind="enterpriseInfo.description || '暂无信息'"></span></div>
  1013. </li>-->
  1014. </ul>
  1015. <!--<div class="deal-btn" ng-if="userInfo.sys">-->
  1016. <!--<button type="button" class="edit btn btn-primary" ng-if=" !updateState" ng-click="changeToUpdate(true)">修改</button>-->
  1017. <!--<button type="button" class="edit btn btn-primary" ng-if=" updateState" ng-click="saveUpdate()">保存</button>-->
  1018. <!--<button type="button" class="off btn btn-primary" ng-if="updateState" ng-click="changeToUpdate(false)">取消</button>-->
  1019. <!--</div>-->
  1020. </div>
  1021. <!--管理员信息-->
  1022. <div class="count_basic">
  1023. <p class="basic_title"><span>管理员信息</span>
  1024. <!--<span class="fr"><a href="#">修改</a><a href="#">提交</a><a href="#">删除</a></span>-->
  1025. </p>
  1026. <ul>
  1027. <li>
  1028. <div class="fl">姓&nbsp;&nbsp;名</div>
  1029. <div class="fr"><span ng-bind="adminInfo.userName || '暂无信息'"></span></div>
  1030. </li>
  1031. <!--<li>
  1032. <div class="fl">身份证件号</div>
  1033. <div class="fr"><span><input type="text" class="input02" placeholder="例如:36012199920025665" ></span></div>
  1034. </li>-->
  1035. <!--<li>
  1036. <div class="fl">手持证件照</div>
  1037. <div class="fr">
  1038. <div class="card_photo">
  1039. <span class="fl"><img src="static/img/vendor/images/card_img.png"/></span>
  1040. <span class="fr"><a href="#"><img src="static/img/vendor/images/card_load.jpg"/></a><input type="file"></span>
  1041. </div>
  1042. </div>
  1043. </li>-->
  1044. <li>
  1045. <div class="fl">手机号</div>
  1046. <div class="fr"><span ng-bind="adminInfo.userTel || '暂无信息'"></span></div>
  1047. </li>
  1048. <!--<li>
  1049. <div class="fl">手机验证码</div>
  1050. <div class="fr">
  1051. <input type="text" class="yzm01" placeholder="输入验证码">
  1052. <a href="###" class="getyzm01">获取验证码<span></span></a>
  1053. </div>
  1054. </li>-->
  1055. <li>
  1056. <div class="fl">邮箱</div>
  1057. <div class="fr"><span ng-bind="adminInfo.userEmail || '暂无信息'"></span></div>
  1058. </li>
  1059. <!--<li>
  1060. <div class="fl">QQ号</div>
  1061. <div class="fr"><span><input type="text" class="input02" placeholder="例如:1323232323" ></span></div>
  1062. </li>
  1063. <li>
  1064. <div class="fl">居住地址</div>
  1065. <div class="fr"><span class="map"><i class="icon-map-marker"></i><input type="text" class="input02" placeholder="填写总部所在地详细地址" ></span></div>
  1066. </li>-->
  1067. </ul>
  1068. </div>
  1069. </div>
  1070. </div>
  1071. </div>
  1072. </div>
  1073. </div>
  1074. <style>
  1075. .com-del-box {
  1076. position: fixed;
  1077. z-index: 2;
  1078. height: 152px;
  1079. opacity: 1;
  1080. background-color: white;
  1081. width: 310px;
  1082. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  1083. box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  1084. margin: -155px 0 0 -75px;
  1085. top: 55%;
  1086. left: 50%;
  1087. }
  1088. .com-del-box .title {
  1089. height: 30px;
  1090. background-color: #5078cb;
  1091. text-align: right;
  1092. padding-right: 15px;
  1093. line-height: 30px;
  1094. }
  1095. .com-del-box .title a {
  1096. color: white;
  1097. font-size: 16px;
  1098. }
  1099. .com-del-box .content {
  1100. width: 100%;
  1101. text-align: center;
  1102. margin: 0 auto;
  1103. }
  1104. .com-del-box .content p {
  1105. line-height: 50px;
  1106. font-size: 14px;
  1107. padding-top: 10px;
  1108. padding-bottom: 10px;
  1109. }
  1110. .com-del-box .content p i {
  1111. color: #5078cb;
  1112. font-size: 16px;
  1113. margin-right: 10px;
  1114. }
  1115. .com-del-box .content div {
  1116. width: 100%;
  1117. text-align: center;
  1118. margin: 0 auto;
  1119. }
  1120. .com-del-box .content div a {
  1121. width: 55px;
  1122. height: 26px;
  1123. line-height: 26px;
  1124. display: inline-block;
  1125. text-align: center;
  1126. font-size: 14px;
  1127. }
  1128. .com-del-box .content div a:first-child {
  1129. background: #b4b5b9;
  1130. color: #333;
  1131. margin-right: 10px;
  1132. }
  1133. .com-del-box .content div a:last-child {
  1134. background: #5078cb;
  1135. color: #fff;
  1136. }
  1137. .com-del-box .content div a:hover {
  1138. background: #3f7ae3;
  1139. color: #fff;
  1140. }
  1141. </style>
  1142. <div class="com-del-box" style="display: none;">
  1143. <div class="title">
  1144. <a @click="delFlag=false"><i class="fa fa-close fa-lg"></i></a>
  1145. </div>
  1146. <div class="content">
  1147. <p><i class="fa fa-exclamation-circle"></i>是否删除此地址</p>
  1148. <div><a ng-click="">取消</a><a ng-click="">确认</a></div>
  1149. </div>
  1150. </div>