gongsi.css 6.5 KB

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