gongsi.css 8.1 KB

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