crossBoundaryQuotaQuery.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. page {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .add-idCard .add-form {
  6. background: #fff;
  7. width: 100%;
  8. height: auto;
  9. overflow: hidden;
  10. }
  11. .add-idCard .form-item {
  12. height: 116rpx;
  13. padding-left: 31.25rpx;
  14. border-bottom: 1px solid #d9d9d9;
  15. display: flex;
  16. align-items: center;
  17. padding-right: 31.25rpx;
  18. }
  19. .add-idCard .form-item .location{
  20. height: 60rpx;
  21. width: 60rpx;
  22. }
  23. .add-idCard label {
  24. width: 160rpx;
  25. font-weight: bold;
  26. }
  27. .add-idCard .input {
  28. flex: 1;
  29. height: 44rpx;
  30. line-height: 44rpx;
  31. overflow: hidden;
  32. }
  33. .add-idCard .form-default {
  34. border-bottom: 1px solid #d9d9d9;
  35. height: 96rpx;
  36. background: #fafafa;
  37. padding-top: 28rpx;
  38. font-size: 28rpx;
  39. }
  40. .default-input {
  41. margin: 0 auto;
  42. display: block;
  43. width: 240rpx;
  44. height: 40rpx;
  45. padding-left: 50rpx;
  46. line-height: 40rpx;
  47. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3NeAQgp_AAAJkFQSrpc594.png) 1rpx -448rpx no-repeat;
  48. background-size: 38rpx 486rpx;
  49. font-size: 28rpx;
  50. }
  51. .default-input.selected {
  52. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3NeAQgp_AAAJkFQSrpc594.png) 0 -192rpx no-repeat;
  53. background-size: 38rpx 486rpx;
  54. }
  55. .add-idCard .btns {
  56. position: fixed;
  57. bottom: 0;
  58. left: 0;
  59. overflow: hidden;
  60. display: flex;
  61. height: 100rpx;
  62. width: 100%;
  63. }
  64. .add-idCard .cannel, .add-idCard .save {
  65. flex: 1;
  66. height: 100rpx;
  67. text-align: center;
  68. line-height: 100rpx;
  69. font-size: 28rpx;
  70. color: #fff;
  71. border: none;
  72. border-radius: 0;
  73. background: #b4282d;
  74. }
  75. .add-idCard .cannel, .add-idCard .save-disab {
  76. flex: 1;
  77. height: 100rpx;
  78. text-align: center;
  79. line-height: 100rpx;
  80. font-size: 28rpx;
  81. color: #fff;
  82. border: none;
  83. border-radius: 0;
  84. background: #7c7b7b;
  85. }
  86. .add-idCard .cannel {
  87. background: #333;
  88. }
  89. .region-select {
  90. width: 100%;
  91. height: 600rpx;
  92. background: #fff;
  93. position: fixed;
  94. z-index: 10;
  95. left: 0;
  96. bottom: 0;
  97. }
  98. .region-select .hd {
  99. height: 108rpx;
  100. width: 100%;
  101. border-bottom: 1px solid #f4f4f4;
  102. padding: 46rpx 30rpx 0 30rpx;
  103. }
  104. .region-select .region-selected {
  105. float: left;
  106. height: 60rpx;
  107. display: flex;
  108. }
  109. .region-select .region-selected .item {
  110. max-width: 140rpx;
  111. margin-right: 30rpx;
  112. text-align: left;
  113. line-height: 60rpx;
  114. height: 100%;
  115. color: #333;
  116. font-size: 28rpx;
  117. overflow: hidden;
  118. text-overflow: ellipsis;
  119. white-space: nowrap;
  120. }
  121. .region-select .region-selected .item.disabled {
  122. color: #999;
  123. }
  124. .region-select .region-selected .item.selected {
  125. color: #b4282d;
  126. }
  127. .region-select .done {
  128. float: right;
  129. height: 60rpx;
  130. width: 60rpx;
  131. border: none;
  132. background: #fff;
  133. line-height: 60rpx;
  134. text-align: center;
  135. color: #333;
  136. font-size: 28rpx;
  137. }
  138. .region-select .done.disabled {
  139. color: #999;
  140. }
  141. .region-select .bd {
  142. height: 492rpx;
  143. width: 100%;
  144. padding: 0 30rpx;
  145. }
  146. .region-select .region-list {
  147. height: auto;
  148. overflow: scroll;
  149. }
  150. .region-select .region-list .item {
  151. width: 100%;
  152. height: 104rpx;
  153. line-height: 104rpx;
  154. text-align: left;
  155. color: #333;
  156. font-size: 28rpx;
  157. }
  158. .region-select .region-list .item.selected {
  159. color: #b4282d;
  160. }
  161. .bg-mask {
  162. height: 100%;
  163. width: 100%;
  164. background: rgba(0, 0, 0, 0.4);
  165. position: fixed;
  166. top: 0;
  167. left: 0;
  168. z-index: 8;
  169. }
  170. .id-card-txt{
  171. font-size:22rpx;
  172. margin-left: 20rpx;
  173. color: #a5a3a3;
  174. }
  175. .clear-icon{
  176. position: absolute;
  177. top:110rpx;
  178. right:30rpx;
  179. width:32rpx;
  180. height:32rpx;
  181. z-index:9999;
  182. }
  183. .line-query{
  184. margin-top: 70rpx;
  185. }
  186. .line-query-label{
  187. margin-left: 30rpx;
  188. width: 93vw;
  189. margin: 0px auto;
  190. font-weight: bolder;
  191. }
  192. .table {
  193. border: 0px solid darkgray;
  194. /* margin-top: 70rpx; */
  195. width: 96vw;
  196. margin: 70rpx auto 0px auto;
  197. }
  198. .tr {
  199. display: flex;
  200. width: 100%;
  201. justify-content: center;
  202. height: 3rem;
  203. align-items: center;
  204. }
  205. .td {
  206. width:40%;
  207. justify-content: center;
  208. text-align: center;
  209. }
  210. .bg-w{
  211. background: #3366FF;
  212. }
  213. .bg-g{
  214. background: #E6F3F9;
  215. }
  216. .th {
  217. width: 40%;
  218. justify-content: center;
  219. /* background: #3366FF; */
  220. color: #fff;
  221. display: flex;
  222. height: 3rem;
  223. align-items: center;
  224. border-right: 6px solid #f4f4f4;
  225. }