index.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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: 170rpx;
  20. }
  21. .tit {
  22. color: #3A3C65;
  23. font-size: 34rpx;
  24. font-weight: 700;
  25. margin-bottom: 15rpx;
  26. max-width: 521rpx;
  27. }
  28. .mar{
  29. margin-top: 24rpx;
  30. }
  31. .small-tit {
  32. color: rgba(58, 60, 101, 0.85);
  33. font-size: 26rpx;
  34. }
  35. .over {
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. white-space: nowrap;
  39. }
  40. .name {
  41. color: #6473FB;
  42. font-size: 34rpx;
  43. font-weight: 700;
  44. max-width: 370rpx;
  45. }
  46. .position {
  47. position: absolute;
  48. top: 20rpx;
  49. right: 24rpx;
  50. }
  51. .position>.position-text {
  52. color: #ff8831;
  53. background-color: #f9faff;
  54. padding: 0 12rpx;
  55. }
  56. .col {
  57. color: rgba(58, 60, 101, 0.85);
  58. font-size: 30rpx;
  59. font-weight: 500;
  60. }
  61. .status-img {
  62. width: 92rpx;
  63. height: 84rpx;
  64. position: absolute;
  65. top: 20rpx;
  66. right: 24rpx;
  67. }
  68. .status-img1 {
  69. top: 130rpx;
  70. }