select.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .total {
  2. height: 60rpx;
  3. line-height: 60rpx;
  4. font-size: 24rpx;
  5. font-family: PingFang SC-Regular, PingFang SC;
  6. color: #666666;
  7. padding-left: 30rpx;
  8. }
  9. .offer-list {
  10. display: flex;
  11. align-items: center;
  12. width: 100%;
  13. padding: 20rpx 30rpx;
  14. box-sizing: border-box;
  15. background-color: #fff;
  16. border-bottom: 1rpx solid #ddd;
  17. font-family: PingFang SC-Regular, PingFang SC;
  18. .box {
  19. flex: 1;
  20. .tag-box {
  21. margin-top: 10rpx;
  22. .tag {
  23. height: 40rpx;
  24. font-size: 20rpx;
  25. font-family: PingFang SC-Regular, PingFang SC;
  26. padding: 0 12rpx;
  27. margin-right: 8rpx;
  28. }
  29. }
  30. .title {
  31. position: relative;
  32. display: flex;
  33. height: 42rpx;
  34. align-items: center;
  35. >text {
  36. display: inline-block;
  37. width: 80%;
  38. font-size: 30rpx;
  39. color: #333333;
  40. }
  41. .status {
  42. position: absolute;
  43. right: -30rpx;
  44. width: 132rpx;
  45. height: 40rpx;
  46. border-radius: 20rpx 0px 0px 20rpx;
  47. box-sizing: border-box;
  48. padding-left: 30rpx;
  49. line-height: 40rpx;
  50. font-size: 24rpx;
  51. font-family: PingFang SC-Regular, PingFang SC;
  52. color: #FFFFFF;
  53. }
  54. }
  55. .exp {
  56. line-height: 34rpx;
  57. font-size: 24rpx;
  58. color: #666;
  59. margin-top: 8rpx;
  60. color: #333333;
  61. }
  62. }
  63. }
  64. .footer {
  65. display: flex;
  66. justify-content: space-between;
  67. align-items: center;
  68. padding: 0 30rpx;
  69. position: fixed;
  70. width: 100vw;
  71. height: 130rpx;
  72. background: #FFFFFF;
  73. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  74. bottom: 0;
  75. box-sizing: border-box;
  76. .count {
  77. font-size: 28rpx;
  78. font-family: PingFang SC-Regular, PingFang SC;
  79. color: #333333;
  80. }
  81. .but {
  82. width: 156rpx;
  83. height: 90rpx;
  84. background: #3874F6;
  85. border-radius: 8rpx;
  86. font-size: 28rpx;
  87. font-family: PingFang SC-Bold, PingFang SC;
  88. font-weight: bold;
  89. color: #FFFFFF;
  90. }
  91. }
  92. .line-1 {
  93. overflow: hidden;
  94. white-space: nowrap;
  95. text-overflow: ellipsis;
  96. }