assignOrder.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /**index.wxss**/
  2. page {
  3. /* background: #f3f3f3; */
  4. background: #F4F2F2;
  5. }
  6. .zhuyi{
  7. color: red;
  8. background: #FFF8D4;
  9. margin: -15rpx;
  10. height: 50rpx;
  11. font-size: 26rpx;
  12. text-indent: 50rpx;
  13. line-height: 45rpx;
  14. }
  15. .container {
  16. padding-top: 20rpx;
  17. padding-bottom: 80rpx;
  18. }
  19. view {
  20. font-size: 28rpx;
  21. }
  22. .edit-btn {
  23. width: 686rpx;
  24. height: 80rpx;
  25. background: #09AFFF;
  26. border-radius: 200rpx;
  27. line-height: 80rpx;
  28. position: fixed;
  29. left: 28rpx;
  30. right: 28rpx;
  31. bottom: 170rpx;
  32. color: #fff;
  33. text-align: center;
  34. z-index: 10;
  35. /* margin:94rpx 28rpx 0; */
  36. }
  37. .quxiao {
  38. width: 686rpx;
  39. height: 80rpx;
  40. color: #A6A6A6;
  41. background: #F7F7F7;
  42. border-radius: 200rpx;
  43. line-height: 80rpx;
  44. position: fixed;
  45. left: 28rpx;
  46. right: 28rpx;
  47. bottom: 80rpx;
  48. text-align: center;
  49. /* margin:94rpx 28rpx 0; */
  50. }
  51. .title {
  52. color: #323233;
  53. height: 40rpx;
  54. line-height: 40rpx;
  55. font-weight: bold;
  56. padding: 0 32rpx;
  57. margin: 40rpx 0 16rpx;
  58. }
  59. .tips {
  60. color: #969799;
  61. line-height: 32rpx;
  62. font-size: 24rpx;
  63. line-height: 32rpx;
  64. padding: 0 32rpx;
  65. margin-bottom: 16rpx;
  66. }
  67. .common-module {
  68. width: 750rpx;
  69. background: #FFFFFF;
  70. padding: 0 32rpx;
  71. box-sizing: border-box;
  72. }
  73. .input-block {
  74. height: 88rpx;
  75. display: flex;
  76. align-items: center;
  77. border-bottom: 1rpx solid #EBEDF0;
  78. }
  79. .input-label {
  80. line-height: 88rpx;
  81. color: #646566;
  82. width: 160rpx;
  83. }
  84. .input-value {
  85. flex: 1;
  86. padding-left: 20rpx;
  87. height: 88rpx;
  88. line-height: 88rpx;
  89. color: #333;
  90. }
  91. .input-placeholder {
  92. color: #C8C9CC;
  93. }
  94. .select-block {
  95. height: 88rpx;
  96. display: flex;
  97. align-items: center;
  98. border-bottom: 1rpx solid #EBEDF0;
  99. }
  100. .no-border {
  101. border-bottom: none;
  102. }
  103. .select-label {
  104. line-height: 88rpx;
  105. color: #646566;
  106. width: 160rpx;
  107. }
  108. .select-value {
  109. flex: 1;
  110. padding-left: 20rpx;
  111. height: 88rpx;
  112. line-height: 88rpx;
  113. }
  114. .select-value.default-value {
  115. color: #C8C9CC;
  116. }
  117. .special-tips {
  118. height: 48rpx;
  119. line-height: 32rpx;
  120. color: #969799;
  121. font-size: 24rpx;
  122. padding: 12rpx 20rpx 0 32rpx;
  123. }
  124. .worker-scroll {
  125. margin: 8rpx 4rpx 0;
  126. background: #fff;
  127. border-radius: 8rpx;
  128. width: 742rpx;
  129. }
  130. .worker-item {
  131. height: 80rpx;
  132. padding: 0 40rpx;
  133. line-height: 80rpx;
  134. border-bottom: 2rpx solid #F4F2F2;
  135. }
  136. .disable-input {
  137. color: #999;
  138. }
  139. .address-block {
  140. min-height: 160rpx;
  141. height: auto;
  142. }
  143. .address-block .input-value {
  144. line-height: 44rpx;
  145. white-space: pre-wrap;
  146. /* display: flex;
  147. align-items: center; */
  148. height: 120rpx;
  149. padding: 0 0 0rpx 20rpx;
  150. /* overflow-y: auto; */
  151. /* margin-bottom:16rpx; */
  152. }
  153. .tapdow {
  154. width: 20rpx;
  155. height: 12rpx;
  156. float: right;
  157. margin-top: 20rpx
  158. }
  159. .tjdz {
  160. position: absolute;
  161. right: 0rpx;
  162. margin-top: 50rpx;
  163. color: #25B7EB;
  164. padding-top: 10rpx;
  165. padding-bottom: 10rpx;
  166. }
  167. .cusfont {
  168. font-size: 32rpx;
  169. line-height: 60rpx;
  170. font-weight: bold;
  171. }
  172. .fwz {
  173. font-size: 30rpx;
  174. font-weight: bold;
  175. text-indent: 30rpx;
  176. margin-top: 20rpx;
  177. margin-bottom: 6rpx;
  178. }
  179. .workerleft {
  180. width: 50%;
  181. height: 100%;
  182. line-height: 80rpx;
  183. float: left;
  184. background: #D0F1FF;
  185. text-align: center;
  186. color: #25B7EB;
  187. font-size: 30rpx;
  188. font-weight: 400;
  189. }
  190. .workerright {
  191. width: 50%;
  192. height: 100%;
  193. line-height: 80rpx;
  194. background: white;
  195. text-align: center;
  196. /* color: #25B7EB; */
  197. font-size: 30rpx;
  198. font-weight: 400;
  199. }
  200. .gaipai {
  201. width: 100rpx;
  202. text-align: center;
  203. color: #25B7EB;
  204. background: #D0F1FF;
  205. padding: 10rpx;
  206. }
  207. .kuang {
  208. width: 120rpx;
  209. height: 100rpx;
  210. text-align: center;
  211. /* background: #F7F7F7; */
  212. border-radius: 20rpx;
  213. margin-right: 10rpx;
  214. float:left;
  215. }
  216. .kuangzi {
  217. font-size: 32rpx;
  218. margin-top:6rpx;
  219. font-weight: bold;
  220. display: block;
  221. }
  222. .rili{
  223. height: 120rpx;
  224. width: 700rpx;
  225. display: flex;
  226. }
  227. .datetime{
  228. width: 150px;
  229. border-radius: 20rpx;
  230. height: 80rpx;
  231. border: 2rpx solid #25B7EB;
  232. text-align: center;
  233. color: #25B7EB;
  234. background: #D0F1FF;
  235. float: left;
  236. margin-left: 30rpx;
  237. margin-top:20rpx;
  238. }
  239. .nodatetime{
  240. width: 150px;
  241. border-radius: 20rpx;
  242. height: 80rpx;
  243. border: 2rpx solid #F7F7F7;
  244. text-align: center;
  245. color: #A6A6A6;
  246. background: #F7F7F7;
  247. float: left;
  248. margin-left: 30rpx;
  249. margin-top:20rpx;
  250. }