index.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .offer-list {
  2. width: 690rpx;
  3. margin: 0 auto 20rpx;
  4. padding: 20rpx;
  5. border-radius: 8rpx;
  6. box-sizing: border-box;
  7. background-color: #fff;
  8. font-family: PingFang SC-Regular, PingFang SC;
  9. .tag-box {
  10. margin-top: 10rpx;
  11. .tag {
  12. height: 40rpx;
  13. font-size: 20rpx;
  14. font-family: PingFang SC-Regular, PingFang SC;
  15. padding: 0 12rpx;
  16. margin-right: 8rpx;
  17. }
  18. }
  19. .title {
  20. position: relative;
  21. display: flex;
  22. height: 42rpx;
  23. align-items: center;
  24. >text {
  25. display: inline-block;
  26. width: 80%;
  27. font-size: 30rpx;
  28. color: #333333;
  29. }
  30. .status {
  31. position: absolute;
  32. right: -20rpx;
  33. width: 132rpx;
  34. height: 40rpx;
  35. border-radius: 20rpx 0px 0px 20rpx;
  36. box-sizing: border-box;
  37. padding-left: 30rpx;
  38. line-height: 40rpx;
  39. font-size: 24rpx;
  40. font-family: PingFang SC-Regular, PingFang SC;
  41. color: #FFFFFF;
  42. }
  43. }
  44. .exp {
  45. height: 34rpx;
  46. font-size: 24rpx;
  47. color: #666;
  48. margin-top: 8rpx;
  49. text {
  50. color: #333333;
  51. }
  52. }
  53. }
  54. .line-1 {
  55. overflow: hidden;
  56. white-space: nowrap;
  57. text-overflow: ellipsis;
  58. }