gongsi.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. .div {
  2. padding-top: 100px;
  3. background: #FDFDFD;
  4. }
  5. .xs:hover {
  6. cursor:pointer;
  7. border-bottom: 1px solid #2868c8;
  8. box-shadow: 1px 1px 1px #ccc;
  9. }
  10. .dianji:hover{
  11. border-bottom: 1px solid #2868c8;
  12. background: #317ef3;
  13. box-shadow: 1px 1px 1px #ccc;
  14. cursor:pointer;
  15. }
  16. .left {
  17. float: left;
  18. }
  19. .right {
  20. float: right;
  21. }
  22. .over {
  23. overflow: hidden;
  24. }
  25. /* 弹窗 -----------------------------------------------*/
  26. .tanchuang {
  27. display: none;
  28. background-image: url('../img/qiye/tanchuang.png');
  29. width: 340px;
  30. height: 214px;
  31. position: fixed;
  32. top: 50%;
  33. left: 50%;
  34. transform: translate(-50%, -50%);
  35. z-index: 10001;
  36. border: 1px solid black;
  37. padding: 16px;
  38. text-align: center
  39. }
  40. .tc-conent {
  41. padding: 33px 0 16px 0;
  42. }
  43. .tc-text {
  44. font-family: PingFangSC-Medium;
  45. font-size: 18px;
  46. color: #293648;
  47. font-weight: 600;
  48. }
  49. .tc-queren {
  50. padding: 29px 0 46px 0;
  51. }
  52. .tc-anniu button {
  53. padding: 5px 25px;
  54. background: #1E88F5;
  55. border-radius: 2px;
  56. color: #FFFFFF;
  57. border: 0;
  58. }
  59. .tc-anniu button:nth-child(1) {
  60. margin-right: 60px;
  61. }
  62. .tc-okkaitong {
  63. font-family: PingFangSC-Medium;
  64. font-size: 16px;
  65. color: #293648;
  66. font-weight: 600;
  67. padding: 29px 0 30px 0;
  68. }
  69. .tc-context {
  70. text-align: left;
  71. margin-left: 12px;
  72. color: #4A4A4A;
  73. }
  74. /* 主体 */
  75. .gs-worp {
  76. width: 68%;
  77. margin: 0 auto;
  78. font-size: 14px;
  79. color: #243A52;
  80. }
  81. .gs-tab ul {
  82. overflow: hidden;
  83. padding: 0;
  84. margin-bottom: 40px;
  85. }
  86. .gs-tab li {
  87. float: left;
  88. list-style: none;
  89. background: #F1F7FC;
  90. border-radius: 2px;
  91. padding: 6px 23px;
  92. }
  93. .gsactive {
  94. background: #1E88F5 !important;
  95. color: white;
  96. }
  97. .gs-none > div{
  98. display: none
  99. }
  100. .gsqiye {
  101. display: block !important;
  102. }
  103. .gs-xiangqing {
  104. height: 112px;
  105. background: #FFFFFF;
  106. border: 1px solid rgba(30,136,245,0.32);
  107. box-shadow: 0 20px 60px 8px #F4F8FC;
  108. border-radius: 4px;
  109. overflow: hidden;
  110. margin-bottom: 24px;
  111. }
  112. .gs-qynema {
  113. font-weight: 600;
  114. }
  115. .dotted {
  116. border: 1px dashed rgba(30,136,245,0.32);
  117. line-height: 112px;
  118. }
  119. .gs-tianja {
  120. padding: 0 80px;
  121. font-family: PingFangSC-Medium;
  122. color: #BDBEBE;
  123. letter-spacing: 0.25px;
  124. }
  125. .gs-tianja span:hover {
  126. border: 1px dashed #ccc;
  127. padding: 6px 20px;
  128. cursor:pointer;
  129. }
  130. .gs-xqleft {
  131. width: 70%;
  132. height: 100%;
  133. position: relative;
  134. }
  135. .gs-lefttext {
  136. position: absolute;
  137. top: 50%;
  138. left: 50%;
  139. width: 70%;
  140. margin-left: 30%;
  141. height: 50%;
  142. transform: translate(-100%,-50%);
  143. }
  144. .gs-xqright {
  145. width: 30%;
  146. height: 100%;
  147. overflow: hidden;
  148. }
  149. .gs-xqright div {
  150. float: left;
  151. width: 50%;
  152. text-align: center;
  153. line-height: 90px;
  154. margin-top: 10px;
  155. }
  156. .gs-border {
  157. border-right: 1px solid #B7D9FB;
  158. }
  159. .gs-btn1 {
  160. padding: 5px 20px;
  161. background: #1E88F5;
  162. border-radius: 2px;
  163. color: white;
  164. }
  165. .kaitong {
  166. background: #F2F9FF;
  167. border: 1px solid #1E88F5;
  168. border-radius: 2px;
  169. color: #1E88F5;
  170. }
  171. .gs-btn2 {
  172. font-family: PingFangSC-Regular;
  173. font-size: 14px;
  174. padding: 5px 20px;
  175. color: #1E88F5;
  176. border: 1px solid #1E88F5;
  177. border-radius: 2px;
  178. letter-spacing: 0.25px;
  179. }
  180. .gs-btn3 {
  181. border: 0
  182. }
  183. /* 添加企业信息-------------------------------------------------------- */
  184. .qy-quxiao {
  185. background: #FFFFFF;
  186. border: 1px solid #1E88F5;
  187. border-radius: 2px;
  188. color: #1E88F5;
  189. text-align: center;
  190. position: relative;
  191. padding: 6px 33px;
  192. font-size: 14px;
  193. }
  194. .xingxing {
  195. color: red;
  196. }
  197. .qy-anniu {
  198. position: absolute;
  199. top: 0;
  200. right: 100px;
  201. }
  202. .qy-conent input {
  203. border: 1px solid #1E88F5;
  204. width: 71%;
  205. }
  206. .tj-biaoqian {
  207. border: 1px dashed #7CBAFA;
  208. border-radius: 2px;
  209. color: #7CBAFA;
  210. padding: 6px 20px;
  211. }
  212. .tj-gsbiaoqian {
  213. width: 86%;
  214. margin: 24px 0 0 144px;
  215. }
  216. .tj-gsbiaoqian span {
  217. background: #1E88F5;
  218. border-radius: 2px;
  219. padding: 5px 12px;
  220. color: #ffffff;
  221. }
  222. .addbiaoqian {
  223. width: 71%;
  224. float: right;
  225. margin-right: 102px;
  226. }
  227. .qy-xiangxi {
  228. width: 100% !important;
  229. margin-top: 8px;
  230. }
  231. .tj-bqleft {
  232. float: left;
  233. margin-bottom: 20px;
  234. }
  235. /* 个人信息--------------------------------------------------------------------- */
  236. .gr-worp {
  237. background: #FFFFFF;
  238. border: 1px solid rgba(30,136,245,0.32);
  239. box-shadow: 0 20px 60px 8px #F4F8FC;
  240. border-radius: 2px;
  241. }
  242. .gr-worp div {
  243. width: 50%;
  244. }
  245. .gr-left img {
  246. width: 189px;
  247. margin: 49px 88px 69px 186px
  248. }
  249. .gr-right li {
  250. list-style: none;
  251. margin-top: 38px;
  252. }
  253. .gr-right span:nth-child(1) {
  254. font-weight: 600;
  255. width: 80px;
  256. display: inline-block;
  257. }
  258. /* 安全信息-------------------------------------------------------------------------------- */
  259. .gs-anquanxinxi {
  260. height: 153px;
  261. background: #FFFFFF;
  262. border: 1px solid rgba(30,136,245,0.32);
  263. box-shadow: 0 20px 60px 8px #F4F8FC;
  264. border-radius: 4px;
  265. overflow: hidden;
  266. margin-bottom: 24px;
  267. padding: 28px 93px 28px 103px;
  268. }
  269. .aq-title span {
  270. font-family: PingFangSC-Medium;
  271. color: #243A52;
  272. font-weight: 600;
  273. }
  274. .aq-title button {
  275. font-family: PingFangSC-Regular;
  276. color: #FFFFFF;
  277. text-align: center;
  278. border: 0;
  279. padding: 6px 20px;
  280. background: #1E88F5;
  281. border-radius: 2px;
  282. width: 110px;
  283. }
  284. .aq-text {
  285. font-family: PingFangSC-Regular;
  286. font-size: 14px;
  287. color: #243A52;
  288. text-align: left;
  289. margin-top: 20px;
  290. }
  291. /* 企业基本信息----------------------------------------------------------------------------- */
  292. .qy-worp {
  293. background: #FFFFFF;
  294. border: 1px solid rgba(30,136,245,0.32);
  295. box-shadow: 0 20px 60px 8px #F4F8FC;
  296. border-radius: 4px;
  297. margin-bottom: 25px;
  298. }
  299. .qy-title {
  300. background: #F4F8FC;
  301. border-radius: 3px 3px 0 0;
  302. text-align: center;
  303. height: 60px;
  304. line-height: 60px;
  305. font-size: 16px;
  306. font-weight: 600;
  307. }
  308. .qy-xiugai {
  309. font-family: PingFangSC-Regular;
  310. font-size: 14px;
  311. color: #FFFFFF;
  312. letter-spacing: 0.25px;
  313. text-align: center;
  314. position: relative;
  315. left: 200px;
  316. padding: 6px 33px;
  317. background: #1E88F5;
  318. border-radius: 2px;
  319. }
  320. .qy-conent {
  321. padding: 30px 0 0 20px;
  322. }
  323. .qy-conent li{
  324. list-style: none;
  325. margin-bottom: 30px;
  326. }
  327. .qy-biaoti {
  328. font-family: PingFangSC-Medium;
  329. color: #243A52;
  330. text-align: right;
  331. font-weight: 600;
  332. margin-right: 40px;
  333. width: 100px;
  334. display: inline-block;
  335. }
  336. .qy-biaoqian {
  337. padding: 6px 20px;
  338. color: #FFFFFF;
  339. background: #1E88F5;
  340. border-radius: 2px;
  341. margin-right: 8px;
  342. }