Açıklama Yok

inspectionHuatanDeatil.wxss 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. view {
  2. width: auto;
  3. }
  4. .container {
  5. position: relative;
  6. overflow-y: auto;
  7. height: 100vh;
  8. padding: 3vw;
  9. background-color: #f5f5f5;
  10. font-size: 32rpx;
  11. }
  12. .info,
  13. .before,
  14. .process {
  15. padding: 20rpx;
  16. border-radius: 10rpx;
  17. background-color: #fff;
  18. }
  19. .before,
  20. .process {
  21. width: 100%;
  22. margin-top: 20rpx;
  23. }
  24. .mapSee {
  25. float: right;
  26. color: #418cff;
  27. }
  28. .top {
  29. padding-bottom: 20rpx;
  30. border-bottom: 1px solid #e7e7e7;
  31. margin-bottom: 10rpx;
  32. }
  33. .title {
  34. display: flex;
  35. line-height: 50rpx;
  36. }
  37. .title text {
  38. color: #418cff;
  39. }
  40. .title image {
  41. width: 50rpx;
  42. height: 50rpx;
  43. margin-right: 10rpx;
  44. }
  45. .info-top {
  46. display: flex;
  47. justify-content: space-between;
  48. }
  49. .info-top-state {
  50. line-height: 50rpx;
  51. color: #34c65c;
  52. font-size: 28rpx;
  53. }
  54. .info-list-item {
  55. display: flex;
  56. line-height: 60rpx;
  57. font-size: 28rpx;
  58. }
  59. .info-list-item .lf {
  60. flex: 1;
  61. color: #999999;
  62. }
  63. .info-list-item .rt {
  64. flex: 3;
  65. color: #333333;
  66. }
  67. .pic {
  68. display: flex;
  69. justify-content: space-between;
  70. flex-wrap: wrap;
  71. }
  72. .pic-list {
  73. overflow: hidden;
  74. width: 300rpx;
  75. height: 230rpx;
  76. border-radius: 10rpx;
  77. margin-bottom: 20rpx;
  78. float: left;
  79. text-align: center;
  80. font-size: 28rpx;
  81. }
  82. .pic-list image {
  83. width: 80%;
  84. height: 100%;
  85. }
  86. .history {
  87. display: flex;
  88. justify-content: space-between;
  89. margin: 10rpx;
  90. }
  91. .historyTop {
  92. border-top: 2px solid #e7e7e7;
  93. width: 98%;
  94. margin: 0rpx auto;
  95. padding: 15rpx;
  96. box-sizing: border-box;
  97. font-size: 28rpx;
  98. overflow: hidden;
  99. }
  100. .fontcolor {
  101. color: #333;
  102. }
  103. .statusStyles {
  104. padding: 0rpx 15rpx;
  105. background-color: #359e0b;
  106. color: #fff;
  107. border-radius: 5rpx;
  108. }
  109. .statusStyles1 {
  110. padding: 0rpx 15rpx;
  111. background-color: #359e0b;
  112. color: #fff;
  113. border-radius: 5rpx;
  114. height: 50rpx;
  115. line-height: 50rpx;
  116. }
  117. .historyTop:first-child .statusStyles1 {
  118. background-color: #de1212;
  119. }
  120. .arriveTop {
  121. width: 140rpx;
  122. height: 140rpx;
  123. position: fixed;
  124. right: 40rpx;
  125. bottom: 40rpx;
  126. }
  127. .showdows {
  128. box-shadow: 0rpx 5rpx 15rpx #e7e7e7;
  129. }
  130. .overflowerLine {
  131. width: 50%;
  132. overflow: hidden;
  133. text-align: left;
  134. text-overflow: ellipsis;
  135. display: -webkit-box;
  136. -webkit-line-clamp: 5;
  137. -webkit-box-orient: vertical;
  138. }
  139. .mapSize {
  140. height: 30vh;
  141. width: 100%;
  142. }
  143. .viewGD {
  144. padding: 10rpx 20rpx;
  145. background-color: skyblue;
  146. color: #fff;
  147. border-radius: 20rpx;
  148. text-align: center;
  149. font-size: 24rpx;
  150. width: 44%;
  151. margin: 10rpx auto;
  152. }