poster.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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: #FFFFFF;
  19. border-radius: 16rpx;
  20. margin: 215rpx auto 0;
  21. position: relative;
  22. padding: 110rpx 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. display: inline-block;
  45. margin: 0 60rpx;
  46. position: relative;
  47. line-height: 60rpx;
  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: 0rpx auto 0;
  72. }
  73. .code image {
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .infos {
  78. position: absolute;
  79. bottom: 0;
  80. left:0;
  81. right:0;
  82. width: 590rpx;
  83. height: 250rpx;
  84. background: linear-gradient(180deg, #A4C8FF 0%, #498FF8 100%);
  85. padding: 60rpx;
  86. box-sizing: border-box;
  87. }
  88. .name {
  89. font-size: 38rpx;
  90. font-weight: 600;
  91. height: 53rpx;
  92. line-height: 53rpx;
  93. color: #fff;
  94. }
  95. .company {
  96. font-size: 28rpx;
  97. font-weight: 400;
  98. height: 40rpx;
  99. line-height: 40rpx;
  100. color: #fff;
  101. margin-top: 4rpx;
  102. }
  103. .industry{
  104. height: 36rpx;
  105. line-height: 36rpx;
  106. border-radius: 5rpx 5rpx 5rpx 5rpx;
  107. opacity: 1;
  108. border: 1px solid #FFFFFF;
  109. margin-top: 8rpx;
  110. color: #fff;
  111. font-size: 20rpx;
  112. display: inline-block;
  113. padding: 0 12rpx;
  114. }
  115. .opt {
  116. justify-content: space-around;
  117. width: 500rpx;
  118. margin: 60rpx auto 0;
  119. }
  120. .opt .li {
  121. font-size: 26rpx;
  122. color: #333;
  123. padding: 20rpx 0 !important;
  124. }
  125. .opt .li image {
  126. width: 80rpx;
  127. height: 80rpx;
  128. margin: 0 auto 15rpx;
  129. }
  130. canvas {
  131. position: fixed;
  132. left: 9000px;
  133. }