index.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .project-item {
  2. display: flex;
  3. align-items: center;
  4. background-color: #fff;
  5. width: 690rpx;
  6. border-radius: 8rpx;
  7. margin: 0 auto 20rpx;
  8. padding: 20rpx 30rpx;
  9. box-sizing: border-box;
  10. .main {
  11. position: relative;
  12. overflow: hidden;
  13. .label {
  14. font-size: 30rpx;
  15. font-family: PingFang SC-Regular, PingFang SC;
  16. font-weight: bold;
  17. color: #333333;
  18. }
  19. .tag-box {
  20. display: flex;
  21. align-items: center;
  22. width: 100%;
  23. .datatag,
  24. .systemtag {
  25. flex-shrink: 0;
  26. margin-top: 6rpx;
  27. background: #3874f6;
  28. color: #ffffff;
  29. margin-right: 10rpx;
  30. display: flex;
  31. align-items: center;
  32. height: 40rpx;
  33. font-size: 20rpx;
  34. padding: 0 10rpx;
  35. border-radius: 20rpx;
  36. font-family: PingFang SC-Regular, PingFang SC;
  37. }
  38. .datatag {
  39. background: #FA8C16;
  40. }
  41. }
  42. .replenish {
  43. display: flex;
  44. min-height: 34rpx;
  45. font-size: 24rpx;
  46. font-family: PingFang SC-Regular, PingFang SC;
  47. color: #333333;
  48. margin-top: 8rpx;
  49. word-break: break-all;
  50. white-space: pre-wrap;
  51. }
  52. .replenish1 {
  53. display: flex;
  54. min-height: 34rpx;
  55. font-size: 20rpx;
  56. font-family: PingFang SC-Regular, PingFang SC;
  57. color: #c9c9c9;
  58. margin-top: 8rpx;
  59. word-break: break-all;
  60. white-space: pre-wrap;
  61. }
  62. }
  63. }
  64. .line-1 {
  65. overflow: hidden;
  66. white-space: nowrap;
  67. text-overflow: ellipsis;
  68. }
  69. .footer {
  70. display: flex;
  71. justify-content: space-between;
  72. align-items: center;
  73. padding: 0 30rpx;
  74. position: fixed;
  75. width: 100vw;
  76. height: 130rpx;
  77. background: #FFFFFF;
  78. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  79. bottom: 0;
  80. box-sizing: border-box;
  81. .count {
  82. font-size: 28rpx;
  83. font-family: PingFang SC-Regular, PingFang SC;
  84. color: #333333;
  85. }
  86. .but {
  87. width: 156rpx;
  88. height: 90rpx;
  89. background: #3874F6;
  90. border-radius: 8rpx;
  91. font-size: 28rpx;
  92. font-family: PingFang SC-Bold, PingFang SC;
  93. font-weight: bold;
  94. color: #FFFFFF;
  95. }
  96. }
  97. .iconfont {
  98. font-size: 28rpx;
  99. font-family: PingFang SC-Regular, PingFang SC;
  100. color: #666666;
  101. padding: 0 10rpx;
  102. }