gongsi.css 6.4 KB

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