cssAuthorTheme.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. .tab-bar-ul {
  2. position: sticky;
  3. top: 0;
  4. left: 0;
  5. height: 111rpx;
  6. align-items: center;
  7. display: flex;
  8. justify-content: flex-end;
  9. padding: 10px 20rpx;
  10. background-color: #fff;
  11. border-bottom: 2rpx solid #f6f6f6;
  12. .item-content {
  13. display: flex;
  14. height: 51rpx;
  15. background: #f8f8fa;
  16. width: 260rpx;
  17. font-size: 24rpx;
  18. border-radius: 64rpx;
  19. color: #999999;
  20. }
  21. .item {
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. width: 130rpx;
  26. height: 51rpx;
  27. border-radius: 47rpx;
  28. }
  29. .item-act {
  30. background-color: #3385ff;
  31. color: #fff;
  32. font-weight: 500;
  33. }
  34. }
  35. .content-ul {
  36. padding: 0 30rpx;
  37. .user-li,
  38. .hot-li,
  39. .kol-li {
  40. padding: 30rpx 0 20rpx;
  41. border-bottom: 1px solid #f6f6f6;
  42. }
  43. .user-img {
  44. width: 38%;
  45. justify-content: space-between;
  46. .img-box {
  47. display: flex;
  48. align-items: center;
  49. }
  50. .user-pv {
  51. width: 21rpx;
  52. height: 16rpx;
  53. }
  54. }
  55. .kol-li {
  56. display: flex;
  57. align-items: center;
  58. padding-bottom: 30rpx;
  59. image {
  60. width: 120rpx;
  61. height: 120rpx;
  62. border-radius: 8rpx;
  63. margin: 0 20rpx 0 15rpx;
  64. overflow: hidden;
  65. flex-shrink: 0;
  66. }
  67. }
  68. .kol-item {
  69. display: flex;
  70. flex-wrap: wrap;
  71. width: 480rpx;
  72. height: 120rpx;
  73. align-items: baseline;
  74. margin-bottom: 20rpx;
  75. .item-top {
  76. width: 100%;
  77. display: flex;
  78. align-items: center;
  79. justify-content: space-between;
  80. font-size: 29rpx;
  81. font-weight: 700;
  82. }
  83. .kol-text {
  84. width: 50%;
  85. margin-top: 10rpx;
  86. flex-shrink: 0;
  87. }
  88. }
  89. .li-serial {
  90. width: 26rpx;
  91. height: 26rpx;
  92. line-height: 26rpx;
  93. color: #fff;
  94. font-size: 20rpx;
  95. text-align: center;
  96. border-radius: 4rpx 4rpx 4rpx 4rpx;
  97. margin: 7rpx 10rpx 0 20rpx;
  98. flex-shrink: 0;
  99. }
  100. .li-type {
  101. padding: 0 15rpx;
  102. height: 29rpx;
  103. margin-top: 6rpx;
  104. display: flex;
  105. align-items: center;
  106. border-radius: 4rpx;
  107. color: #fff;
  108. font-size: 24rpx;
  109. flex-wrap: 500;
  110. background: linear-gradient(90deg, #fecd18 0%, #ffdc5b 100%);
  111. }
  112. .serial-number {
  113. margin-top: 0 !important;
  114. }
  115. .li-item {
  116. display: flex;
  117. .title {
  118. font-size: 28rpx;
  119. line-height: 39rpx;
  120. font-weight: 500;
  121. color: #333;
  122. }
  123. .li-industry {
  124. color: #3385ff;
  125. margin-left: 20rpx;
  126. display: inline-block;
  127. font-weight: 400;
  128. }
  129. .time-user {
  130. display: flex;
  131. align-items: center;
  132. font-size: 24rpx;
  133. }
  134. .li-user {
  135. display: flex;
  136. align-items: center;
  137. flex-shrink: 0;
  138. width: 170rpx;
  139. margin-left: 75rpx;
  140. }
  141. .li-title {
  142. display: flex;
  143. }
  144. }
  145. .li-bottom {
  146. display: flex;
  147. justify-content: space-between;
  148. align-items: center;
  149. margin-top: 30rpx;
  150. width: 100%;
  151. image {
  152. width: 23rpx;
  153. height: 26rpx;
  154. margin-right: 10rpx;
  155. }
  156. }
  157. .read-more {
  158. margin-left: 30rpx;
  159. margin-top: 20rpx;
  160. display: flex;
  161. flex-wrap: wrap;
  162. .text-box {
  163. margin-bottom: 27rpx;
  164. margin-right: 40rpx;
  165. padding: 0;
  166. font-size: 24rpx;
  167. color: #408fff;
  168. width: 170rpx;
  169. height: 46rpx;
  170. line-height: 46rpx;
  171. text-align: center !important;
  172. background: url(~@/static/img/report_bg.png) no-repeat;
  173. background-size: 100% 100%;
  174. text-indent: 0em;
  175. }
  176. }
  177. .attention {
  178. flex-shrink: 0;
  179. padding: 5rpx 28rpx;
  180. border-radius: 37rpx 37rpx 37rpx 37rpx;
  181. color: #fff;
  182. background: #3385ff;
  183. font-weight: 400;
  184. font-size: 24rpx;
  185. }
  186. .hot-item {
  187. justify-content: space-between;
  188. align-items: center;
  189. .hot-new {
  190. align-items: center;
  191. flex: 1;
  192. padding-right: 20rpx;
  193. }
  194. .new-img {
  195. width: 60rpx;
  196. height: 30rpx;
  197. margin-left: 15rpx;
  198. flex-shrink: 0;
  199. }
  200. }
  201. }