select.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. height: 34rpx;
  57. font-size: 24rpx;
  58. color: #666;
  59. margin-top: 8rpx;
  60. width: 700rpx;
  61. text {
  62. color: #333333;
  63. }
  64. }
  65. }
  66. }
  67. .footer {
  68. display: flex;
  69. justify-content: space-between;
  70. align-items: center;
  71. padding: 0 30rpx;
  72. position: fixed;
  73. width: 100vw;
  74. height: 130rpx;
  75. background: #FFFFFF;
  76. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  77. bottom: 0;
  78. box-sizing: border-box;
  79. .count {
  80. font-size: 28rpx;
  81. font-family: PingFang SC-Regular, PingFang SC;
  82. color: #333333;
  83. }
  84. .but {
  85. width: 156rpx;
  86. height: 90rpx;
  87. background: #3874F6;
  88. border-radius: 8rpx;
  89. font-size: 28rpx;
  90. font-family: PingFang SC-Bold, PingFang SC;
  91. font-weight: bold;
  92. color: #FFFFFF;
  93. }
  94. }
  95. .line-1 {
  96. overflow: hidden;
  97. white-space: nowrap;
  98. text-overflow: ellipsis;
  99. }