list.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. flex: 1;
  21. width: 0;
  22. height: 122rpx;
  23. .title {
  24. display: flex;
  25. height: 40rpx;
  26. align-items: flex-end;
  27. .tag {
  28. display: inline-block;
  29. margin-right: 10rpx;
  30. font-size: 20rpx;
  31. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  32. }
  33. text {
  34. flex: 1;
  35. font-size: 28rpx;
  36. font-family: PingFang SC-Medium, PingFang SC;
  37. font-weight: 500;
  38. color: #333333;
  39. }
  40. }
  41. .explain {
  42. font-size: 24rpx;
  43. color: #666666;
  44. margin-top: 10rpx;
  45. }
  46. .incidental {
  47. height: 28rpx;
  48. display: flex;
  49. align-items: center;
  50. justify-content: space-between;
  51. font-family: PingFang SC-Regular, PingFang SC;
  52. margin-top: 10rpx;
  53. font-size: 20rpx;
  54. color: #999999;
  55. .incidental_r {
  56. display: flex;
  57. .iconfont{
  58. margin-right: 10rpx;
  59. font-size: 24rpx !important;
  60. }
  61. }
  62. }
  63. }
  64. }