add.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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(.5);
  50. transform-origin: center;
  51. border-bottom-width: 1px;
  52. border-bottom-style: solid;
  53. border-bottom-color: rgb(235, 237, 240);
  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,.fieldAutoHeight .van-field__control {
  86. height: auto !important;
  87. text-align: left;
  88. line-height: 30px;
  89. }
  90. .ysType{
  91. flex: 1;
  92. text-align: right;
  93. }
  94. .ysType text:first-child{
  95. margin-right: 12rpx;
  96. }
  97. .ysType text{
  98. display: inline-block;
  99. width: 80rpx;
  100. height: 48rpx;
  101. line-height: 48rpx;
  102. text-align: center;
  103. background: #E1E1E1;
  104. border: 1px solid #E1E1E1;
  105. border-radius: 4rpx;
  106. box-sizing: border-box;
  107. }
  108. .ysType .active{
  109. color: #2C6CEC;
  110. border: 1rpx solid #2C6CEC;
  111. background: transparent;
  112. }
  113. .otherInfo{
  114. padding: 10rpx 10rpx 0 0rpx;
  115. color: rgba(0, 0, 0, 0.65);
  116. }
  117. .otherInfo .status {
  118. clear: both;
  119. }
  120. .type{
  121. display: inline-block;
  122. padding: 4rpx 10rpx;
  123. color: #2C6CEC;
  124. background: rgba(44,108,236,0.1);
  125. }
  126. .type1{
  127. color: #52C41A;
  128. background: rgba(82,196,26,0.1);
  129. }
  130. .type2{
  131. color: #FAAD14;
  132. background: rgba(250,173,20,0.1);
  133. }
  134. .setHeight{
  135. height: 120rpx !important;
  136. }
  137. .radioHeight .radioHeightBx{
  138. width: 100%;
  139. }
  140. .radioHeight .van-field__body {
  141. height: 28px;
  142. line-height: 25px;
  143. }
  144. .bottomBtn view:first-child {
  145. flex: 1;
  146. }
  147. .chooseDriver{
  148. width: 600rpx;
  149. height: 100vh;
  150. display: flex;
  151. flex-direction: column;
  152. }
  153. .dialogUser {
  154. flex: 1;
  155. width: 100%;
  156. padding: 30rpx 0;
  157. box-sizing: border-box;
  158. overflow-y: auto;
  159. }
  160. .spacialName {
  161. display: inline-block;
  162. width: 64rpx;
  163. height: 64rpx;
  164. line-height: 64rpx;
  165. margin: 0 20rpx 0 10rpx;
  166. border-radius: 50%;
  167. text-align: center;
  168. color: #3764FF;
  169. font-size: 24rpx;
  170. background-color: rgba(55, 100, 255, 0.0510);
  171. }
  172. .bottomBtn {
  173. display: flex;
  174. width: 100%;
  175. padding: 20rpx;
  176. font-size: 28rpx;
  177. box-sizing: border-box;
  178. align-items: center;
  179. justify-content: space-around;
  180. border-top: 1px solid #f9f7f9;
  181. }
  182. /* 选人弹窗 */
  183. .chooseUserMain {
  184. width: 600rpx;
  185. height: 100vh;
  186. display: flex;
  187. flex-direction: column;
  188. }
  189. .dialogUser {
  190. flex: 1;
  191. width: 100%;
  192. padding: 30rpx 0;
  193. box-sizing: border-box;
  194. overflow-y: auto;
  195. }