cssAuthorTheme.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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. min-width: 126rpx;
  102. padding: 0 15rpx;
  103. height: 34rpx;
  104. // margin-top: 6rpx;
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. border-radius: 4rpx;
  109. color: #fff;
  110. font-size: 24rpx;
  111. flex-wrap: 500;
  112. background: linear-gradient(90deg, #fecd18 0%, #ffdc5b 100%);
  113. }
  114. .serial-number {
  115. margin-top: 0 !important;
  116. }
  117. .li-item {
  118. display: flex;
  119. .title {
  120. font-size: 28rpx;
  121. line-height: 39rpx;
  122. font-weight: 500;
  123. color: #333;
  124. }
  125. .li-industry {
  126. color: #3385ff;
  127. margin-left: 20rpx;
  128. display: inline-block;
  129. font-weight: 400;
  130. }
  131. .time-user {
  132. display: flex;
  133. align-items: center;
  134. font-size: 24rpx;
  135. }
  136. .li-user {
  137. display: flex;
  138. align-items: center;
  139. flex-shrink: 0;
  140. width: 170rpx;
  141. margin-left: 75rpx;
  142. }
  143. .li-title {
  144. display: flex;
  145. }
  146. }
  147. .li-bottom {
  148. display: flex;
  149. justify-content: space-between;
  150. align-items: center;
  151. margin-top: 30rpx;
  152. width: 100%;
  153. image {
  154. width: 23rpx;
  155. height: 26rpx;
  156. margin-right: 10rpx;
  157. }
  158. }
  159. .read-more {
  160. margin-left: 30rpx;
  161. margin-top: 20rpx;
  162. display: flex;
  163. flex-wrap: wrap;
  164. .text-box {
  165. margin-bottom: 27rpx;
  166. margin-right: 40rpx;
  167. padding: 0;
  168. font-size: 24rpx;
  169. color: #408fff;
  170. width: 170rpx;
  171. height: 46rpx;
  172. line-height: 46rpx;
  173. text-align: center !important;
  174. background: url(~@/static/img/report_bg.png) no-repeat;
  175. background-size: 100% 100%;
  176. text-indent: 0em;
  177. }
  178. }
  179. .attention {
  180. flex-shrink: 0;
  181. padding: 5rpx 28rpx;
  182. border-radius: 37rpx 37rpx 37rpx 37rpx;
  183. color: #fff;
  184. background: #3385ff;
  185. font-weight: 400;
  186. font-size: 24rpx;
  187. }
  188. .hot-item {
  189. justify-content: space-between;
  190. align-items: center;
  191. .hot-new {
  192. align-items: center;
  193. flex: 1;
  194. padding-right: 20rpx;
  195. }
  196. .new-img {
  197. width: 60rpx;
  198. height: 30rpx;
  199. margin-left: 15rpx;
  200. flex-shrink: 0;
  201. }
  202. }
  203. .hot-icon {
  204. width: 30rpx;
  205. height: 30rpx;
  206. margin-left: 15rpx;
  207. }
  208. }