index.acss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .item {
  2. width: 702rpx;
  3. padding: 24rpx;
  4. background-color: #fff;
  5. position: relative;
  6. color: rgba(58, 60, 101, 0.7);
  7. line-height: 60rpx;
  8. margin-bottom: 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .transfermodule-item {
  12. width: 702rpx;
  13. padding: 24rpx;
  14. background-color: #fff;
  15. position: relative;
  16. color: rgba(58, 60, 101, 0.7);
  17. line-height: 60rpx;
  18. margin-bottom: 24rpx;
  19. box-sizing: border-box;
  20. }
  21. .border-radius-20 {
  22. border-radius: 10rpx;
  23. }
  24. .icon {
  25. position: absolute;
  26. top: 0;
  27. right: 0;
  28. width: 100%;
  29. height: 170rpx;
  30. }
  31. .date {
  32. color: #3a3c65;
  33. font-size: 34rpx;
  34. font-weight: 500;
  35. margin-bottom: 18rpx;
  36. }
  37. .over {
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. }
  42. .name {
  43. color: #6473fb;
  44. font-size: 34rpx;
  45. font-weight: 700;
  46. max-width: 370rpx;
  47. }
  48. .transfermodule-name {
  49. color: #6473fb !important;
  50. margin-top: 0 !important;
  51. }
  52. .position {
  53. position: absolute;
  54. top: 20rpx;
  55. right: 24rpx;
  56. width: 223rpx;
  57. line-height: 40rpx;
  58. font-size: 24rpx;
  59. text-align: right;
  60. }
  61. .status-img {
  62. width: 92rpx;
  63. height: 84rpx;
  64. position: absolute;
  65. bottom: 50rpx;
  66. right: 24rpx;
  67. }
  68. .transfermodule-status-img {
  69. width: 92rpx;
  70. height: 84rpx;
  71. position: absolute;
  72. bottom: 50rpx;
  73. right: 24rpx;
  74. }
  75. .flex {
  76. display: flex;
  77. justify-content: left;
  78. align-items: center;
  79. color: rgba(58, 60, 101, 0.7);
  80. font-size: 28rpx;
  81. }
  82. .flex>image {
  83. width: 90rpx;
  84. height: 90rpx;
  85. margin-right: 24rpx;
  86. }
  87. .over-text {
  88. margin-left: 10rpx;
  89. }