custommanage.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. .scrollv {
  12. white-space: nowrap;
  13. display: flex;
  14. height: 150rpx;
  15. vertical-align: top;
  16. }
  17. .addbtn {
  18. text-align: right;
  19. width: 80rpx;
  20. }
  21. .userbtn {
  22. text-align: left;
  23. width: 130rpx;
  24. }
  25. .inputv {
  26. background: #f2f2f2;
  27. border-radius: 40rpx;
  28. }
  29. .inputv view:nth-child(1) {
  30. width: 80rpx;
  31. position: relative;
  32. }
  33. .inputv view:nth-child(1) image {
  34. width: 30rpx;
  35. height: 30rpx;
  36. position: absolute;
  37. top: 50%;
  38. margin-top: -15rpx;
  39. left: 30rpx;
  40. }
  41. .inputv view:nth-child(2) {
  42. flex: 1;
  43. }
  44. .inputv input {
  45. width: 100%;
  46. height: 100%;
  47. }
  48. .inputv view:nth-child(3) {
  49. width: 80rpx;
  50. position: relative;
  51. }
  52. .inputv view:nth-child(3) image {
  53. width: 30rpx;
  54. height: 30rpx;
  55. position: absolute;
  56. top: 50%;
  57. margin-top: -15rpx;
  58. right: 30rpx;
  59. }
  60. .total {
  61. padding: 40rpx 0;
  62. background: #f8f8f8;
  63. }
  64. .total view {
  65. flex: 1;
  66. text-align: center;
  67. }
  68. .nums {
  69. font-size: 40rpx;
  70. line-height: 80rpx;
  71. }
  72. .users {
  73. background: #fff;
  74. position: fixed;
  75. left: 0;
  76. right: 0;
  77. top: 300rpx;
  78. bottom: 150rpx;
  79. }
  80. .usercontent {
  81. position: relative;
  82. height: 100%;
  83. width: 100%;
  84. display: inline-block;
  85. flex-flow: column;
  86. vertical-align: top;
  87. }
  88. .delbtn {
  89. width: 150rpx;
  90. color: red;
  91. height: 100%;
  92. display: inline-block;
  93. vertical-align: top;
  94. text-align: center;
  95. line-height: 150rpx;
  96. }
  97. .editebtn {
  98. color: #31bbff !important;
  99. }
  100. .t1 {
  101. position: absolute;
  102. left: 0;
  103. top: 0;
  104. }
  105. .t2 {
  106. position: absolute;
  107. right: 0;
  108. top: 0;
  109. }
  110. .t3 {
  111. position: absolute;
  112. left: 0;
  113. bottom: 0;
  114. }
  115. .t4 {
  116. position: absolute;
  117. right: 0;
  118. bottom: 0;
  119. }
  120. .row1 {
  121. overflow: hidden;
  122. margin-top: 20rpx;
  123. }
  124. .row2 {
  125. overflow: hidden;
  126. margin-top: 30rpx;
  127. }
  128. .row1 text:nth-child(1) {
  129. float: left;
  130. font-size: 32rpx;
  131. font-weight: 600;
  132. }
  133. .row1 text:nth-child(2) {
  134. float: right;
  135. }
  136. .row2 text:nth-child(1) {
  137. float: left;
  138. color: #666;
  139. }
  140. .row2 text:nth-child(2) {
  141. float: right;
  142. color: #666;
  143. }
  144. .usertitle {
  145. background: #f8f8f8;
  146. height: 50rpx;
  147. line-height: 50rpx;
  148. padding: 0 30rpx;
  149. font-weight: 600;
  150. }
  151. .foot {
  152. position: fixed;
  153. bottom: 0;
  154. left: 30rpx;
  155. right: 30rpx;
  156. height: 150rpx;
  157. text-align: center;
  158. }
  159. .bluebtn {
  160. width: 50%;
  161. height: 100rpx;
  162. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  163. color: #fff;
  164. text-align: center;
  165. line-height: 100rpx;
  166. border-radius: 50rpx;
  167. margin: auto;
  168. margin-top: 25rpx;
  169. }
  170. .empty {
  171. height: 150rpx;
  172. }
  173. .zms {
  174. position: fixed;
  175. right: 0;
  176. width: 60rpx;
  177. text-align: center;
  178. top: 300rpx;
  179. bottom: 300rpx;
  180. display: flex;
  181. flex-direction: column;
  182. }
  183. .zm {
  184. height: 50rpx;
  185. line-height: 50rpx;
  186. }
  187. .zms view {
  188. font-size: 22rpx;
  189. color: #666;
  190. }
  191. .detailrow {
  192. width: 100%;
  193. overflow: hidden;
  194. white-space: nowrap;
  195. }
  196. .scroll-view-item {
  197. height: 300rpx;
  198. }