poster.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. }
  35. .logo {
  36. width: 130rpx;
  37. height: 130rpx;
  38. border-radius: 50%;
  39. margin: 0 auto;
  40. }
  41. .logo image {
  42. width: 100%;
  43. height: 100%;
  44. border-radius: 50%;
  45. }
  46. .brief {
  47. font-size: 38rpx;
  48. color: #fff;
  49. display: inline-block;
  50. margin: 0 60rpx;
  51. position: relative;
  52. line-height: 60rpx;
  53. }
  54. .brief view {
  55. display: inline-block;
  56. }
  57. .brief image {
  58. width: 24rpx;
  59. height: 21rpx;
  60. display: inline-block;
  61. position: relative;
  62. }
  63. .yin-l {
  64. top: -20rpx;
  65. margin-right: 25rpx;
  66. }
  67. .yin-r {
  68. bottom: 20rpx;
  69. margin-left: 25rpx;
  70. }
  71. .code {
  72. width: 341rpx;
  73. height: 341rpx;
  74. border-radius: 16rpx;
  75. background: #fff;
  76. margin: 0rpx auto 0;
  77. }
  78. .code image {
  79. width: 100%;
  80. height: 100%;
  81. border-radius: 16rpx;
  82. }
  83. .infos {
  84. padding: 30rpx 120rpx 100rpx;
  85. box-sizing: border-box;
  86. }
  87. .name {
  88. font-size: 38rpx;
  89. font-weight: 600;
  90. height: 53rpx;
  91. line-height: 53rpx;
  92. color: #fff;
  93. }
  94. .company {
  95. font-size: 28rpx;
  96. font-weight: 400;
  97. height: 40rpx;
  98. line-height: 40rpx;
  99. color: #fff;
  100. margin-top: 4rpx;
  101. }
  102. .industry{
  103. height: 36rpx;
  104. line-height: 36rpx;
  105. border-radius: 5rpx 5rpx 5rpx 5rpx;
  106. opacity: 1;
  107. border: 1px solid #FFFFFF;
  108. margin-top: 8rpx;
  109. color: #fff;
  110. font-size: 20rpx;
  111. display: inline-block;
  112. padding: 0 12rpx;
  113. }
  114. .opt {
  115. justify-content: space-around;
  116. width: 500rpx;
  117. margin: 60rpx auto 0;
  118. }
  119. .opt .li {
  120. font-size: 26rpx;
  121. color: #333;
  122. padding: 20rpx 0 !important;
  123. }
  124. .opt .li image {
  125. width: 80rpx;
  126. height: 80rpx;
  127. margin: 0 auto 15rpx;
  128. }
  129. canvas {
  130. position: fixed;
  131. left: 9000px;
  132. }