gongsi.css 6.7 KB

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