gongsi.css 8.8 KB

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