poster.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* follow.css */
  2. page{
  3. }
  4. .bg{
  5. filter: blur(50rpx);
  6. position: absolute;
  7. top:0;
  8. left:0;
  9. right: 0;
  10. bottom: 0;
  11. height: 100%;
  12. z-index: -1;
  13. background: rgba(255,255,255,0.49);
  14. }
  15. .bg image{width: 100%;height: 100%;}
  16. .info {
  17. width: 590rpx;
  18. background: #228AF9;
  19. border-radius: 16rpx;
  20. margin: 215rpx auto 0;
  21. position: relative;
  22. padding: 50rpx 0 0;
  23. box-sizing: border-box;
  24. overflow: hidden;
  25. }
  26. .logo {
  27. width: 130rpx;
  28. height: 130rpx;
  29. border: 6rpx solid rgba(255, 255, 255, .8);
  30. border-radius: 50%;
  31. position: absolute;
  32. left: 50%;
  33. transform: translateX(-50%);
  34. top: -70rpx;
  35. }
  36. .logo image {
  37. width: 100%;
  38. height: 100%;
  39. border-radius: 50%;
  40. }
  41. .brief {
  42. font-size: 38rpx;
  43. color: #fff;
  44. margin: 0 60rpx;
  45. position: relative;
  46. line-height: 60rpx;
  47. text-align: center;
  48. }
  49. .brief view {
  50. display: inline-block;
  51. }
  52. .brief image {
  53. width: 24rpx;
  54. height: 21rpx;
  55. display: inline-block;
  56. position: relative;
  57. }
  58. .yin-l {
  59. top: -20rpx;
  60. margin-right: 25rpx;
  61. }
  62. .yin-r {
  63. bottom: 20rpx;
  64. margin-left: 25rpx;
  65. }
  66. .code {
  67. width: 304rpx;
  68. height: 304rpx;
  69. border-radius: 16rpx;
  70. background: #fff;
  71. margin: 40rpx auto 0;
  72. padding: 10rpx;
  73. }
  74. .code image {
  75. width: 100%;
  76. height: 100%;
  77. border-radius: 16rpx;
  78. }
  79. .infos {
  80. padding: 0 133rpx 70rpx;
  81. margin-top: 35rpx;
  82. }
  83. .name {
  84. font-size: 30rpx;
  85. height: 53rpx;
  86. line-height: 53rpx;
  87. color: #fff;
  88. }
  89. .company {
  90. font-size: 22rpx;
  91. height: 40rpx;
  92. line-height: 40rpx;
  93. color: #fff;
  94. margin-top: 15rpx;
  95. opacity: .8;
  96. }
  97. .industry{
  98. margin-top: 15rpx;
  99. color: #fff;
  100. font-size: 22rpx;
  101. opacity: .8;
  102. }
  103. .qy-logo{height: 120rpx;background-color: #fff;border-radius: 0 0 16rpx 16rpx;justify-content: center;}
  104. .qy-logo image{width: 175rpx;height: 48rpx;}
  105. .opt {
  106. justify-content: space-around;
  107. width: 500rpx;
  108. margin: 60rpx auto 0;
  109. }
  110. .opt .li {
  111. font-size: 26rpx;
  112. color: #333;
  113. padding: 20rpx 0 !important;
  114. }
  115. .opt .li image {
  116. width: 80rpx;
  117. height: 80rpx;
  118. margin: 0 auto 15rpx;
  119. }
  120. canvas {
  121. position: fixed;
  122. left: 9000px;
  123. }