Clue.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .tab-box {
  2. display: flex;
  3. height: 90rpx;
  4. background-color: #fff;
  5. justify-content: space-between;
  6. .left {
  7. width: 55%;
  8. padding-left: 30rpx;
  9. .user {
  10. flex-shrink: 0;
  11. line-height: 90rpx;
  12. font-family: PingFang SC, PingFang SC;
  13. font-weight: 700;
  14. font-size: 28rpx;
  15. color: #333333;
  16. margin-right: 20rpx;
  17. }
  18. .type {
  19. font-family: PingFang SC, PingFang SC;
  20. font-size: 28rpx;
  21. color: #666666;
  22. flex-shrink: 0;
  23. .iconfont {
  24. font-size: 26rpx;
  25. margin-right: 10rpx;
  26. }
  27. }
  28. }
  29. .right {
  30. display: flex;
  31. align-items: center;
  32. height: 90rpx;
  33. flex-shrink: 0;
  34. .filtrate-box {
  35. display: flex;
  36. height: 100%;
  37. align-items: center;
  38. padding: 0 20rpx;
  39. font-family: PingFang SC, PingFang SC;
  40. font-size: 28rpx;
  41. color: #666666;
  42. .iconfont {
  43. margin-right: 6rpx;
  44. color: #999999;
  45. }
  46. }
  47. .search-box {
  48. display: flex;
  49. height: 100%;
  50. align-items: center;
  51. padding: 0 30rpx;
  52. .iconfont {
  53. font-size: 40rpx;
  54. }
  55. }
  56. }
  57. }
  58. .item {
  59. position: relative;
  60. .tag-box {
  61. .tag {
  62. height: 40rpx;
  63. font-size: 18rpx !important;
  64. font-family: PingFang SC-Regular, PingFang SC;
  65. padding: 0 12rpx;
  66. margin-right: 10rpx;
  67. }
  68. }
  69. .title {
  70. position: relative;
  71. display: flex;
  72. line-height: 38rpx;
  73. align-items: center;
  74. font-family: Microsoft YaHei, Microsoft YaHei;
  75. font-weight: bold;
  76. font-size: 28rpx;
  77. color: #333333;
  78. >text {
  79. display: inline-block;
  80. width: 80%;
  81. font-size: 30rpx;
  82. color: #333333;
  83. font-weight: normal;
  84. }
  85. .status {
  86. position: absolute;
  87. right: -20rpx;
  88. width: 132rpx;
  89. height: 40rpx;
  90. border-radius: 20rpx 0px 0px 20rpx;
  91. box-sizing: border-box;
  92. padding-left: 30rpx;
  93. line-height: 40rpx;
  94. font-size: 24rpx;
  95. font-family: PingFang SC-Regular, PingFang SC;
  96. color: #FFFFFF;
  97. font-weight: normal;
  98. }
  99. }
  100. .row {
  101. display: flex;
  102. line-height: 32rpx;
  103. font-family: Microsoft YaHei, Microsoft YaHei;
  104. font-size: 24rpx;
  105. color: #999999;
  106. margin-top: 10rpx;
  107. flex-wrap: wrap;
  108. .col {
  109. width: 50%;
  110. }
  111. }
  112. }