index.scss 1.8 KB

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