choiseAddress.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. page {
  2. background: #fff;
  3. }
  4. .searchbar {
  5. height: 80rpx;
  6. padding: 10rpx 30rpx;
  7. background: #fff;
  8. line-height: 80rpx;
  9. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  10. }
  11. .addbtn {
  12. text-align: right;
  13. width: 80rpx;
  14. }
  15. .userbtn {
  16. text-align: left;
  17. width: 130rpx;
  18. }
  19. .inputv {
  20. background: #f2f2f2;
  21. border-radius: 40rpx;
  22. }
  23. .inputv view:nth-child(1) {
  24. width: 80rpx;
  25. position: relative;
  26. }
  27. .inputv view:nth-child(1) image {
  28. width: 30rpx;
  29. height: 30rpx;
  30. position: absolute;
  31. top: 50%;
  32. margin-top: -15rpx;
  33. left: 30rpx;
  34. }
  35. .inputv view:nth-child(2) {
  36. flex: 1;
  37. }
  38. .inputv input {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .inputv view:nth-child(3) {
  43. width: 80rpx;
  44. position: relative;
  45. }
  46. .inputv view:nth-child(3) image {
  47. width: 30rpx;
  48. height: 30rpx;
  49. position: absolute;
  50. top: 50%;
  51. margin-top: -15rpx;
  52. right: 30rpx;
  53. }
  54. .total {
  55. padding: 40rpx 0;
  56. background: #f8f8f8;
  57. }
  58. .total view {
  59. flex: 1;
  60. text-align: center;
  61. }
  62. .nums {
  63. font-size: 40rpx;
  64. line-height: 80rpx;
  65. }
  66. .users {
  67. background: #fff;
  68. position: fixed;
  69. left: 0;
  70. right: 0;
  71. top: 110rpx;
  72. bottom: 150rpx;
  73. }
  74. .usercontent {
  75. padding: 30rpx 80rpx 30rpx 30rpx;
  76. }
  77. .row1 {
  78. overflow: hidden;
  79. }
  80. .row2 {
  81. overflow: hidden;
  82. margin-top: 30rpx;
  83. }
  84. .row1 text:nth-child(1) {
  85. float: left;
  86. font-size: 32rpx;
  87. font-weight: 600;
  88. }
  89. .row1 text:nth-child(2) {
  90. float: right;
  91. }
  92. .row2 text:nth-child(1) {
  93. float: left;
  94. color: #666;
  95. }
  96. .row2 text:nth-child(2) {
  97. float: right;
  98. color: #666;
  99. }
  100. .usertitle {
  101. background: #f8f8f8;
  102. height: 50rpx;
  103. line-height: 50rpx;
  104. padding: 0 30rpx;
  105. font-weight: 600;
  106. }
  107. .foot {
  108. position: fixed;
  109. bottom: 0;
  110. left: 30rpx;
  111. right: 30rpx;
  112. height: 150rpx;
  113. text-align: center;
  114. }
  115. .bluebtn {
  116. width: 50%;
  117. height: 100rpx;
  118. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  119. color: #fff;
  120. text-align: center;
  121. line-height: 100rpx;
  122. border-radius: 50rpx;
  123. margin: auto;
  124. margin-top: 25rpx;
  125. }
  126. .empty {
  127. height: 150rpx;
  128. }
  129. .zms {
  130. position: fixed;
  131. right: 0;
  132. width: 60rpx;
  133. text-align: center;
  134. top: 300rpx;
  135. bottom: 300rpx;
  136. display: flex;
  137. flex-direction: column;
  138. }
  139. .zm {
  140. height: 50rpx;
  141. line-height: 50rpx;
  142. }
  143. .zms view {
  144. font-size: 22rpx;
  145. color: #666;
  146. }