gongsi.css 8.5 KB

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