index.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. /* index.css */
  2. page {
  3. background: #f2f2f2;
  4. }
  5. .top-fixed {
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. right: 0;
  10. z-index: 50;
  11. }
  12. .bgcolor {
  13. background: var(--main);
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. right: 0;
  18. transition: .3s all ease;
  19. opacity: 0;
  20. }
  21. .opacity {
  22. opacity: 1;
  23. }
  24. .top-fixed-c {
  25. position: relative;
  26. }
  27. .back {
  28. position: absolute;
  29. top: 50%;
  30. transform: translateY(-50%);
  31. left: 0;
  32. padding-left: 30rpx;
  33. padding-right: 30rpx;
  34. }
  35. .back image {
  36. width: 17rpx;
  37. height: 31rpx;
  38. }
  39. .top-title {
  40. font-size: 34rpx;
  41. color: #333;
  42. font-weight: 500;
  43. text-align: center;
  44. }
  45. .top-black {
  46. color: #000;
  47. }
  48. .bg {
  49. position: absolute;
  50. top: 0;
  51. left: 0;
  52. right: 0;
  53. height: 540rpx;
  54. background: linear-gradient(180deg, var(--main) 0%, #fff 100%);
  55. }
  56. .bg image {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .photo {
  61. width: 690rpx;
  62. height: 500rpx;
  63. position: relative;
  64. }
  65. .poster {
  66. width: 100%;
  67. height: 100%;
  68. border-radius: 20rpx 20rpx 0 0;
  69. }
  70. .change {
  71. position: absolute;
  72. right: 30rpx;
  73. bottom: -40rpx;
  74. font-size: 24rpx;
  75. color: #fff;
  76. border-radius: 100%;
  77. background-color: #4891EF;
  78. width: 80rpx;
  79. height: 80rpx;
  80. }
  81. .change image {
  82. width: 32rpx;
  83. height: 25rpx;
  84. margin:auto;
  85. }
  86. .upload {
  87. width: 100%;
  88. height: 100%;
  89. flex-direction: column;
  90. justify-content: center;
  91. font-size: 26rpx;
  92. color: var(--main);
  93. }
  94. .upload image {
  95. width: 27rpx;
  96. height: 27rpx;
  97. margin: 0 auto 20rpx;
  98. }
  99. .infos {
  100. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 43%, #FFFFFF 100%);
  101. overflow: hidden;
  102. margin-bottom: 30rpx;
  103. }
  104. .infos-border {
  105. width: 683rpx;
  106. box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0, 0, 0, 0.1);
  107. border-radius: 20rpx 20rpx 20rpx 20rpx;
  108. margin: 32rpx 32rpx 0;
  109. overflow: hidden;
  110. padding-bottom: 30rpx;
  111. }
  112. .info {
  113. background: #fff;
  114. padding: 40rpx;
  115. }
  116. .company {
  117. font-size: 28rpx;
  118. color: #666;
  119. font-weight: 400;
  120. line-height: 40rpx;
  121. margin-top: 13rpx;
  122. }
  123. .company image{
  124. width: 23rpx;
  125. height: 28rpx;
  126. margin-right:9rpx ;
  127. }
  128. .name {
  129. font-size: 48rpx;
  130. color: #333;
  131. font-weight: bold;
  132. margin-top: 30rpx;
  133. line-height: 53rpx;
  134. }
  135. .job {
  136. font-size: 20rpx;
  137. color: #FFFFFF;
  138. margin-left: 12rpx;
  139. font-weight: 400;
  140. padding: 4rpx 10rpx;
  141. line-height: 32rpx;
  142. background: linear-gradient(80deg, #7EBFF1 0%, #458EEE 100%);
  143. border-radius: 5rpx 5rpx 5rpx 5rpx;
  144. opacity: 1;
  145. }
  146. .industry {
  147. display: inline-block;
  148. margin-top: 6rpx;
  149. font-size: 20rpx;
  150. color: #4C8EF1;
  151. padding: 0 12rpx;
  152. height: 36rpx;
  153. line-height: 36rpx;
  154. border-radius: 5rpx 5rpx 5rpx 5rpx;
  155. opacity: 1;
  156. border: 1rpx solid #4C8EF1;
  157. }
  158. .guanzhu {
  159. width: 125rpx;
  160. height: 50rpx;
  161. line-height: 50rpx;
  162. border-radius: 50rpx 50rpx 50rpx 50rpx;
  163. opacity: 1;
  164. border: 2rpx solid #999999;
  165. font-size: 22rpx;
  166. font-weight: 400;
  167. color: #333333;
  168. text-align: center;
  169. margin-top: 30rpx;
  170. }
  171. .logo {
  172. width: 128rpx;
  173. height: 128rpx;
  174. border: 1rpx solid #D9D9D9;
  175. border-radius: 50%;
  176. }
  177. .logo image {
  178. width: 100%;
  179. height: 100%;
  180. border-radius: 50%;
  181. }
  182. .zhan {
  183. justify-content: center;
  184. font-size: 24rpx;
  185. color: #999;
  186. padding: 30rpx 0;
  187. }
  188. .bico {
  189. width: 23rpx;
  190. height: 14rpx;
  191. margin-left: 15rpx;
  192. transition: all .3s ease;
  193. }
  194. .zhan-romate .bico {
  195. transform: rotate(180deg);
  196. }
  197. .share {
  198. width: 541rpx;
  199. height: 94rpx;
  200. background: #DB2A2A;
  201. border-radius: 47rpx;
  202. font-size: 36rpx;
  203. color: #fff;
  204. text-align: center;
  205. line-height: 94rpx;
  206. }
  207. .opt {
  208. justify-content: space-around;
  209. }
  210. .opt .li {
  211. font-size: 26rpx;
  212. color: #333;
  213. }
  214. .opt .li image {
  215. width: 43rpx;
  216. height: 41rpx;
  217. margin: 0 auto 10rpx;
  218. }
  219. .datas {
  220. padding: 28rpx 32rpx;
  221. }
  222. .users {
  223. padding-left: 10rpx;
  224. font-size: 24rpx;
  225. color: #999;
  226. }
  227. .users image {
  228. width: 50rpx;
  229. height: 50rpx;
  230. border-radius: 50%;
  231. margin-left: -10rpx;
  232. }
  233. .users view {
  234. margin-left: 15rpx;
  235. }
  236. .zan,
  237. .renqi {
  238. font-size: 22rpx;
  239. color: #5F5F5F;
  240. }
  241. .renqi {
  242. margin-left: 50rpx;
  243. }
  244. .zan image {
  245. width: 30rpx;
  246. height: 32rpx;
  247. margin-right: 10rpx;
  248. }
  249. .renqi image {
  250. width: 25rpx;
  251. height: 33rpx;
  252. margin-right: 10rpx;
  253. }
  254. .box {
  255. background: #fff;
  256. border-radius: 12rpx;
  257. margin: 20rpx 32rpx;
  258. padding: 0 30rpx;
  259. overflow: hidden;
  260. }
  261. .brief {
  262. padding-bottom: 45rpx;
  263. }
  264. .tit {
  265. font-size: 30rpx;
  266. color: #000;
  267. font-weight: 600;
  268. margin: 35rpx 0 0;
  269. }
  270. .tit image {
  271. width: 42rpx;
  272. height: 42rpx;
  273. margin-right: 20rpx;
  274. }
  275. .tit text {
  276. font-size: 24rpx;
  277. color: #999;
  278. margin-left: 15rpx;
  279. font-weight: normal;
  280. }
  281. .bri {
  282. font-size: 28rpx;
  283. color: #333;
  284. line-height: 38rpx;
  285. margin-top: 25rpx;
  286. }
  287. .card-datas {
  288. margin-top: 20rpx;
  289. }
  290. .card-datas .li {
  291. font-size: 24rpx;
  292. color: #999;
  293. width: 33.33%;
  294. text-align: center;
  295. padding: 35rpx 0;
  296. }
  297. .card-datas .li text {
  298. display: block;
  299. font-size: 38rpx;
  300. color: #333;
  301. margin-bottom: 5rpx;
  302. }
  303. .tit image.edit {
  304. width: 30rpx;
  305. height: 32rpx;
  306. margin-right: 0;
  307. }
  308. .videos {
  309. padding-bottom: 40rpx;
  310. }
  311. .video {
  312. margin-top: 30rpx;
  313. }
  314. .not {
  315. font-size: 30rpx;
  316. color: #999999;
  317. text-align: center;
  318. padding: 70rpx 0 30rpx;
  319. }
  320. .not image {
  321. width: 53rpx;
  322. height: 46rpx;
  323. margin: 0 auto 20rpx;
  324. }
  325. .video-sp {
  326. width: 100%;
  327. height: 352rpx;
  328. border-radius: 4rpx;
  329. }
  330. .pic {
  331. padding-bottom: 40rpx;
  332. }
  333. .picture {
  334. margin-top: 30rpx;
  335. }
  336. .pics image {
  337. width: 100%;
  338. }
  339. .also {
  340. font-size: 26rpx;
  341. color: #DB2A2A;
  342. text-align: center;
  343. padding: 20rpx 0 40rpx;
  344. }
  345. .contacts {
  346. height: 136rpx;
  347. overflow: hidden;
  348. margin: 0rpx 0 0;
  349. }
  350. .contact {
  351. white-space: nowrap;
  352. height: 136rpx;
  353. padding-bottom: 20rpx;
  354. }
  355. .contact .li {
  356. display: inline-block;
  357. height: 136rpx;
  358. background: #FFFFFF;
  359. border: 1rpx solid #CFCFCF;
  360. border-radius: 10rpx;
  361. box-sizing: border-box;
  362. padding: 25rpx 22rpx 0;
  363. margin-right: 25rpx;
  364. min-width: 270rpx;
  365. }
  366. .contact .li:first-child {
  367. margin-left: 32rpx;
  368. }
  369. .contact .li:last-child {
  370. margin-right: 32rpx;
  371. }
  372. .lit {
  373. font-size: 26rpx;
  374. color: #000;
  375. }
  376. .lit image {
  377. width: 34rpx;
  378. height: 34rpx;
  379. margin-right: 10rpx;
  380. }
  381. .num {
  382. font-size: 24rpx;
  383. color: #666;
  384. margin-top: 22rpx;
  385. }
  386. .btns {
  387. justify-content: space-between;
  388. margin: 45rpx 30rpx 30rpx;
  389. overflow: hidden;
  390. }
  391. .share-ta {
  392. height: 80rpx;
  393. font-size: 26rpx;
  394. font-weight: 500;
  395. color: #FFFFFF;
  396. text-align: center;
  397. line-height: 80rpx;
  398. border-radius: 47rpx;
  399. margin-right: 15rpx;
  400. justify-content: center;
  401. }
  402. .share-ta:last-child{
  403. margin-right: 0;
  404. }
  405. .share-ta image{
  406. width: 36rpx;
  407. height: 36rpx;
  408. margin-right: 10rpx;
  409. }
  410. .save {
  411. width: 300rpx;
  412. height: 94rpx;
  413. background: #DB2A2A;
  414. font-size: 36rpx;
  415. color: #fff;
  416. text-align: center;
  417. line-height: 94rpx;
  418. border-radius: 47rpx;
  419. }
  420. .save-text{
  421. color: var(--main);
  422. text-align: center;
  423. margin-top: 43rpx;
  424. justify-content: center;
  425. }
  426. .save-text image{
  427. width: 28rpx;
  428. height: 27rpx;
  429. margin-right: 10rpx;
  430. }
  431. .q-hud {
  432. height: 104rpx;
  433. border-radius: 10rpx;
  434. position: relative;
  435. margin: 40rpx 30rpx 0;
  436. justify-content: space-between;
  437. border-top: 1px solid #E9E9E9;
  438. }
  439. .q-bg {
  440. width: 100%;
  441. height: 100%;
  442. position: absolute;
  443. top: 0;
  444. left: 0;
  445. }
  446. .q-hud-c {
  447. position: relative;
  448. z-index: 2;
  449. height: 100%;
  450. font-size: 24rpx;
  451. color: #999;
  452. padding: 0 0rpx 0 0rpx;
  453. }
  454. .q-users {
  455. margin-right: 20rpx;
  456. }
  457. .q-users image {
  458. width: 50rpx;
  459. height: 50rpx;
  460. border: 2rpx solid #E5E5E5;
  461. border-radius: 50%;
  462. margin-left: -14rpx;
  463. background: #D8D8D8;
  464. }
  465. .q-users image:first-child {
  466. margin-left: 0;
  467. }
  468. .q-rico {
  469. width: 15rpx;
  470. height: 25rpx;
  471. }
  472. .q-hud-r {
  473. font-size: 22rpx;
  474. color: #5F5F5F;
  475. }
  476. .extend-info{
  477. margin: 30rpx;
  478. padding: 37rpx 47rpx;
  479. background:#f8f8f8;
  480. border-radius: 20rpx 20rpx 20rpx 20rpx;
  481. }
  482. .extend-info-data{
  483. font-size: 39rpx;
  484. font-weight: 400;
  485. color: #333333;
  486. text-align: center;
  487. }
  488. .extend-info-label{
  489. font-size: 24rpx;
  490. font-weight: 500;
  491. color: #A1A1A1;
  492. justify-content: center;
  493. text-align: center;
  494. margin-top: 10rpx;
  495. }
  496. .extend-info-label image{
  497. width: 28rpx;
  498. height: 28rpx;
  499. margin-right: 10rpx;
  500. }
  501. .ry-image{
  502. width: 220rpx;
  503. height: 293rpx;
  504. margin-right: 20rpx;
  505. display: inline-block;
  506. }
  507. .ry-image:last-child{
  508. margin-right: 0;
  509. }
  510. .ry-image image{
  511. width: 100%;
  512. height: 100%;
  513. }