add.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /* pages/temporary/add.wxss */
  2. .van-field__label {
  3. width: 240rpx !important;
  4. }
  5. .formTopBlueBg {
  6. height: 144rpx;
  7. background-color: #0396FF;
  8. }
  9. .part {
  10. border-radius: 16rpx;
  11. padding: 20rpx 00rpx;
  12. background: #fff;
  13. margin-bottom: 20rpx;
  14. }
  15. picker view {
  16. line-height: normal !important;
  17. }
  18. .heightAuto .van-field__control--right {
  19. height: auto !important;
  20. }
  21. .topProJectInfo {
  22. padding: 26rpx 40rpx;
  23. }
  24. .labelTitle {
  25. padding: 0 16px;
  26. color: #323233;
  27. font-size: 14px;
  28. }
  29. .topItem1 .van-cell {
  30. padding-top: 6rpx !important;
  31. padding-bottom: 6rpx !important;
  32. }
  33. .topItem {
  34. position: relative;
  35. padding-bottom: 16rpx;
  36. }
  37. .topItem2::after {
  38. border: 0 none !important;
  39. }
  40. .topItem::after {
  41. border-bottom: 1px solid #ebedf0;
  42. bottom: 0;
  43. box-sizing: border-box;
  44. content: " ";
  45. left: 16px;
  46. pointer-events: none;
  47. position: absolute;
  48. right: 16px;
  49. transform: scaleY(0.5);
  50. transform-origin: center;
  51. border-bottom-width: 1px;
  52. border-bottom-style: solid;
  53. border-bottom-color: #ebedf0;
  54. }
  55. .proTitle {
  56. font-size: 36rpx;
  57. font-weight: bold;
  58. color: rgba(0, 0, 0, 0.85);
  59. }
  60. .proJectInfoCode {
  61. width: 100%;
  62. display: flex;
  63. padding: 10rpx 10rpx 0 0rpx;
  64. color: rgba(0, 0, 0, 0.65);
  65. justify-content: space-between;
  66. }
  67. .proJectInfoCode > view:last-child {
  68. padding: 0 16rpx;
  69. display: flex;
  70. height: 40rpx;
  71. line-height: 40rpx;
  72. color: #2C6CEC;
  73. font-size: 20rpx;
  74. border-radius: 20rpx;
  75. border: 1px solid #2C6CEC;
  76. align-items: center;
  77. white-space: nowrap;
  78. }
  79. .radioHeight .radioHeightBx {
  80. width: 100%;
  81. }
  82. radio-group {
  83. text-align: right;
  84. }
  85. .fieldAutoHeight .van-field__body,
  86. .fieldAutoHeight .van-field__control {
  87. height: auto !important;
  88. text-align: left;
  89. line-height: 30px;
  90. }
  91. .ysType {
  92. flex: 1;
  93. text-align: right;
  94. }
  95. .ysType text:first-child {
  96. margin-right: 12rpx;
  97. }
  98. .ysType text {
  99. display: inline-block;
  100. width: 80rpx;
  101. height: 48rpx;
  102. line-height: 48rpx;
  103. text-align: center;
  104. background: #E1E1E1;
  105. border: 1px solid #E1E1E1;
  106. border-radius: 4rpx;
  107. box-sizing: border-box;
  108. }
  109. .ysType .active {
  110. color: #2C6CEC;
  111. border: 1rpx solid #2C6CEC;
  112. background: transparent;
  113. }
  114. .otherInfo {
  115. padding: 10rpx 10rpx 0 0rpx;
  116. color: rgba(0, 0, 0, 0.65);
  117. }
  118. .otherInfo .status {
  119. clear: both;
  120. }
  121. .type {
  122. display: inline-block;
  123. padding: 4rpx 10rpx;
  124. color: #2C6CEC;
  125. background: rgba(44, 108, 236, 0.1);
  126. }
  127. .type1 {
  128. color: #52C41A;
  129. background: rgba(82, 196, 26, 0.1);
  130. }
  131. .type2 {
  132. color: #FAAD14;
  133. background: rgba(250, 173, 20, 0.1);
  134. }
  135. .setHeight {
  136. height: 120rpx !important;
  137. }
  138. .radioHeight .radioHeightBx {
  139. width: 100%;
  140. }
  141. .radioHeight .van-field__body {
  142. height: 28px;
  143. line-height: 25px;
  144. }
  145. .bottomBtn view:first-child {
  146. flex: 1;
  147. }
  148. .chooseDriver {
  149. width: 600rpx;
  150. height: 100vh;
  151. display: flex;
  152. flex-direction: column;
  153. }
  154. .dialogUser {
  155. flex: 1;
  156. width: 100%;
  157. padding: 30rpx 0;
  158. box-sizing: border-box;
  159. overflow-y: auto;
  160. }
  161. .spacialName {
  162. display: inline-block;
  163. width: 64rpx;
  164. height: 64rpx;
  165. line-height: 64rpx;
  166. margin: 0 20rpx 0 10rpx;
  167. border-radius: 50%;
  168. text-align: center;
  169. color: #3764FF;
  170. font-size: 24rpx;
  171. background-color: rgba(55, 100, 255, 0.051);
  172. }
  173. .bottomBtn {
  174. display: flex;
  175. width: 100%;
  176. padding: 20rpx;
  177. font-size: 28rpx;
  178. box-sizing: border-box;
  179. align-items: center;
  180. justify-content: space-around;
  181. border-top: 1px solid #f9f7f9;
  182. }
  183. /* 选人弹窗 */
  184. .chooseUserMain {
  185. width: 600rpx;
  186. height: 100vh;
  187. display: flex;
  188. flex-direction: column;
  189. }
  190. .dialogUser {
  191. flex: 1;
  192. width: 100%;
  193. padding: 30rpx 0;
  194. box-sizing: border-box;
  195. overflow-y: auto;
  196. }