index.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: 60rpx;
  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: 170rpx;
  20. }
  21. .date {
  22. color: #3A3C65;
  23. font-size: 34rpx;
  24. font-weight: 500;
  25. margin-bottom: 18rpx;
  26. }
  27. .over {
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. }
  32. .name {
  33. color: #6473FB;
  34. font-size: 34rpx;
  35. font-weight: 700;
  36. max-width: 370rpx;
  37. }
  38. .position {
  39. position: absolute;
  40. top: 20rpx;
  41. right: 24rpx;
  42. width: 223rpx;
  43. line-height: 40rpx;
  44. font-size: 24rpx;
  45. text-align: right;
  46. }
  47. .status-img {
  48. width: 92rpx;
  49. height: 84rpx;
  50. position: absolute;
  51. bottom: 50rpx;
  52. right: 24rpx;
  53. }
  54. .flex {
  55. display: flex;
  56. justify-content: left;
  57. align-items: center;
  58. color: rgba(58, 60, 101, 0.70);
  59. font-size: 28rpx;
  60. }
  61. .flex>image {
  62. width: 90rpx;
  63. height: 90rpx;
  64. margin-right: 24rpx;
  65. }