list.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .ann-box {
  2. display: flex;
  3. width: 630rpx;
  4. overflow: hidden;
  5. margin: 0 auto;
  6. font-family: PingFang SC-Regular, PingFang SC;
  7. .image-box {
  8. position: relative;
  9. width: 160rpx;
  10. height: 120rpx;
  11. margin-right: 20rpx;
  12. .image {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. }
  17. }
  18. .mian {
  19. width: 448rpx;
  20. height: 122rpx;
  21. .title {
  22. display: flex;
  23. height: 40rpx;
  24. align-items: flex-end;
  25. .tag {
  26. display: inline-block;
  27. margin-right: 10rpx;
  28. font-size: 20rpx;
  29. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  30. }
  31. text {
  32. flex: 1;
  33. font-size: 28rpx;
  34. font-family: PingFang SC-Medium, PingFang SC;
  35. font-weight: 500;
  36. color: #333333;
  37. }
  38. }
  39. .explain {
  40. font-size: 24rpx;
  41. color: #666666;
  42. margin-top: 10rpx;
  43. }
  44. .incidental {
  45. height: 28rpx;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. font-family: PingFang SC-Regular, PingFang SC;
  50. margin-top: 10rpx;
  51. font-size: 20rpx;
  52. color: #999999;
  53. .incidental_r {
  54. display: flex;
  55. .iconfont{
  56. margin-right: 10rpx;
  57. font-size: 24rpx !important;
  58. }
  59. }
  60. }
  61. }
  62. }