index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. /* pages/order/detail/index.wxss */
  2. @import "/pages/device/recordDetail/detail.wxss";
  3. .order-info {
  4. margin: 15rpx 20rpx -10rpx;
  5. width: 710rpx;
  6. height: 64rpx;
  7. background:rgba(130, 194, 205, 1);
  8. border-radius: 10rpx;
  9. }
  10. .order-info-title {
  11. padding-left: 32rpx;
  12. font-size: 36rpx;
  13. line-height: 64rpx;
  14. font-weight: bold;
  15. color:rgba(255,255,255,1);
  16. }
  17. .complain {
  18. margin: 20rpx auto;
  19. width: 600rpx;
  20. height: 193rpx;
  21. background:rgba(248,248,248,1);
  22. border-radius:10rpx;
  23. padding: 20rpx;
  24. }
  25. .btn {
  26. margin-top: 30rpx;
  27. background-color: var(--themeColor);
  28. color: #fff;
  29. width: 100%;
  30. height: 75rpx;
  31. line-height: 75rpx;
  32. }
  33. .cancel {
  34. background-color: var(--themeColor);
  35. color: #fff;
  36. margin: 50rpx;
  37. font-size: 32rpx;
  38. }
  39. .stars {
  40. width: 680rpx;
  41. margin-left: 30rpx;
  42. }
  43. .stars .content view{
  44. font-size: 32rpx;
  45. color: #4a4a4a;
  46. }
  47. .stars .content>view:last-of-type{
  48. height: 40rpx;
  49. /* margin-top: 20rpx; */
  50. }
  51. .stars .content>view:last-of-type view{
  52. float: left;
  53. width: 42rpx;
  54. height: 42rpx;
  55. margin-right: 25rpx;
  56. background-size: 100% 100%;
  57. }
  58. .stars-score {
  59. width: 750rpx;
  60. height: 50rpx;
  61. }
  62. .voiceimg {
  63. width: 110rpx;
  64. height: 110rpx;
  65. float: right;
  66. }
  67. .images-img{
  68. width: 200rpx;
  69. height: 200rpx;
  70. }
  71. .stars-text {
  72. float: right;
  73. margin-right: 30rpx;
  74. }
  75. .stars-check {
  76. width: 50rpx;
  77. height: 50rpx;
  78. }
  79. .main-content input {
  80. margin-top: 35rpx;
  81. }
  82. .pull-right{
  83. font-size: 30rpx;
  84. font-weight: 500;
  85. color: rgba(153,153,153,1);
  86. }
  87. .device-header {
  88. width: 650rpx;
  89. height: 83rpx;
  90. line-height: 83rpx;
  91. padding: 0 30rpx;
  92. display: flex;
  93. justify-content: space-between;
  94. }
  95. .device-header-title {
  96. width: 300rpx;
  97. }
  98. .device-header-title.type-title {
  99. color: #666;
  100. font-size: 30rpx;
  101. font-weight:500;
  102. }
  103. .device-content.task-info {
  104. padding-top: 20rpx;
  105. min-height: 350rpx;
  106. }
  107. .voicebtnfinish{
  108. display: inline-block;
  109. width: 230rpx;
  110. height: 40rpx;
  111. position: relative;
  112. z-index: 100;
  113. left: 360rpx;
  114. top: 230rpx;
  115. background:rgba(235,234,234,1);
  116. border-radius:10rpx;
  117. padding: 20rpx 24rpx;
  118. display: flex;
  119. justify-content: space-around;
  120. align-items: center;
  121. }
  122. .voicebtnfinish .playimg{
  123. display: inline-block;
  124. width: 48rpx;
  125. height: 48rpx;
  126. line-height: 48rpx;
  127. margin-right: 22rpx;
  128. }
  129. .voicebtnfinish .blimg{
  130. display: inline-block;
  131. width: 93rpx;
  132. height: 33rpx;
  133. line-height: 33rpx;
  134. margin-right: 22rpx;
  135. }
  136. .voicebtnfinish .second{
  137. width: 42rpx;
  138. height: 48rpx;
  139. line-height: 48rpx;
  140. display: inline-block;
  141. font-size: 28rpx;
  142. color: var(--themeColor);
  143. }
  144. .device-images,.report-images {
  145. border-top: 1rpx dashed rgba(170,220,228,1);
  146. margin-top: 240rpx;
  147. padding: 20rpx 20rpx 0;
  148. display: flex;
  149. justify-content: flex-start;
  150. }
  151. .device-images image {
  152. margin: 0 20rpx;
  153. }
  154. .device-images image,.report-images image {
  155. width: 120rpx;
  156. height: 120rpx;
  157. }
  158. .report-images {
  159. width: 600rpx;
  160. margin: 0 auto;
  161. padding: 20rpx 30rpx !important;
  162. }
  163. .order-convey-type {
  164. width: 710rpx;
  165. height: auto;
  166. background-color: #FFFFFF;
  167. margin: 0 auto;
  168. margin-bottom: 20rpx;
  169. border-radius: 20rpx;
  170. overflow: hidden;
  171. }
  172. .order-convey-type .device {
  173. width: 670rpx;
  174. border-radius: 0;
  175. }
  176. .order-convey-type .device:not(:last-child) {
  177. border-bottom: 1rpx dashed rgba(170,220,228,1);
  178. }