index.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. @charset "UTF-8";
  2. /* 文字尺寸 */
  3. /*文字颜色*/
  4. /* 边框颜色 */
  5. /* 图片加载中颜色 */
  6. /* 行为相关颜色 */
  7. .normal-tip.data-v-5aafbd40 {
  8. font-size: 24rpx;
  9. line-height: 40rpx;
  10. padding: 4rpx 10rpx;
  11. }
  12. .normal-tip.by.data-v-5aafbd40 {
  13. border-radius: 20rpx;
  14. }
  15. .normal-tip.yd.data-v-5aafbd40 {
  16. border-radius: 5rspx;
  17. }
  18. .fixed-page-content.data-v-5aafbd40 {
  19. width: 100%;
  20. height: 100%;
  21. padding-bottom: 120rpx;
  22. box-sizing: border-box;
  23. }
  24. .page-content.data-v-5aafbd40 {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .white-box.data-v-5aafbd40 {
  29. width: 100%;
  30. font-size: 28rpx;
  31. padding: 0 40rpx;
  32. background-color: #ffffff;
  33. box-sizing: border-box;
  34. }
  35. .white-box.data-v-5aafbd40:not(:last-child) {
  36. margin-bottom: 30rpx;
  37. }
  38. .white-box .flex-item.data-v-5aafbd40 {
  39. align-items: center;
  40. }
  41. .white-box .flex-item .tel-box.data-v-5aafbd40 {
  42. display: flex;
  43. align-items: center;
  44. justify-content: flex-end;
  45. }
  46. .white-box .flex-item .tel-box .custom-tel-component.data-v-5aafbd40 {
  47. margin-left: 20rpx;
  48. }
  49. .white-box .cell-item.data-v-5aafbd40 {
  50. color: var(--Black);
  51. padding: 30rpx 0;
  52. display: flex;
  53. justify-content: space-between;
  54. position: relative;
  55. }
  56. .white-box .cell-item.data-v-5aafbd40::after {
  57. position: absolute;
  58. box-sizing: border-box;
  59. content: ' ';
  60. pointer-events: none;
  61. right: 0;
  62. bottom: 0;
  63. left: 0;
  64. border-bottom: 2rpx solid #ebedf0;
  65. -webkit-transform: scaleY(0.5);
  66. transform: scaleY(0.5);
  67. }
  68. .white-box .cell-item > .label.data-v-5aafbd40 {
  69. flex: 1;
  70. width: 30%;
  71. }
  72. .white-box .cell-item > .label .tips.data-v-5aafbd40 {
  73. font-size: 22rpx;
  74. color: var(--greyColor);
  75. }
  76. .white-box .cell-item > .label.required.data-v-5aafbd40 {
  77. position: relative;
  78. }
  79. .white-box .cell-item > .label.required.data-v-5aafbd40::after {
  80. content: '*';
  81. color: var(--Red);
  82. position: absolute;
  83. font-size: 30rpx;
  84. top: -15rpx;
  85. left: -15rpx;
  86. }
  87. .white-box .cell-item > .tit.data-v-5aafbd40 {
  88. color: var(--Black);
  89. flex: 1;
  90. width: 70%;
  91. text-align: right;
  92. }
  93. .white-box .cell-item > .tit .van-radio-group.data-v-5aafbd40 {
  94. display: flex;
  95. justify-content: flex-end;
  96. }
  97. .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-5aafbd40:not(:first-child) {
  98. margin-left: 30rpx;
  99. }
  100. .white-box .block-cell-item.data-v-5aafbd40 {
  101. color: var(--Black);
  102. padding: 30rpx 0;
  103. position: relative;
  104. }
  105. .white-box .block-cell-item.data-v-5aafbd40::after {
  106. position: absolute;
  107. box-sizing: border-box;
  108. content: " ";
  109. pointer-events: none;
  110. right: 16rpx;
  111. bottom: 0;
  112. left: 16rpx;
  113. border-bottom: 2rpx solid #ebedf0;
  114. -webkit-transform: scaleY(0.5);
  115. transform: scaleY(0.5);
  116. }
  117. .white-box .block-cell-item .label.data-v-5aafbd40 {
  118. width: 100%;
  119. padding-bottom: 30rpx;
  120. }
  121. .white-box .block-cell-item .label.required.data-v-5aafbd40 {
  122. position: relative;
  123. }
  124. .white-box .block-cell-item .label.required.data-v-5aafbd40::after {
  125. content: '*';
  126. color: var(--Red);
  127. position: absolute;
  128. font-size: 30rpx;
  129. top: -15rpx;
  130. left: -15rpx;
  131. }
  132. .white-box .block-cell-item .label .tips.data-v-5aafbd40 {
  133. font-size: 22rpx;
  134. color: var(--greyColor);
  135. }
  136. .white-box .block-cell-item .tit.data-v-5aafbd40 {
  137. width: 100%;
  138. color: var(--Black);
  139. }
  140. .white-box .block-cell-item .tit .van-radio-group.data-v-5aafbd40 {
  141. display: flex;
  142. justify-content: flex-end;
  143. }
  144. .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-5aafbd40:not(:first-child) {
  145. margin-left: 30rpx;
  146. }
  147. .white-box .block-cell-item .tit .textarea.data-v-5aafbd40 {
  148. background-color: #F8F8F8;
  149. font-size: 30rpx;
  150. color: #B7B7B7;
  151. border-radius: 10rpx;
  152. padding: 30rpx;
  153. word-break: break-all;
  154. }
  155. .white-box .custom-white-box-content.data-v-5aafbd40 {
  156. padding-bottom: 30rpx;
  157. }
  158. .z-bg.data-v-5aafbd40 {
  159. background: #6600ff;
  160. color: #fff;
  161. }
  162. .l-bg.data-v-5aafbd40 {
  163. background: #0000FF;
  164. color: #fff;
  165. }
  166. .h-bg.data-v-5aafbd40 {
  167. background: #F87A7A;
  168. color: #fff;
  169. }
  170. .z-br.data-v-5aafbd40 {
  171. background: #fff;
  172. border: 1px solid #6600ff;
  173. color: #6600ff;
  174. }
  175. .chaochuyincang.data-v-5aafbd40 {
  176. white-space: nowrap;
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. }
  180. .modifysend .pending-btn.data-v-5aafbd40 {
  181. color: #fff;
  182. background-color: #FF6B01;
  183. }
  184. .modifysend .accepted-btn.data-v-5aafbd40 {
  185. color: #fff;
  186. background-color: #976DEC;
  187. }
  188. .modifysend .processed-btn.data-v-5aafbd40 {
  189. color: #fff;
  190. background-color: #ffb420;
  191. }
  192. .modifysend .evaluated-btn.data-v-5aafbd40 {
  193. color: #fff;
  194. background-color: #54d378;
  195. }
  196. .modifysend .btn-view.data-v-5aafbd40 {
  197. width: 100%;
  198. height: 100rpx;
  199. padding: 20rpx 10%;
  200. background-color: #ffffff;
  201. position: fixed;
  202. bottom: 0;
  203. left: 0;
  204. }
  205. .modifysend .uni-select_2.data-v-5aafbd40 {
  206. font-size: 22rpx;
  207. border: 2px solid #e5e5e5;
  208. box-sizing: border-box;
  209. border-radius: 8rpx;
  210. padding: 0 10rpx;
  211. padding-left: 20rpx;
  212. position: relative;
  213. display: flex;
  214. -webkit-user-select: none;
  215. user-select: none;
  216. flex-direction: row;
  217. align-items: center;
  218. border-bottom: solid 2px #e5e5e5;
  219. width: 100%;
  220. flex: 1;
  221. height: 70rpx;
  222. color: #6a6a6a;
  223. }
  224. .modifysend .btn.data-v-5aafbd40 {
  225. width: 80%;
  226. height: 90rpx;
  227. border-radius: 50rpx 50rpx 50rpx 50rpx;
  228. background: #1d18bc;
  229. line-height: 90rpx;
  230. color: white;
  231. }
  232. .modifysend .top-add.data-v-5aafbd40 {
  233. background-color: #fff;
  234. padding: 30rpx;
  235. text-align: right;
  236. box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
  237. }
  238. .modifysend .top-add ._i.data-v-5aafbd40 {
  239. font-size: 36rpx;
  240. color: #6600FF;
  241. margin-right: 15rpx;
  242. }
  243. .modifysend .top-add .txt.data-v-5aafbd40 {
  244. font-size: 32rpx;
  245. color: #6600FF;
  246. }
  247. .modifysend .info-findRectificationManagementInOutList.data-v-5aafbd40 {
  248. height: calc(100vh - 124rpx);
  249. overflow-y: auto;
  250. }
  251. .modifysend .info-findRectificationManagementInOutList .info-item.data-v-5aafbd40 {
  252. background-color: #fff;
  253. padding: 20rpx 30rpx;
  254. margin-bottom: 20rpx;
  255. }
  256. .modifysend .info-findRectificationManagementInOutList .info-item .info-top.data-v-5aafbd40 {
  257. display: flex;
  258. justify-content: space-between;
  259. align-items: center;
  260. }
  261. .modifysend .info-findRectificationManagementInOutList .info-item .info-top .left.data-v-5aafbd40 {
  262. width: 286rpx;
  263. height: 168rpx;
  264. font-size: 0;
  265. border-radius: 10rpx;
  266. overflow: hidden;
  267. }
  268. .modifysend .info-findRectificationManagementInOutList .info-item .info-top .left ._img.data-v-5aafbd40 {
  269. width: 100%;
  270. height: 100%;
  271. }
  272. .modifysend .info-findRectificationManagementInOutList .info-item .info-top .right.data-v-5aafbd40 {
  273. align-self: flex-start;
  274. width: 380rpx;
  275. }
  276. .modifysend .info-findRectificationManagementInOutList .info-item .info-top .right .tit.data-v-5aafbd40 {
  277. display: -webkit-box;
  278. -webkit-box-orient: vertical;
  279. -webkit-line-clamp: 2;
  280. overflow: hidden;
  281. text-overflow: ellipsis;
  282. width: 380rpx;
  283. font-size: 32rpx;
  284. line-height: 1.4;
  285. font-weight: bold;
  286. color: #333333;
  287. overflow: hidden;
  288. text-overflow: ellipsis;
  289. display: -webkit-box;
  290. -webkit-line-clamp: 2;
  291. -webkit-box-orient: vertical;
  292. margin-bottom: 20rpx;
  293. }
  294. .modifysend .info-findRectificationManagementInOutList .info-item .info-top .right .txt.data-v-5aafbd40 {
  295. font-size: 28rpx;
  296. color: #666;
  297. }
  298. .modifysend .info-findRectificationManagementInOutList .info-item .info-bottom.data-v-5aafbd40 {
  299. margin-top: 20rpx;
  300. padding-top: 20rpx;
  301. border-top: 1rpx dashed #dbdbdb;
  302. display: flex;
  303. justify-content: space-between;
  304. align-items: center;
  305. }
  306. .modifysend .info-findRectificationManagementInOutList .info-item .info-bottom .left ._i.data-v-5aafbd40 {
  307. font-size: 30rpx;
  308. color: #999999;
  309. margin-left: 10rpx;
  310. }
  311. .modifysend .info-findRectificationManagementInOutList .info-item .info-bottom .left ._span.data-v-5aafbd40 {
  312. font-size: 28rpx;
  313. color: #999999;
  314. }