index.acss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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: 45rpx;
  8. margin-bottom: 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .myrenewawlcontract-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: 45rpx;
  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: 212rpx;
  30. }
  31. .myrenewawlcontract-icon {
  32. position: absolute;
  33. top: 0;
  34. right: 0;
  35. width: 100%;
  36. height: 212rpx;
  37. }
  38. van-icon {
  39. margin-right: 10rpx;
  40. }
  41. .over {
  42. overflow: hidden;
  43. text-overflow: ellipsis;
  44. white-space: nowrap;
  45. }
  46. .name {
  47. color: #6473fb;
  48. font-size: 34rpx;
  49. font-weight: 700;
  50. max-width: 370rpx;
  51. margin-bottom: 16rpx;
  52. }
  53. .myrenewawlcontract-name {
  54. margin-top: 0 !important;
  55. }
  56. .logo {
  57. color: #3a3c65;
  58. font-size: 26rpx;
  59. font-weight: 400;
  60. margin-top: 10rpx;
  61. margin-bottom: 16rpx;
  62. max-width: 700rpx;
  63. }
  64. .date {
  65. color: #6473fb;
  66. font-size: 26rpx;
  67. }
  68. .myrenewawlcontract-date {
  69. color: #6473fb;
  70. font-size: 26rpx;
  71. }
  72. .date>text {
  73. color: #3a3c65;
  74. font-size: 32rpx;
  75. font-weight: 500;
  76. }
  77. .position {
  78. position: absolute;
  79. top: 20rpx;
  80. right: 24rpx;
  81. }
  82. .position>.position-text {
  83. color: #ff8831;
  84. background-color: #f9faff;
  85. padding: 0 12rpx;
  86. }
  87. .col {
  88. color: rgba(58, 60, 101, 0.85);
  89. font-size: 30rpx;
  90. font-weight: 500;
  91. }
  92. .status-img {
  93. width: 120rpx;
  94. height: 110rpx;
  95. position: absolute;
  96. bottom: 70rpx;
  97. right: 24rpx;
  98. }
  99. .myrenewawlcontract-status-img {
  100. width: 120rpx;
  101. height: 110rpx;
  102. position: absolute;
  103. bottom: 70rpx;
  104. right: 24rpx;
  105. }
  106. .over-text {
  107. margin-left: 10rpx;
  108. }