gongsi.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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: 60%;
  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: -22%;
  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. }
  114. .gsactive {
  115. background: #1E88F5 !important;
  116. color: white;
  117. }
  118. .gs-none > div{
  119. display: none
  120. }
  121. .gsqiye {
  122. display: block !important;
  123. margin-top: 70px;
  124. }
  125. .gs-qiyebox {
  126. width: 133%;
  127. /* margin-left: -22%; */
  128. }
  129. .gs-xiangqing {
  130. height: 202px;
  131. background: #FFFFFF;
  132. border: 1px solid rgba(30,136,245,0.32);
  133. box-shadow: 0 20px 60px 8px #F4F8FC;
  134. border-radius: 4px;
  135. overflow: hidden;
  136. width: 22%;
  137. float: left;
  138. margin: 0px 27px 27px 0px;
  139. }
  140. .gs-qynema {
  141. font-family: PingFangSC-Regular;
  142. font-weight: 550;
  143. color: #4a545f;
  144. letter-spacing: 0;
  145. font-size: 20px;
  146. line-height: 30px;
  147. word-wrap:break-word;
  148. }
  149. .dotted {
  150. border: 1px dashed rgba(30,136,245,0.32);
  151. text-align: center;
  152. position: relative;
  153. }
  154. .gs-tianja {
  155. font-family: PingFangSC-Medium;
  156. color: #BDBEBE;
  157. letter-spacing: 0.25px;
  158. position: absolute;
  159. top: 50%;
  160. left: 50%;
  161. transform: translate(-50%, -50%);
  162. }
  163. .gs-tianja img {
  164. width: 70%;
  165. }
  166. .gs-shang {
  167. height: 35px;
  168. padding: 10px;
  169. position: relative;
  170. }
  171. .gs-shang span {
  172. font-size: 12px;
  173. color: #9EA8B2;
  174. letter-spacing: 0;
  175. text-align: center;
  176. line-height: 30px;
  177. }
  178. .gs-shang .el-dropdown {
  179. float:right;
  180. }
  181. .gs-morenimg {
  182. width: 20%;
  183. position: absolute;
  184. top: 0;
  185. left: 0;
  186. }
  187. .gs-xqleft {
  188. height: 100px;
  189. position: relative;
  190. padding: 0px 10px;
  191. text-align: center;
  192. overflow: hidden;
  193. }
  194. .gs-xqright {
  195. height:65px;
  196. background: #EFF7FF;
  197. padding: 10px;
  198. }
  199. .gs-xqright div {
  200. text-align: left;
  201. }
  202. .gs-xqright div p{
  203. font-size: 12px;
  204. letter-spacing: 0;
  205. width: 100%;
  206. overflow: hidden;
  207. text-overflow: ellipsis;
  208. white-space: nowrap;
  209. }
  210. .gs-border {
  211. margin-top: 5%;
  212. }
  213. .gs-btn1 {
  214. padding: 5px;
  215. background: #4EC66B;;
  216. border-radius: 4px;
  217. color: white;
  218. }
  219. .kaitong {
  220. background: #1E88F5;
  221. border-radius: 4px;
  222. color: white;
  223. }
  224. .gs-btn2 {
  225. font-family: PingFangSC-Regular;
  226. font-size: 14px;
  227. padding: 2px 8px;
  228. color: #1E88F5;
  229. background: #F8FBFF;
  230. border: 1px solid #1E88F5;
  231. border-radius: 4px;
  232. }
  233. .gs-btn2:hover {
  234. color: #ffffff;
  235. background: #1E88F5;
  236. }
  237. /* 添加企业信息-------------------------------------------------------- */
  238. .qy-quxiao {
  239. background: #FFFFFF;
  240. border: 1px solid #1E88F5;
  241. border-radius: 2px;
  242. color: #1E88F5;
  243. text-align: center;
  244. position: relative;
  245. padding: 6px 33px;
  246. font-size: 14px;
  247. }
  248. .xingxing {
  249. color: red;
  250. }
  251. .qy-anniu {
  252. /* margin-left: 56%; */
  253. margin-top: 30px;
  254. margin-bottom: 45px;
  255. text-align: center;
  256. }
  257. .qy-conent input {
  258. /* border: 1px solid #1E88F5; */
  259. width: 37%;
  260. height: 32px;
  261. box-shadow: 0 1px 4px 0 #BCC8D8;
  262. border: 0;
  263. }
  264. .showborder {
  265. border: 1px solid #1E88F5 !important;
  266. }
  267. .industry {
  268. width: 37%;
  269. height: 32px;
  270. }
  271. .border {
  272. box-shadow: 0 1px 4px 0 #BCC8D8;
  273. border: 0;
  274. }
  275. .tj-biaoqian {
  276. border: 1px dashed #7CBAFA;
  277. border-radius: 2px;
  278. color: #7CBAFA;
  279. padding: 6px 20px;
  280. }
  281. .tj-gsbiaoqian {
  282. width: 86%;
  283. margin: 24px 0 0 144px;
  284. }
  285. .tj-gsbiaoqian span {
  286. background: #1E88F5;
  287. border-radius: 2px;
  288. padding: 5px 12px;
  289. color: #ffffff;
  290. }
  291. .addbiaoqian {
  292. width: 59%;
  293. float: left;
  294. margin-left: 4px;
  295. }
  296. .qy-xiangxi {
  297. width: 100% !important;
  298. font-size: 12px;
  299. padding-left: 10px;
  300. }
  301. .tj-bqleft {
  302. float: left;
  303. margin-bottom: 20px;
  304. }
  305. /* 个人信息--------------------------------------------------------------------- */
  306. .gr-worp {
  307. background: #FFFFFF;
  308. border: 1px solid rgba(30,136,245,0.32);
  309. box-shadow: 0 20px 60px 8px #F4F8FC;
  310. border-radius: 2px;
  311. }
  312. .gr-worp > div:nth-child(1) {
  313. width: 40%;
  314. }
  315. .gr-worp > div:nth-child(2) {
  316. width: 60%;
  317. }
  318. .gr-left {
  319. text-align: center;
  320. line-height: 290px;
  321. }
  322. .gr-left img {
  323. width: 189px;
  324. /* margin: 49px 88px 69px 186px */
  325. }
  326. .gr-right li {
  327. list-style: none;
  328. margin-top: 38px;
  329. }
  330. .gr-right span:nth-child(1) {
  331. font-weight: 600;
  332. width: 80px;
  333. display: inline-block;
  334. }
  335. /* 安全信息-------------------------------------------------------------------------------- */
  336. .gs-anquanxinxi {
  337. height: 153px;
  338. background: #FFFFFF;
  339. border: 1px solid rgba(30,136,245,0.32);
  340. box-shadow: 0 20px 60px 8px #F4F8FC;
  341. border-radius: 4px;
  342. overflow: hidden;
  343. margin-bottom: 24px;
  344. padding: 28px 70px;
  345. }
  346. .aq-title span {
  347. font-family: PingFangSC-Medium;
  348. color: #243A52;
  349. font-weight: 600;
  350. }
  351. .aq-title button {
  352. font-family: PingFangSC-Regular;
  353. color: #FFFFFF;
  354. text-align: center;
  355. border: 0;
  356. padding: 6px 20px;
  357. background: #1E88F5;
  358. border-radius: 2px;
  359. width: 110px;
  360. }
  361. .aq-text {
  362. font-family: PingFangSC-Regular;
  363. font-size: 14px;
  364. color: #808D98;
  365. text-align: left;
  366. margin-top: 20px;
  367. }
  368. /* 企业基本信息----------------------------------------------------------------------------- */
  369. .qy-worp {
  370. background: #FFFFFF;
  371. border: 1px solid rgba(30,136,245,0.32);
  372. box-shadow: 0 20px 60px 8px #F4F8FC;
  373. border-radius: 4px;
  374. margin-bottom: 25px;
  375. }
  376. .qy-title {
  377. background: #F4F8FC;
  378. border-radius: 3px 3px 0 0;
  379. text-align: center;
  380. height: 60px;
  381. line-height: 60px;
  382. font-size: 16px;
  383. font-weight: 600;
  384. }
  385. .qy-title>ul{
  386. margin: 0;
  387. padding: 0;
  388. width: 100%;
  389. }
  390. .qy-title>ul>li{
  391. margin: 0;
  392. padding: 0;
  393. width: 50%;
  394. text-align: center;
  395. border-bottom: 1px solid #BCC8D8;
  396. color: #BCC8D8;
  397. }
  398. .qy-xiugai {
  399. font-family: PingFangSC-Regular;
  400. font-size: 14px;
  401. color: #FFFFFF;
  402. letter-spacing: 0.25px;
  403. text-align: center;
  404. position: relative;
  405. left: 200px;
  406. padding: 6px 33px;
  407. background: #1E88F5;
  408. border-radius: 2px;
  409. }
  410. .qy-conent {
  411. padding: 30px 0px;
  412. }
  413. .qy-conent li{
  414. list-style: none;
  415. margin-bottom: 30px;
  416. }
  417. .qy-biaoti {
  418. font-family: PingFangSC-Medium;
  419. color: #243A52;
  420. text-align: right;
  421. font-weight: 600;
  422. display: inline-block;
  423. width: 10%;
  424. margin-right: 6%;
  425. }
  426. .jr-conent {
  427. padding: 60px 30px 30px 30px;
  428. text-align: center;
  429. }
  430. .jr-conent input {
  431. width: 43%;
  432. padding-left: 10px;
  433. }
  434. .hied {
  435. display: none;
  436. }
  437. .lookup {
  438. width: 43%;
  439. background: #FFFFFF;
  440. border: 1px solid #1E88F5;
  441. border-radius: 2px;
  442. text-align: left;
  443. position: absolute;
  444. z-index: 1;
  445. top: 31px;
  446. left: 58.3%;
  447. transform: translate(-50%, 0%);
  448. }
  449. .showlookup {
  450. display: block !important;
  451. }
  452. .lookup > ul {
  453. padding: 0;
  454. }
  455. .lookup > ul > li {
  456. padding: 5px 8px;
  457. margin-bottom: 0 !important;
  458. overflow: hidden;
  459. }
  460. .lookup > ul > li span{
  461. display: inline-block;
  462. overflow: hidden;
  463. text-overflow:ellipsis;
  464. white-space: nowrap;
  465. float: right;
  466. }
  467. .lookup > ul > li span:nth-child(1) {
  468. width: 26%;
  469. }
  470. .lookup > ul > li span:nth-child(2) {
  471. width: 74%;
  472. padding-right: 10px;
  473. }
  474. /* .lookup > ul > li span:nth-child(3) {
  475. width: 40%;
  476. } */
  477. .saasguanli {
  478. width: 18% !important;
  479. }