pt-share.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /* pages/pt-share/index.wxss */
  2. page {
  3. }
  4. .panel {
  5. padding: 60rpx 30rpx 0 30rpx;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .slide-image {
  10. width: 100%;
  11. height: 246rpx;
  12. border-top-left-radius: 10rpx;
  13. border-top-right-radius: 10rpx;
  14. }
  15. .share {
  16. background: linear-gradient(45deg, rgba(129, 198, 242, 1), rgba(84, 112, 223, 1));
  17. border-bottom-left-radius: 10rpx;
  18. border-bottom-right-radius: 10rpx;
  19. padding-bottom: 62rpx;
  20. }
  21. .share .one {
  22. display: flex;
  23. justify-content: space-between;
  24. }
  25. .share .one .left {
  26. display: flex;
  27. flex-direction: column;
  28. }
  29. .share .one .left .name {
  30. font-size: 38rpx;
  31. font-family: SourceHanSansCN-Regular;
  32. font-weight: 400;
  33. color: rgba(255, 255, 255, 1);
  34. padding: 35rpx 0 0 54rpx;
  35. }
  36. .share .one .left .title {
  37. font-size: 26rpx;
  38. font-family: SourceHanSansCN-Regular;
  39. font-weight: 400;
  40. color: rgba(255, 255, 255, 1);
  41. padding: 20rpx 0 0 54rpx;
  42. }
  43. .share .one .right {
  44. padding-right: 70rpx;
  45. margin-top: -66rpx;
  46. }
  47. .share .one .right image {
  48. width: 194rpx;
  49. height: 194rpx;
  50. border-radius: 50%;
  51. border: 12rpx solid #fff;
  52. }
  53. .share .two {
  54. display: flex;
  55. flex-direction: column;
  56. padding-top: 80rpx;
  57. align-items: center;
  58. }
  59. .share .two .position {
  60. font-size: 38rpx;
  61. font-family: SourceHanSansCN-Regular;
  62. font-weight: 400;
  63. color: rgba(255, 255, 255, 1);
  64. }
  65. .share .two .company {
  66. font-size: 20rpx;
  67. font-family: SourceHanSansCN-Regular;
  68. font-weight: 400;
  69. color: rgba(255, 255, 255, 1);
  70. padding-top: 12rpx;
  71. }
  72. .share .two .salary {
  73. font-size: 50rpx;
  74. font-family: Arial-BoldMT;
  75. font-weight: bold;
  76. color: rgba(255, 255, 255, 1);
  77. padding-top: 28rpx;
  78. }
  79. .share .two .limit {
  80. display: flex;
  81. flex-wrap: wrap;
  82. padding: 28rpx 54rpx 0 54rpx;
  83. color: #5a90ca;
  84. justify-content: center;
  85. }
  86. .share .two .limit i-tag {
  87. /* margin-left: 10rpx; */
  88. }
  89. .tag-class {
  90. background: #d7e5fc !important;
  91. margin-right: 16rpx;
  92. white-space: nowrap;
  93. border: none !important;
  94. border-radius: 19px !important;
  95. padding: 10rpx;
  96. }
  97. .share .three {
  98. display: flex;
  99. justify-content: space-around;
  100. align-items: center;
  101. padding-top: 90rpx;
  102. }
  103. .share .three .left {
  104. display: flex;
  105. flex-direction: column;
  106. }
  107. .share .three .left image {
  108. width: 197rpx;
  109. height: 41rpx;
  110. }
  111. .share .three .left .kefu {
  112. font-size: 20rpx;
  113. font-family: SourceHanSansCN-Regular;
  114. font-weight: 400;
  115. color: rgba(255, 255, 255, 1);
  116. padding-top: 10rpx;
  117. }
  118. .share .three .mid {
  119. width: 190rpx;
  120. height: 190rpx;
  121. background: rgba(255, 255, 255, 1);
  122. border-radius: 6rpx;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. }
  127. .share .three .mid image {
  128. width: 180rpx;
  129. height: 180rpx;
  130. border-radius: 6rpx;
  131. }
  132. .share .three .right {
  133. display: flex;
  134. flex-direction: column;
  135. font-size: 20rpx;
  136. font-family: SourceHanSansCN-Regular;
  137. font-weight: 400;
  138. color: rgba(255, 255, 255, 1);
  139. }
  140. .create {
  141. display: flex;
  142. margin: 100rpx 20rpx 20rpx 20rpx;
  143. height: 86rpx;
  144. align-items: center;
  145. justify-content: center;
  146. background: linear-gradient(90deg, rgba(59, 120, 207, 1), rgba(80, 166, 195, 1));
  147. border-radius: 42rpx;
  148. font-size: 38rpx;
  149. font-family: SourceHanSansCN-Normal;
  150. font-weight: 400;
  151. color: rgba(255, 254, 254, 1);
  152. }