peopleList.scss 3.4 KB

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