collectInfo.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. page {
  2. background-color: #f9f9f7;
  3. }
  4. .writeOldmanName {
  5. width: 100%;
  6. height: 100vh;
  7. background-color: rgba(0, 0, 0, 0.5);
  8. position: absolute;
  9. top: 0;
  10. z-index: 99;
  11. display: block;
  12. }
  13. .none {
  14. display: none;
  15. }
  16. .OldmanName_box {
  17. width: 550rpx;
  18. height: 300rpx;
  19. background-color: #fff;
  20. position: absolute;
  21. top: 300rpx;
  22. left: 100rpx;
  23. border-radius: 10rpx;
  24. }
  25. .oldmanname {
  26. text-align: center;
  27. color: #666666;
  28. margin-top: 30rpx;
  29. }
  30. .adress_box {
  31. width: 750rpx;
  32. height: 750rpx;
  33. background-color: #fff;
  34. position: fixed;
  35. bottom: 0;
  36. border-radius: 20rpx 20rpx 0 0;
  37. }
  38. .adress_title {
  39. text-align: center;
  40. /* margin-top: 10rpx; */
  41. font-weight: 800;
  42. color: #666666;
  43. margin-top: 3%;
  44. }
  45. .adress_detail {
  46. width: 650rpx;
  47. height: 70%;
  48. margin-top: 5%;
  49. /* height: 450rpx; */
  50. margin-left: 50rpx;
  51. border: 1px solid red;
  52. white-space: nowrap;
  53. overflow-y: scroll;
  54. }
  55. .btn_box {
  56. width: 100%;
  57. display: flex;
  58. height: 80rpx;
  59. margin-top: 50rpx;
  60. }
  61. .sure {
  62. height: 50rpx;
  63. line-height: 50rpx;
  64. background-color: #2087f7;
  65. color: #fff;
  66. border-radius: 10rpx;
  67. font-size: 27rpx;
  68. margin-left: 150rpx;
  69. width: 100rpx;
  70. text-align: center;
  71. }
  72. .esc {
  73. height: 50rpx;
  74. line-height: 50rpx;
  75. /* background-color: #2087f7; */
  76. color: #fff;
  77. border-radius: 10rpx;
  78. font-size: 27rpx;
  79. margin-left: 50rpx;
  80. width: 100rpx;
  81. text-align: center;
  82. border: 1px solid #579bfb;
  83. color: #579bfb;
  84. }
  85. .left {
  86. width: 200rpx;
  87. float: left;
  88. margin-left: 10rpx;
  89. }
  90. .right {
  91. height: 90vh;
  92. width: 510rpx;
  93. float: right;
  94. margin-right: 20rpx;
  95. font-size: 28rpx;
  96. color: #666666;
  97. padding-bottom: 50rpx;
  98. }
  99. .scan {
  100. width: 450rpx;
  101. height: 50rpx;
  102. border: 1px solid #2087f7;
  103. border-radius: 10rpx;
  104. margin-top: 10rpx;
  105. margin-bottom: 10rpx;
  106. background-color: #d2e7fd;
  107. display: flex;
  108. font-size: 25rpx;
  109. color: #2087f7;
  110. }
  111. .scan text {
  112. margin-left: 10rpx;
  113. line-height: 50rpx;
  114. padding-bottom: 10rpx;
  115. letter-spacing: 2rpx;
  116. }
  117. .block1 {
  118. width: 172rpx;
  119. margin-left: 10rpx;
  120. height: 161rpx;
  121. margin-top: 100rpx;
  122. position: relative;
  123. background-color: #2087f7;
  124. text-align: center;
  125. border-radius: 20rpx;
  126. color: #fff;
  127. box-shadow: 0px 0px 20px 0px #cfdfed;
  128. }
  129. .clickblock1 {
  130. background-color: #fff;
  131. color: #666666;
  132. }
  133. .block2 {
  134. width: 172rpx;
  135. margin-left: 10rpx;
  136. height: 161rpx;
  137. margin-top: 50rpx;
  138. position: relative;
  139. background-color: #fff;
  140. text-align: center;
  141. border-radius: 20rpx;
  142. box-shadow: 0px 0px 10px 0px #e3ecf2;
  143. }
  144. .clickblock2 {
  145. background-color: #2087f7;
  146. color: #fff;
  147. }
  148. .img {
  149. width: 70rpx;
  150. height: 70rpx;
  151. position: absolute;
  152. top: 25rpx;
  153. left: 51rpx;
  154. }
  155. .img1 {
  156. top: 15rpx;
  157. }
  158. .title {
  159. color: #fff;
  160. width: 150rpx;
  161. margin-top: 100rpx;
  162. font-size: 26rpx;
  163. display: inline-block;
  164. text-align: center;
  165. }
  166. .title1 {
  167. color: #666666;
  168. width: 150rpx;
  169. margin-top: 100rpx;
  170. font-size: 26rpx;
  171. display: inline-block;
  172. text-align: center;
  173. }
  174. .title2 {
  175. color: #666666;
  176. width: 150rpx;
  177. margin-top: 80rpx;
  178. font-size: 26rpx;
  179. display: inline-block;
  180. text-align: center;
  181. }
  182. .title3 {
  183. color: #666666;
  184. width: 150rpx;
  185. margin-top: 0rpx;
  186. font-size: 26rpx;
  187. display: inline-block;
  188. text-align: center;
  189. }
  190. .title4 {
  191. color: #fff;
  192. }
  193. .isfinish_icon {
  194. width: 35rpx;
  195. height: 35rpx;
  196. position: absolute;
  197. top: -10rpx;
  198. left: -10rpx;
  199. }
  200. .name_box {
  201. width: 500rpx;
  202. height: 60rpx;
  203. /* overflow-x: auto; */
  204. display: flex;
  205. /* white-space: nowrap; */
  206. margin-top: 20rpx;
  207. position: relative;
  208. /* border: 1px solid red; */
  209. }
  210. .name_smallName {
  211. width: 430rpx;
  212. height: 60rpx;
  213. overflow-x: auto;
  214. white-space: nowrap;
  215. display: flex;
  216. /* top: 0;
  217. left: 10rpx; */
  218. /* border: 1px solid red; */
  219. }
  220. .addname_box {
  221. width: 60rpx;
  222. height: 40rpx;
  223. margin-top: 10rpx;
  224. /* position: absolute; */
  225. /* right: 20rpx; */
  226. /* top: 5rpx; */
  227. }
  228. .singlename {
  229. /* background-color: #2087f7; */
  230. border: 1px solid #2087f7;
  231. color: #2087f7;
  232. height: 50rpx;
  233. margin: 0 10rpx;
  234. padding: 0 10rpx;
  235. /* color: #fff; */
  236. font-size: 25rpx;
  237. border-radius: 10rpx;
  238. display: flex;
  239. width: auto;
  240. }
  241. .unsinglename {
  242. border: 1px solid #2087f7;
  243. background-color: #2087f7;
  244. height: 50rpx;
  245. margin: 0 10rpx;
  246. padding: 0 10rpx;
  247. color: #fff;
  248. font-size: 25rpx;
  249. border-radius: 10rpx;
  250. display: flex;
  251. width: auto;
  252. }
  253. .name {
  254. margin-top: 40rpx;
  255. }
  256. .form_box {
  257. height: 85vh;
  258. overflow-y: auto;
  259. padding-bottom: 50rpx;
  260. background-color: #fff;
  261. margin-top: 20rpx;
  262. padding-left: 20rpx;
  263. box-shadow: 0px 0px 20px 0px #cfdfed;
  264. border-radius: 20rpx;
  265. }
  266. checkbox .wx-checkbox-input {
  267. width: 22rpx;
  268. height: 22rpx;
  269. }
  270. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  271. background-color: #2087f7;
  272. color: #fff;
  273. }
  274. input {
  275. height: 50rpx;
  276. margin-top: 10rpx;
  277. width: 450rpx;
  278. border: 1px solid #e3e5eb;
  279. border-radius: 10rpx;
  280. text-indent: 20rpx;
  281. }
  282. .huiColor {
  283. background-color: #F5F7FA !important;
  284. }
  285. .block {
  286. margin-top: 30rpx;
  287. }
  288. checkbox-group label {
  289. margin-left: 20rpx;
  290. display: inline-block;
  291. margin-top: 20rpx;
  292. }
  293. radio-group label {
  294. margin-left: 20rpx;
  295. display: inline-block;
  296. margin-top: 20rpx;
  297. }
  298. .required {
  299. color: red;
  300. margin-left: 20rpx;
  301. margin-top: 10rpx;
  302. font-size: 25rpx;
  303. }
  304. .otherinput {
  305. height: 50rpx;
  306. margin-top: 10rpx;
  307. width: 450rpx;
  308. border: 1px solid #e3e5eb;
  309. border-radius: 10rpx;
  310. text-indent: 20rpx;
  311. line-height: 50rpx;
  312. }
  313. .picker {
  314. height: 50rpx;
  315. border: 1px solid #e3e5eb;
  316. width: 450rpx;
  317. border-radius: 10rpx;
  318. text-indent: 20rpx;
  319. line-height: 50rpx;
  320. margin-top: 10rpx;
  321. }
  322. .picker1 {
  323. border: 1px solid #e3e5eb;
  324. width: 450rpx;
  325. border-radius: 10rpx;
  326. text-indent: 20rpx;
  327. line-height: 50rpx;
  328. margin-top: 10rpx;
  329. height: auto;
  330. }
  331. .red {
  332. color: red;
  333. }
  334. .adress_box {
  335. width: 750rpx;
  336. height: 70vh;
  337. background-color: #f6f6f6;
  338. position: fixed;
  339. bottom: 0;
  340. border-radius: 50rpx 50rpx 0 0;
  341. z-index: 99;
  342. /* text-align: center; */
  343. }
  344. .choose_text {
  345. font-size: 30rpx;
  346. margin-top: 30rpx;
  347. text-align: center;
  348. }
  349. radio .wx-radio-input {
  350. width: 22rpx;
  351. height: 22rpx;
  352. }
  353. radio .wx-radio-input.wx-radio-input-checked::before {
  354. background-color: #2087f7;
  355. color: #fff;
  356. border-radius: 22rpx;
  357. }
  358. .close_img {
  359. width: 30rpx;
  360. height: 30rpx;
  361. position: absolute;
  362. top: 50rpx;
  363. right: 50rpx;
  364. }
  365. /*
  366. radio .wx-radio-input.wx-radio-input-checked::before{
  367. border-radius: 50%;
  368. width: 18rpx;
  369. height: 18rpx;
  370. text-align: center;
  371. font-size:0rpx;
  372. background-color: #00a0e9;
  373. }
  374. radio{
  375. border-radius: 50%;
  376. width: 22rpx;
  377. height: 22rpx;
  378. border: 2px solid #e7e9ee;
  379. font-size: 0;
  380. margin-bottom: 10rpx;
  381. display: inline-block;
  382. }
  383. radio .wx-radio-input{
  384. border-radius: 50%;
  385. width: 22rpx;
  386. height: 22rpx;
  387. border: none;
  388. } */
  389. .choosedAdress_box {
  390. width: 650rpx;
  391. margin-left: 50rpx;
  392. display: flex;
  393. margin-top: 50rpx;
  394. flex-wrap: wrap;
  395. flex-direction: row;
  396. }
  397. .choosedAdress {
  398. margin-left: 20rpx;
  399. margin-top: 20rpx;
  400. }
  401. .boxssss {
  402. position: relative;
  403. margin-top: 50rpx;
  404. }
  405. .close {
  406. position: absolute;
  407. top: 10rpx;
  408. left: 150rpx;
  409. }
  410. .loading{
  411. width: 750rpx;
  412. height: 100vh;
  413. background-color: rgba(0, 0, 0, 0.5);
  414. z-index: 99999;
  415. position: fixed;
  416. bottom: 0;
  417. }