applyItem.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .apply-item {
  2. background: #FFFFFF;
  3. border-radius: 16rpx;
  4. padding: 0 30rpx 0 30rpx;
  5. }
  6. .apply-item .apply-item-top {
  7. height: 80rpx;
  8. border-bottom: 1px solid #EEEEEE;
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. }
  13. .apply-item .apply-item-top .item-number {
  14. font-size: 28rpx;
  15. font-family: PingFangSC-Regular;
  16. font-weight: 400;
  17. color: rgba(34, 34, 34, 1);
  18. }
  19. .apply-item .apply-item-top .item-state {
  20. font-size: 28rpx;
  21. font-family: PingFangSC-Regular;
  22. font-weight: 400;
  23. color: rgba(255, 82, 61, 1);
  24. }
  25. .apply-item .apply-item-row {
  26. display: flex;
  27. justify-content: space-between;
  28. align-items: center;
  29. margin-top: 20rpx;
  30. }
  31. .apply-item .house-detail {
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: space-between;
  35. height: 200rpx;
  36. margin-left: 20rpx;
  37. }
  38. .apply-item .apply-item-row .key {
  39. font-size: 28rpx;
  40. font-family: PingFangSC-Regular;
  41. font-weight: 400;
  42. color: rgba(153, 153, 153, 1);
  43. }
  44. .apply-item .apply-item-row .value {
  45. font-size: 28rpx;
  46. font-family: PingFangSC-Regular;
  47. font-weight: 400;
  48. color: rgba(153, 153, 153, 1);
  49. }
  50. .apply-item .intro {
  51. display: flex;
  52. align-items: center;
  53. margin-top: 40rpx;
  54. }
  55. .apply-item .house-img {
  56. position: relative;
  57. width: 265rpx;
  58. height: 200rpx;
  59. }
  60. .apply-item .house-img .water-img {
  61. position: absolute;
  62. left: 0;
  63. bottom: 10rpx;
  64. width: 100%;
  65. z-index: 1;
  66. background: linear-gradient(134deg, rgba(255, 143, 85, 0.9) 0%, rgba(255, 108, 80, 0.9) 51%, rgba(255, 84, 61, 0.9) 100%);
  67. text-align: center;
  68. border-bottom-left-radius: 8rpx;
  69. border-bottom-right-radius: 8rpx;
  70. font-size: 24rpx;
  71. padding: 4rpx 10rpx;
  72. font-family: PingFangSC-Medium;
  73. font-weight: 500;
  74. color: rgba(255, 255, 255, 1);
  75. overflow: hidden;
  76. text-overflow: ellipsis;
  77. white-space: nowrap;
  78. }
  79. .apply-item .intro .img {
  80. border-radius: 8rpx;
  81. margin-right: 30rpx;
  82. width: 265rpx;
  83. height: 200rpx;
  84. }
  85. .intro-name {
  86. font-size: 34rpx;
  87. font-family: Roboto-Black;
  88. font-weight: 900;
  89. color: rgba(34, 34, 34, 1);
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. display: -webkit-box;
  93. -webkit-box-orient: vertical;
  94. -webkit-line-clamp: 2;
  95. }
  96. .intro-money {
  97. display: flex;
  98. flex-direction: row;
  99. align-items: center;
  100. }
  101. .intro-money .money-unit {
  102. font-size: 26rpx;
  103. font-family: Roboto-Regular;
  104. font-weight: 400;
  105. color: rgba(255, 82, 61, 1);
  106. }
  107. .intro-money .money {
  108. font-size: 40rpx;
  109. font-family: PingFangSC-Semibold;
  110. font-weight: 600;
  111. color: rgba(255, 82, 61, 1);
  112. margin: 0 4rpx;
  113. }
  114. .intro-money .money-cycle {
  115. font-size: 26rpx;
  116. font-family: Roboto-Regular;
  117. font-weight: 400;
  118. color: #222222;
  119. }
  120. .apply-item .apply-item-bottom {
  121. height: 78rpx;
  122. border-top: 1px solid #EEEEEE;
  123. display: flex;
  124. justify-content: space-between;
  125. align-items: center;
  126. margin-top: 40rpx;
  127. }
  128. .apply-item .apply-item-bottom .detail {
  129. font-size: 28rpx;
  130. font-family: PingFangSC-Regular;
  131. font-weight: 400;
  132. color: rgba(34, 34, 34, 1);
  133. }
  134. .apply-item .apply-item-bottom .arrow {
  135. height: 48rpx;
  136. width: 48rpx;
  137. }