poster.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. .info {
  16. width: 590rpx;
  17. /* height: 736rpx; */
  18. background: #27D699;
  19. border-radius: 16rpx;
  20. margin: 215rpx auto 0;
  21. position: relative;
  22. padding: 80rpx 0 0;
  23. box-sizing: border-box;
  24. overflow: hidden;
  25. }
  26. .info-title{
  27. line-height: 53rpx;
  28. font-size: 38rpx;
  29. font-family: PingFang SC-Regular, PingFang SC;
  30. font-weight: 400;
  31. color: #FFFFFF;
  32. text-align: center;
  33. margin: 40rpx auto;
  34. z-index: 1;
  35. position: relative;
  36. }
  37. .logo {
  38. width: 130rpx;
  39. height: 130rpx;
  40. border-radius: 50%;
  41. margin: 0 auto;
  42. z-index: 1;
  43. position: relative;
  44. }
  45. .logo image {
  46. width: 100%;
  47. height: 100%;
  48. border-radius: 50%;
  49. }
  50. .brief {
  51. font-size: 38rpx;
  52. color: #fff;
  53. display: inline-block;
  54. margin: 0 60rpx;
  55. position: relative;
  56. line-height: 60rpx;
  57. }
  58. .brief view {
  59. display: inline-block;
  60. }
  61. .brief image {
  62. width: 24rpx;
  63. height: 21rpx;
  64. display: inline-block;
  65. position: relative;
  66. }
  67. .yin-l {
  68. top: -20rpx;
  69. margin-right: 25rpx;
  70. }
  71. .yin-r {
  72. bottom: 20rpx;
  73. margin-left: 25rpx;
  74. }
  75. .code {
  76. width: 341rpx;
  77. height: 341rpx;
  78. border-radius: 16rpx;
  79. background: #fff;
  80. margin: 0rpx auto 0;
  81. z-index: 1;
  82. position: relative;
  83. }
  84. .code image {
  85. width: 100%;
  86. height: 100%;
  87. border-radius: 16rpx;
  88. }
  89. .infos {
  90. padding: 30rpx 120rpx 100rpx;
  91. box-sizing: border-box;
  92. z-index: 1;
  93. position: relative;
  94. }
  95. .name {
  96. font-size: 38rpx;
  97. font-weight: 600;
  98. height: 53rpx;
  99. line-height: 53rpx;
  100. color: #fff;
  101. }
  102. .company {
  103. font-size: 28rpx;
  104. font-weight: 400;
  105. height: 40rpx;
  106. line-height: 40rpx;
  107. color: #fff;
  108. margin-top: 4rpx;
  109. }
  110. .industry{
  111. height: 36rpx;
  112. line-height: 36rpx;
  113. border-radius: 5rpx 5rpx 5rpx 5rpx;
  114. opacity: 1;
  115. border: 1px solid #FFFFFF;
  116. margin-top: 8rpx;
  117. color: #fff;
  118. font-size: 20rpx;
  119. display: inline-block;
  120. padding: 0 12rpx;
  121. }
  122. .opt {
  123. justify-content: space-around;
  124. width: 500rpx;
  125. margin: 60rpx auto 0;
  126. }
  127. .opt .li {
  128. font-size: 26rpx;
  129. color: #333;
  130. padding: 20rpx 0 !important;
  131. }
  132. .opt .li image {
  133. width: 80rpx;
  134. height: 80rpx;
  135. margin: 0 auto 15rpx;
  136. }
  137. canvas {
  138. position: fixed;
  139. left: 9000px;
  140. /* left: -100px;
  141. top: -200px;
  142. z-index: 100;
  143. scale: 0.5; */
  144. }