index.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* index.css */
  2. page{background: #f2f2f2;}
  3. .photo{margin: 32rpx 32rpx 0;box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06);border-radius: 12rpx 12rpx 0 0;height: 682rpx;position: relative;}
  4. .poster{width: 100%;height: 100%;border-radius: 12rpx 12rpx 0 0;}
  5. .change{position: absolute;right: 0;bottom: 0;background: rgba(0,0,0,.5);font-size: 24rpx;color: #fff;padding: 8rpx 10rpx;border-radius: 15rpx 0 0 0;}
  6. .change image{width: 29rpx;height: 25rpx;margin-right: 12rpx;}
  7. .upload{width: 100%;height: 100%;flex-direction: column;justify-content: center;font-size: 26rpx;color: var(--main);}
  8. .upload image{width: 27rpx;height: 27rpx;margin: 0 auto 20rpx;}
  9. .infos{background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 43%, #FFFFFF 100%);}
  10. .info{margin: 0 32rpx;background: #fff;border-radius: 0 0 12rpx 12rpx;box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06);padding: 40rpx;}
  11. .company{font-size: 28rpx;color: #666;}
  12. .name{font-size: 38rpx;color: #333;font-weight: bold;margin-top: 30rpx;}
  13. .job{font-size: 24rpx;color: #666;margin-top: 10rpx;}
  14. .logo{width: 128rpx;height: 128rpx;border: 1rpx solid #D9D9D9;border-radius: 50%;}
  15. .logo image{width: 100%;height: 100%;border-radius: 50%;}
  16. .zhan{justify-content: center;font-size: 24rpx;color: #999;padding: 30rpx 0;}
  17. .bico{width: 23rpx;height: 14rpx;margin-left: 15rpx;transition: all .3s ease;}
  18. .zhan-romate .bico{transform: rotate(180deg);}
  19. .share{width: 638rpx !important;height: 94rpx !important;background: #108FFF;border-radius: 47rpx !important;font-size: 36rpx;color: #fff;text-align: center;line-height: 94rpx !important;margin: 0 auto !important;}
  20. .opt{justify-content: space-around;width: 638rpx;margin: 15rpx auto 0;border-bottom: 1rpx solid #e9e9e9;}
  21. .opt .li{font-size: 26rpx;color: #333;padding: 40rpx 0;}
  22. .opt .li image{width: 49rpx;height: 44rpx;margin: 0 auto 10rpx;}
  23. .datas{padding: 28rpx 32rpx;}
  24. .users{padding-left: 10rpx;font-size: 24rpx;color: #999;}
  25. .users image{width: 50rpx;height: 50rpx;border-radius: 50%;margin-left: -10rpx;}
  26. .users view{margin-left: 15rpx;}
  27. .zan,.renqi{font-size: 22rpx;color: #5F5F5F;}
  28. .renqi{margin-left: 50rpx;}
  29. .zan image{width: 30rpx;height: 32rpx;margin-right: 10rpx;}
  30. .renqi image{width: 25rpx;height: 33rpx;margin-right: 10rpx;}
  31. .box{background: #fff;border-radius: 12rpx;margin: 20rpx 32rpx;padding: 0 30rpx;overflow: hidden;}
  32. .brief{padding-bottom: 45rpx;}
  33. .tit{font-size: 30rpx;color: #000;font-weight: 600;margin: 35rpx 0 0;}
  34. .tit image{width: 42rpx;height: 42rpx;margin-right: 20rpx;}
  35. .tit text{font-size: 24rpx;color: #999;margin-left: 15rpx;font-weight: normal;}
  36. .bri{font-size: 28rpx;color: #333;line-height: 38rpx;margin-top: 25rpx;}
  37. .card-datas{margin-top: 20rpx;}
  38. .card-datas .li{font-size: 24rpx;color: #999;width: 33.33%;text-align: center;padding: 35rpx 0;}
  39. .card-datas .li text{display: block;font-size: 38rpx;color: #333;margin-bottom: 5rpx;}
  40. .tit image.edit{width: 30rpx;height: 32rpx;margin-right: 0;}
  41. .videos{padding-bottom: 40rpx;}
  42. .video{margin-top: 30rpx;}
  43. .not{font-size: 30rpx;color: #108FFF;text-align: center;padding: 70rpx 0 30rpx;}
  44. .not image{width: 53rpx;height: 46rpx;margin: 0 auto 20rpx;}
  45. .video-sp{width: 100%;height: 352rpx;border-radius: 4rpx;}
  46. .pic{padding-bottom: 40rpx;}
  47. .picture{margin-top: 30rpx;}
  48. .pics image{width: 100%;}
  49. .also{font-size: 26rpx;color: #108FFF;text-align: center;padding: 20rpx 0 40rpx;}
  50. .contacts{height: 136rpx;overflow: hidden;margin: 30rpx 0 0;}
  51. .contact{white-space: nowrap;height: 136rpx;padding-bottom: 20rpx;}
  52. .contact .li{display: inline-block;height: 136rpx;background: #FFFFFF;border: 1rpx solid #CFCFCF;border-radius: 10rpx;box-sizing: border-box;padding: 25rpx 22rpx 0;margin-right: 25rpx;min-width: 270rpx;}
  53. .contact .li:first-child{margin-left: 32rpx;}
  54. .contact .li:last-child{margin-right: 32rpx;}
  55. .lit{font-size: 26rpx;color: #000;}
  56. .lit image{width: 34rpx;height: 34rpx;margin-right: 10rpx;}
  57. .num{font-size: 24rpx;color: #666;margin-top: 22rpx;}
  58. .btns{padding: 0 32rpx;justify-content: space-between;margin-top: 30rpx;}
  59. .share-ta{width: 326rpx !important;height: 90rpx !important;border: 2rpx solid #108fff;font-size: 36rpx;color: #108fff;text-align: center;line-height: 90rpx !important;border-radius: 47rpx !important;}
  60. .save{width: 330rpx;height: 94rpx;background: #108fff;font-size: 36rpx;color: #fff;text-align: center;line-height: 94rpx;border-radius: 47rpx;}