list.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .search {
  2. background: #fff;
  3. padding: 20rpx 30rpx;
  4. display: flex;
  5. justify-content: flex-start;
  6. align-items: center;
  7. position: relative;
  8. font-size: 28rpx;
  9. font-family: PingFangSC-Regular;
  10. font-weight: 400;
  11. }
  12. .search .icon-search {
  13. position: absolute;
  14. }
  15. .search .icon-search {
  16. left: 54rpx;
  17. }
  18. .search input {
  19. padding-left: 68rpx;
  20. width: 520rpx;
  21. height: 56rpx;
  22. background: #f8f8f8;
  23. border-radius: 28rpx;
  24. color: #999;
  25. box-sizing: border-box;
  26. line-height: 40rpx;
  27. }
  28. .search text {
  29. color: #ff673f;
  30. margin-left: 28rpx;
  31. }
  32. .date {
  33. padding: 0 30rpx;
  34. background: #fff;
  35. height: 90rpx;
  36. line-height: 90rpx;
  37. font-size: 28rpx;
  38. font-family: PingFangSC-Regular;
  39. font-weight: 400;
  40. color: #9b9b9b;
  41. }
  42. .date .date-value {
  43. margin-left: 12rpx;
  44. color: #ff673f;
  45. }
  46. .date .icon-date {
  47. height: 36rpx;
  48. width: 36rpx;
  49. float: right;
  50. margin: 6rpx 0 0 0;
  51. }
  52. .date .icon-date image {
  53. height: 36rpx;
  54. width: 36rpx;
  55. }
  56. .date .icon-clear {
  57. height: 32rpx;
  58. float: right;
  59. color: #ff673f;
  60. margin: 0 28rpx 0 0;
  61. font-size: 24rpx;
  62. }
  63. .list-box {
  64. padding: 20rpx 20rpx 30rpx;
  65. }
  66. .list-info {
  67. margin-bottom: 20rpx;
  68. }
  69. .i-card {
  70. width: 710rpx;
  71. border-radius: 20rpx;
  72. background: #fff;
  73. box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
  74. display: flex;
  75. flex-direction: column;
  76. overflow: hidden;
  77. margin-bottom: 20rpx;
  78. }
  79. .header {
  80. padding: 20rpx 30rpx;
  81. color: #444;
  82. font-size: 28rpx;
  83. font-weight: 500;
  84. display: flex;
  85. align-items: center;
  86. justify-content: space-between;
  87. }
  88. .header .rightArrowImg {
  89. width: 12rpx;
  90. height: 22rpx;
  91. color: #a7a7a7;
  92. margin-left: 30rpx;
  93. }
  94. .content-wrap {
  95. border-top: 0.1rpx solid #efefef;
  96. padding-bottom: 20rpx;
  97. }
  98. .content-wrap .item {
  99. display: flex;
  100. justify-content: space-between;
  101. font-size: 24rpx;
  102. padding: 16rpx 30rpx;
  103. padding-bottom: 0;
  104. }
  105. .content-wrap .item .title {
  106. color: #aaa;
  107. }
  108. .content-wrap .item .detail {
  109. color: #444;
  110. }
  111. .noRecordCon {
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. flex-direction: column;
  116. }
  117. .noRecordCon .noRecordImg {
  118. width: 132rpx;
  119. height: 138rpx;
  120. margin-top: 50%;
  121. }
  122. .noRecordCon .noRefundImg {
  123. width: 218rpx;
  124. height: 218rpx;
  125. margin-top: 50%;
  126. }
  127. .noRecordCon .noRecord {
  128. padding-top: 32rpx;
  129. font-size: 30rpx;
  130. font-family: PingFangSC-Light;
  131. font-weight: 300;
  132. color: #666;
  133. line-height: 30rpx;
  134. }
  135. .item-phone {
  136. display: inline-block;
  137. padding: 5rpx 16rpx;
  138. border: 2rpx solid #ff673f;
  139. border-radius: 22rpx;
  140. margin-left: 10rpx;
  141. color: #ff673f;
  142. }
  143. .icon-phone {
  144. width: 18rpx;
  145. height: 22rpx;
  146. margin-right: 2px;
  147. }