gongsi.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. .xs:hover {
  2. cursor:pointer;
  3. }
  4. .dianji:hover{
  5. border-bottom: 1px solid #2868c8;
  6. background: #317ef3;
  7. box-shadow: 1px 1px 1px #ccc;
  8. cursor:pointer;
  9. }
  10. .left {
  11. float: left;
  12. }
  13. .right {
  14. float: right;
  15. }
  16. .over {
  17. overflow: hidden;
  18. }
  19. input::-webkit-input-placeholder {
  20. color: #BCC8D8;
  21. }
  22. /* ele常见问题 ---------------------- */
  23. .el-menu--popup {
  24. min-width: 96px !important;
  25. padding: 0 !important;
  26. text-align: center !important;
  27. margin-top: 0px !important;
  28. opacity: 0.8 !important;
  29. }
  30. /* ele提示弹窗 */
  31. .el-message {
  32. min-width: 160px !important;
  33. height: 32px !important;
  34. padding-right: 18px !important;
  35. z-index:10001 !important;
  36. }
  37. /* 弹窗 -----------------------------------------------*/
  38. .tanchuang {
  39. background-image: url('../img/qiye/tanchuang.png');
  40. width: 340px;
  41. height: 214px;
  42. position: fixed;
  43. top: 50%;
  44. left: 50%;
  45. transform: translate(-50%, -50%);
  46. z-index: 10001;
  47. padding: 16px;
  48. text-align: center;
  49. background: #FFFFFF;
  50. border-radius: 2px 6px 6px 6px;
  51. }
  52. .tc-conent {
  53. padding: 33px 0 16px 0;
  54. }
  55. .tc-text {
  56. font-family: PingFangSC-Medium;
  57. font-size: 18px;
  58. color: #293648;
  59. font-weight: 600;
  60. }
  61. .tc-queren {
  62. padding: 29px 0 46px 0;
  63. }
  64. .tc-anniu button {
  65. padding: 5px 25px;
  66. background: #1E88F5;
  67. border-radius: 2px;
  68. color: #FFFFFF;
  69. border: 0;
  70. }
  71. .tc-anniu button:nth-child(1) {
  72. margin-right: 60px;
  73. }
  74. .tc-okkaitong {
  75. font-family: PingFangSC-Medium;
  76. font-size: 16px;
  77. color: #293648;
  78. font-weight: 600;
  79. padding: 29px 0 30px 0;
  80. }
  81. .tc-context {
  82. text-align: left;
  83. margin-left: 12px;
  84. color: #4A4A4A;
  85. }
  86. /* 主体 */
  87. .gs-worp {
  88. width: 900px;
  89. margin: 0 auto;
  90. font-size: 14px;
  91. color: #243A52;
  92. position: relative;
  93. }
  94. .gs-tab{
  95. position: absolute;
  96. top:0;
  97. left: -100px;
  98. z-index:1;
  99. }
  100. .gs-tab ul {
  101. overflow: hidden;
  102. padding: 0;
  103. margin-bottom: 40px;
  104. }
  105. .gs-tab li {
  106. /* float: left; */
  107. list-style: none;
  108. background: #F1F7FC;
  109. border-radius: 2px;
  110. padding: 6px 23px;
  111. width:120px;
  112. text-align: center;
  113. margin-top:5px;
  114. }
  115. .gsactive {
  116. background: #1E88F5 !important;
  117. color: white;
  118. }
  119. .gs-none {
  120. margin-left:80px;
  121. }
  122. .gs-none > div{
  123. display: none
  124. }
  125. .gsqiye {
  126. display: block !important;
  127. margin-top: 70px;
  128. }
  129. .gs-qiyebox {
  130. width: 133%;
  131. /* margin-left: -22%; */
  132. }
  133. .gs-xiangqing {
  134. height: 202px;
  135. background: #FFFFFF;
  136. border: 1px solid rgba(30,136,245,0.32);
  137. box-shadow: 0 20px 60px 8px #F4F8FC;
  138. border-radius: 4px;
  139. overflow: hidden;
  140. width: 22%;
  141. float: left;
  142. margin: 0px 27px 27px 0px;
  143. }
  144. .gs-qynema {
  145. font-family: PingFangSC-Regular;
  146. font-weight: 550;
  147. color: #4a545f;
  148. letter-spacing: 0;
  149. font-size: 20px;
  150. line-height: 30px;
  151. word-wrap:break-word;
  152. }
  153. .dotted {
  154. border: 1px dashed rgba(30,136,245,0.32);
  155. text-align: center;
  156. position: relative;
  157. }
  158. .gs-tianja {
  159. font-family: PingFangSC-Medium;
  160. color: #BDBEBE;
  161. letter-spacing: 0.25px;
  162. position: absolute;
  163. top: 50%;
  164. left: 50%;
  165. transform: translate(-50%, -50%);
  166. }
  167. .gs-tianja img {
  168. width: 70%;
  169. }
  170. .gs-shang {
  171. height: 35px;
  172. padding: 10px;
  173. position: relative;
  174. }
  175. .gs-shang span {
  176. font-size: 12px;
  177. color: #9EA8B2;
  178. letter-spacing: 0;
  179. text-align: center;
  180. line-height: 30px;
  181. }
  182. .gs-shang .el-dropdown {
  183. float:right;
  184. }
  185. .gs-morenimg {
  186. width: 20%;
  187. position: absolute;
  188. top: 0;
  189. left: 0;
  190. }
  191. .gs-xqleft {
  192. height: 100px;
  193. position: relative;
  194. padding: 0px 10px;
  195. text-align: center;
  196. overflow: hidden;
  197. }
  198. .gs-xqright {
  199. height:65px;
  200. background: #EFF7FF;
  201. padding: 10px;
  202. }
  203. .gs-xqright div {
  204. text-align: left;
  205. }
  206. .gs-xqright div p{
  207. font-size: 12px;
  208. letter-spacing: 0;
  209. width: 100%;
  210. overflow: hidden;
  211. text-overflow: ellipsis;
  212. white-space: nowrap;
  213. }
  214. .gs-border {
  215. margin-top: 5%;
  216. }
  217. .gs-btn1 {
  218. padding: 5px;
  219. background: #4EC66B;;
  220. border-radius: 4px;
  221. color: white;
  222. }
  223. .kaitong {
  224. background: #1E88F5;
  225. border-radius: 4px;
  226. color: white;
  227. }
  228. .gs-btn2 {
  229. font-family: PingFangSC-Regular;
  230. font-size: 14px;
  231. padding: 2px 8px;
  232. color: #1E88F5;
  233. background: #F8FBFF;
  234. border: 1px solid #1E88F5;
  235. border-radius: 4px;
  236. }
  237. .gs-btn2:hover {
  238. color: #ffffff;
  239. background: #1E88F5;
  240. }
  241. /* 添加企业信息-------------------------------------------------------- */
  242. .qy-quxiao {
  243. background: #FFFFFF;
  244. border: 1px solid #1E88F5;
  245. border-radius: 2px;
  246. color: #1E88F5;
  247. text-align: center;
  248. position: relative;
  249. padding: 6px 33px;
  250. font-size: 14px;
  251. }
  252. .xingxing {
  253. color: red;
  254. }
  255. .qy-anniu {
  256. /* margin-left: 56%; */
  257. margin-top: 30px;
  258. margin-bottom: 45px;
  259. text-align: center;
  260. }
  261. .qy-conent input {
  262. /* border: 1px solid #1E88F5; */
  263. width: 37%;
  264. height: 32px;
  265. box-shadow: 0 1px 4px 0 #BCC8D8;
  266. border: 0;
  267. }
  268. .showborder {
  269. border: 1px solid #1E88F5 !important;
  270. }
  271. .industry {
  272. width: 37%;
  273. height: 32px;
  274. }
  275. .border {
  276. box-shadow: 0 1px 4px 0 #BCC8D8;
  277. border: 0;
  278. }
  279. .tj-biaoqian {
  280. border: 1px dashed #7CBAFA;
  281. border-radius: 2px;
  282. color: #7CBAFA;
  283. padding: 6px 20px;
  284. }
  285. .tj-gsbiaoqian {
  286. width: 86%;
  287. margin: 24px 0 0 144px;
  288. }
  289. .tj-gsbiaoqian span {
  290. background: #1E88F5;
  291. border-radius: 2px;
  292. padding: 5px 12px;
  293. color: #ffffff;
  294. }
  295. .addbiaoqian {
  296. width: 59%;
  297. float: left;
  298. margin-left: 4px;
  299. }
  300. .qy-xiangxi {
  301. width: 100% !important;
  302. font-size: 12px;
  303. padding-left: 10px;
  304. }
  305. .tj-bqleft {
  306. float: left;
  307. margin-bottom: 20px;
  308. }
  309. /* 个人信息--------------------------------------------------------------------- */
  310. .gr-worp {
  311. background: #FFFFFF;
  312. border: 1px solid rgba(30,136,245,0.32);
  313. box-shadow: 0 20px 60px 8px #F4F8FC;
  314. border-radius: 2px;
  315. }
  316. .gr-worp > div:nth-child(1) {
  317. width: 40%;
  318. }
  319. .gr-worp > div:nth-child(2) {
  320. width: 60%;
  321. }
  322. .gr-left {
  323. text-align: center;
  324. line-height: 290px;
  325. }
  326. .gr-left img {
  327. width: 189px;
  328. /* margin: 49px 88px 69px 186px */
  329. }
  330. .gr-right li {
  331. list-style: none;
  332. margin-top: 30px;
  333. }
  334. .gr-right li:nth-child(1){
  335. margin-top: 10px;
  336. }
  337. .gr-right li:last-child{
  338. margin-bottom: 20px;
  339. }
  340. .gr-right span:nth-child(1) {
  341. color:rgba(0,0,0,.45);
  342. font-weight: 600;
  343. width: 80px;
  344. display: inline-block;
  345. }
  346. .gr-worp > .wspace{
  347. width:100% !important;
  348. }
  349. .wspace span:nth-child(1) {
  350. margin-right:10px;
  351. font-weight: 600;
  352. width: 148px;
  353. display: inline-block;
  354. color:rgba(0,0,0,.45);
  355. text-align:right;
  356. }
  357. .wspace .admininfo {
  358. margin-right:10px;
  359. margin-left:60px;
  360. font-weight: 600;
  361. width: 148px;
  362. display: inline-block;
  363. color:rgba(0,0,0,.45);
  364. text-align:right;
  365. }
  366. .wspace>ul{
  367. width:100%;
  368. }
  369. /* 安全信息-------------------------------------------------------------------------------- */
  370. .gs-anquanxinxi {
  371. height: 153px;
  372. background: #FFFFFF;
  373. border: 1px solid rgba(30,136,245,0.32);
  374. box-shadow: 0 20px 60px 8px #F4F8FC;
  375. border-radius: 4px;
  376. overflow: hidden;
  377. margin-bottom: 24px;
  378. padding: 28px 70px;
  379. }
  380. .aq-title span {
  381. font-family: PingFangSC-Medium;
  382. color: #243A52;
  383. font-weight: 600;
  384. }
  385. .aq-title button {
  386. font-family: PingFangSC-Regular;
  387. color: #FFFFFF;
  388. text-align: center;
  389. border: 0;
  390. padding: 6px 20px;
  391. background: #1E88F5;
  392. border-radius: 2px;
  393. width: 110px;
  394. }
  395. .aq-text {
  396. font-family: PingFangSC-Regular;
  397. font-size: 14px;
  398. color: #808D98;
  399. text-align: left;
  400. margin-top: 20px;
  401. }
  402. /* 企业基本信息----------------------------------------------------------------------------- */
  403. .qy-worp {
  404. background: #FFFFFF;
  405. border: 1px solid rgba(30,136,245,0.32);
  406. box-shadow: 0 20px 60px 8px #F4F8FC;
  407. border-radius: 4px;
  408. margin-bottom: 25px;
  409. }
  410. .qy-title {
  411. background: #F4F8FC;
  412. border-radius: 3px 3px 0 0;
  413. text-align: center;
  414. height: 60px;
  415. line-height: 60px;
  416. font-size: 16px;
  417. font-weight: 600;
  418. }
  419. .qy-title>ul{
  420. margin: 0;
  421. padding: 0;
  422. width: 100%;
  423. }
  424. .qy-title>ul>li{
  425. margin: 0;
  426. padding: 0;
  427. width: 50%;
  428. text-align: center;
  429. border-bottom: 1px solid #BCC8D8;
  430. color: #BCC8D8;
  431. }
  432. .qy-xiugai {
  433. font-family: PingFangSC-Regular;
  434. font-size: 14px;
  435. color: #FFFFFF;
  436. letter-spacing: 0.25px;
  437. text-align: center;
  438. position: relative;
  439. left: 200px;
  440. padding: 6px 33px;
  441. background: #1E88F5;
  442. border-radius: 2px;
  443. }
  444. .qy-conent {
  445. padding: 30px 0px;
  446. }
  447. .qy-conent li{
  448. list-style: none;
  449. margin-bottom: 30px;
  450. }
  451. .qy-biaoti {
  452. font-family: PingFangSC-Medium;
  453. color: #243A52;
  454. text-align: right;
  455. font-weight: 600;
  456. display: inline-block;
  457. width: 10%;
  458. margin-right: 6%;
  459. }
  460. .jr-conent {
  461. padding: 60px 30px 30px 30px;
  462. text-align: center;
  463. }
  464. .jr-conent input {
  465. width: 43%;
  466. padding-left: 10px;
  467. }
  468. .hied {
  469. display: none;
  470. }
  471. .lookup {
  472. width: 43%;
  473. background: #FFFFFF;
  474. border: 1px solid #1E88F5;
  475. border-radius: 2px;
  476. text-align: left;
  477. position: absolute;
  478. z-index: 1;
  479. top: 31px;
  480. left: 58.3%;
  481. transform: translate(-50%, 0%);
  482. }
  483. .showlookup {
  484. display: block !important;
  485. }
  486. .lookup > ul {
  487. padding: 0;
  488. }
  489. .lookup > ul > li {
  490. padding: 5px 8px;
  491. margin-bottom: 0 !important;
  492. overflow: hidden;
  493. }
  494. .lookup > ul > li span{
  495. display: inline-block;
  496. overflow: hidden;
  497. text-overflow:ellipsis;
  498. white-space: nowrap;
  499. float: right;
  500. }
  501. .lookup > ul > li span:nth-child(1) {
  502. width: 26%;
  503. }
  504. .lookup > ul > li span:nth-child(2) {
  505. width: 74%;
  506. padding-right: 10px;
  507. }
  508. /* .lookup > ul > li span:nth-child(3) {
  509. width: 40%;
  510. } */
  511. .saasguanli {
  512. width: 18% !important;
  513. }