暫無描述

inspectionHuatanList.wxss 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. /* greenland/pages/inspection/inspection.wxss */
  2. page {
  3. color: #000;
  4. font-size: 32rpx;
  5. background-color: #f4f4f4;
  6. padding-top: 100rpx;
  7. }
  8. .inspection {
  9. padding: 20rpx;
  10. height: 100vh;
  11. }
  12. .xuncha_list {
  13. background-color: #ffff;
  14. border: 1rpx solid #ccc;
  15. border-radius: 15rpx;
  16. padding: 15rpx;
  17. font-size: 28rpx;
  18. margin-bottom: 20rpx;
  19. font-size: 30rpx;
  20. }
  21. .person {
  22. display: flex;
  23. justify-content: space-between;
  24. align-items: center;
  25. padding-bottom: 10rpx;
  26. border-bottom: 1rpx solid #c4c4c4;
  27. }
  28. .per_left,
  29. .per_right {
  30. width: auto;
  31. }
  32. .per_right {
  33. color: red;
  34. }
  35. .te {
  36. border: none;
  37. padding: 0;
  38. }
  39. .trajectory {
  40. position: absolute;
  41. right: 0;
  42. top: 50%;
  43. transform: translateY(-50%);
  44. width: 150rpx;
  45. height: 65rpx;
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. background-color: #33a3dc;
  50. color: #ffffff;
  51. border-radius: 10rpx;
  52. font-size: 32rpx;
  53. }
  54. .weizhi {
  55. width: 85rpx;
  56. height: 60rpx;
  57. background-color: rgba(123, 104, 238, 0.65);
  58. position: fixed;
  59. top: 88rpx;
  60. left: 0rpx;
  61. border-radius: 0 20rpx 20rpx 0;
  62. color: #fff;
  63. display: flex;
  64. align-items: center;
  65. z-index: 999;
  66. }
  67. /* 展开 筛选框 */
  68. .scaling {
  69. width: 85rpx;
  70. /* height: 60rpx; */
  71. background-color: rgba(123, 104, 238, 0.65);
  72. position: fixed;
  73. top: 80rpx;
  74. left: 0rpx;
  75. border-radius: 0 20rpx 20rpx 0;
  76. color: #fff;
  77. display: flex;
  78. align-items: center;
  79. }
  80. .scalingBox {
  81. width: 100%;
  82. background-color: #fff;
  83. border-radius: 0 0 30rpx 30rpx;
  84. }
  85. .scaling_fooder {
  86. width: 100%;
  87. height: 80rpx;
  88. display: flex;
  89. }
  90. .scaling_fooder_left {
  91. flex: 1;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. color: #333;
  96. background-color: #c4c4c4;
  97. border-radius: 0 0 0 10rpx;
  98. }
  99. .scaling_fooder_right {
  100. flex: 1;
  101. display: flex;
  102. justify-content: center;
  103. color: #333;
  104. align-items: center;
  105. background-color: #0099ff;
  106. border-radius: 0 0 10rpx 0;
  107. color: #fff;
  108. }
  109. .scaling_itme {
  110. color: #333;
  111. height: 100rpx;
  112. display: flex;
  113. align-items: center;
  114. padding: 0 20rpx;
  115. }
  116. .scaling_itme_left {
  117. flex: 2;
  118. display: flex;
  119. }
  120. .scaling_itme_right {
  121. flex: 3;
  122. display: flex;
  123. }
  124. .closeImg {
  125. width: 50rpx;
  126. height: 50rpx;
  127. position: absolute;
  128. right: 10rpx;
  129. top: 10rpx;
  130. }
  131. .closeImg > image {
  132. width: 50rpx;
  133. height: 50rpx;
  134. }
  135. .dailogBox {
  136. width: 100%;
  137. height: 100vh;
  138. background: rgba(0, 0, 0, 0.5);
  139. z-index: 99;
  140. position: fixed;
  141. left: 0;
  142. top: 0;
  143. z-index: 9999
  144. }
  145. .nodata {
  146. height: 80rpx;
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. .top {
  152. height: 100rpx;
  153. display: flex;
  154. justify-content: center;
  155. align-items: center;
  156. position: fixed;
  157. top: 0;
  158. z-index: 99;
  159. background-color: #fff;
  160. font-weight: 500;
  161. font-size: 36rpx;
  162. }