index.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .item {
  2. width: 702rpx;
  3. padding: 24rpx;
  4. background-color: #fff;
  5. position: relative;
  6. color: rgba(58, 60, 101, 0.70);
  7. line-height: 45rpx;
  8. margin-bottom: 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .border-radius-20{
  12. border-radius: 10rpx;
  13. }
  14. .icon {
  15. position: absolute;
  16. top: 0;
  17. right: 0;
  18. width: 100%;
  19. height: 212rpx;
  20. }
  21. van-icon {
  22. margin-right: 10rpx;
  23. }
  24. .over {
  25. overflow: hidden;
  26. text-overflow: ellipsis;
  27. white-space: nowrap;
  28. }
  29. .name {
  30. color: #6473FB;
  31. font-size: 34rpx;
  32. font-weight: 700;
  33. max-width: 370rpx;
  34. margin-bottom: 16rpx;
  35. }
  36. .logo {
  37. color: #3A3C65;
  38. font-size: 26rpx;
  39. font-weight: 400;
  40. margin-top: 10rpx;
  41. margin-bottom: 16rpx;
  42. max-width: 700rpx;
  43. }
  44. .date {
  45. color: #6473FB;
  46. font-size: 26rpx;
  47. }
  48. .date>text {
  49. color: #3A3C65;
  50. font-size: 32rpx;
  51. font-weight: 500;
  52. }
  53. .position {
  54. position: absolute;
  55. top: 20rpx;
  56. right: 24rpx;
  57. }
  58. .position>.position-text {
  59. color: #ff8831;
  60. background-color: #f9faff;
  61. padding: 0 12rpx;
  62. }
  63. .col {
  64. color: rgba(58, 60, 101, 0.85);
  65. font-size: 30rpx;
  66. font-weight: 500;
  67. }
  68. .status-img {
  69. width: 120rpx;
  70. height: 110rpx;
  71. position: absolute;
  72. bottom: 70rpx;
  73. right: 24rpx;
  74. }