peopleList.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. background-color: #161616;
  8. width: 100%;
  9. background: url('../../static/home/top_bg.png');
  10. background-size: 100% 320rpx;
  11. background-repeat: no-repeat;
  12. }
  13. .header {
  14. display: flex;
  15. flex-direction: row;
  16. justify-content: flex-start;
  17. align-items: center;
  18. width: 750rpx;height: 320rpx;
  19. padding-top: calc(var(--status-bar-height) + 0rpx);
  20. .left {
  21. display: flex;flex-direction: row;width:200rpx;height:120rpx;
  22. justify-content: center;
  23. padding-left:50rpx;
  24. image {
  25. width:124rpx;height:40rpx;
  26. }
  27. }
  28. }
  29. .thread {
  30. height: 20rpx;
  31. }
  32. .thread2 {
  33. height: 60rpx;
  34. }
  35. .cateList {
  36. width:750rpx;display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;margin-top:20rpx;
  37. .item12 {
  38. width: 150rpx;padding:20rpx 20rpx;
  39. display: flex;flex-direction: column;justify-content: center;align-items: center;
  40. .title {
  41. font-weight: bold;font-size: 30rpx;color: #FFFFFF;
  42. }
  43. .icon {
  44. width:44rpx;height:18rpx;
  45. }
  46. }
  47. }
  48. .section-title {
  49. width:750rpx;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;margin-top:20rpx;
  50. font-weight: bold;padding-left:30rpx;
  51. font-size: 32rpx;
  52. color: #FFFFFF;
  53. }
  54. .article_notify {
  55. width: 690rpx;height: 140rpx;margin-left:30rpx;margin-top:20rpx;
  56. background: #28292D;
  57. border-radius: 24rpx 24rpx 24rpx 24rpx;
  58. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  59. .left {
  60. width: 140rpx;
  61. height: 140rpx;
  62. background: #28292D;
  63. border-radius: 24rpx;
  64. image {
  65. width: 140rpx;height: 140rpx;border-radius: 24rpx;
  66. }
  67. }
  68. .right {
  69. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  70. .title {
  71. padding-left:20rpx;padding-top:18rpx;
  72. font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  73. display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
  74. image {
  75. width:76rpx;height:40rpx;margin-left:30rpx;
  76. }
  77. }
  78. .desc {
  79. padding-left:20rpx;padding-top:20rpx;
  80. font-weight: 400;font-size: 28rpx;color: #FFFFFF;
  81. }
  82. }
  83. }
  84. .list {
  85. display: flex;flex-direction: row;flex-wrap: wrap;padding:30rpx;
  86. width:750rpx;justify-content: space-between;
  87. .item {
  88. width: 334rpx;height: 470rpx;margin-bottom: 30rpx;
  89. background: #28292D;border-radius: 24rpx;
  90. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  91. .img {
  92. .icon {
  93. width: 334rpx;height:334rpx;border-radius: 24rpx 24rpx 0 0;
  94. }
  95. }
  96. .tit {
  97. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding:0 20rpx;
  98. .name {
  99. color:#fff;font-size: 32rpx;width:200rpx;
  100. }
  101. .juli {
  102. color:#D0D0D0;font-size: 24rpx;width:134rpx;text-align: right;
  103. }
  104. }
  105. .name {
  106. font-size: 24rpx;color:#818D89;padding-top: 12rpx;
  107. }
  108. .tag_list {
  109. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top: 10rpx;
  110. padding:0 12rpx;
  111. .tag {
  112. height: 44rpx;padding:0 12rpx;
  113. background: #423339;
  114. border-radius: 16rpx 16rpx 16rpx 16rpx;
  115. border: 2rpx solid #FF7D88;
  116. display: flex;flex-direction: row;justify-content: center;align-items: center;
  117. font-weight: 400;
  118. font-size: 20rpx;
  119. color: #FF7D88;
  120. .icon {
  121. width:24rpx;height:24rpx;margin-right: 6rpx;
  122. }
  123. }
  124. .tag2 {
  125. height: 44rpx;padding:0 12rpx;
  126. border-radius: 16rpx;
  127. border: 2rpx solid #404040;
  128. display: flex;flex-direction: row;justify-content: center;align-items: center;
  129. font-weight: 400;
  130. font-size: 20rpx;
  131. color: #D0D0D0;
  132. }
  133. }
  134. }
  135. }