Search_sign_number.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. /* dispatcher/pages/sweeped_books/sweeped_books.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. @import '../../../templates/nodata/nodata.wxss';
  4. .list-title {
  5. margin: 20rpx auto;
  6. }
  7. .list-title-black {
  8. font-size: 36rpx;
  9. color: rgb(37, 36, 36);
  10. margin: 30rpx;
  11. font-weight:700;
  12. }
  13. .search-wrapper {
  14. flex: 1;
  15. display: flex;
  16. justify-content: flex-start;
  17. align-items: center;
  18. padding: 16rpx 30rpx;
  19. margin-right: 30rpx;
  20. background: #F6F5FB;
  21. box-shadow: 0px 4rpx 10rpx 0px rgba(11,71,94,0.2);
  22. border-radius: 86rpx;
  23. }
  24. .list-title-gray {
  25. font-size: 30rpx;
  26. color: rgba(153, 153, 153, 1);
  27. }
  28. .li {
  29. display: flex;
  30. justify-content: flex-start;
  31. align-items: flex-start;
  32. margin: 0 auto;
  33. padding: 0;
  34. }
  35. .li-box {
  36. position: relative;
  37. min-height: 158rpx;
  38. }
  39. .li-img {
  40. position: absolute;
  41. top: 20rpx;
  42. left: 0;
  43. width: 88rpx;
  44. height: 88rpx;
  45. border-radius:50%;
  46. background: white;
  47. }
  48. .header {
  49. /* background: #FAFAFA; */
  50. padding: 24rpx 40rpx;
  51. }
  52. .header-active {
  53. background: #fff;
  54. }
  55. .search-cancel{
  56. color: #00B7FF;
  57. font-size: 30rpx;
  58. margin: auto;
  59. }
  60. .li-col {
  61. position: relative;
  62. left:154rpx;
  63. margin: 40rpx 0rpx;
  64. display: flex;
  65. justify-content: flex-start;
  66. align-items: flex-start;
  67. }
  68. .li-text-blue {
  69. color: #00B7FF;
  70. font-size: 32rpx;
  71. margin-right: 10rpx;
  72. }
  73. .li-text-yellow {
  74. color: #FF6464;
  75. font-size: 32rpx;
  76. margin-right: 10rpx;
  77. }
  78. .li-text-red {
  79. color: #FF80A8;
  80. font-size: 32rpx;
  81. }
  82. .li-text-gray {
  83. font-size: 30rpx;
  84. color: #ccc;
  85. text-overflow: ellipsis;
  86. overflow: hidden;
  87. white-space: nowrap;
  88. }
  89. .li-text-black {
  90. margin: 0 10rpx;
  91. font-size: 34rpx;
  92. color: #333;
  93. width: 140rpx;
  94. }
  95. .li-header-search {
  96. flex: 1;
  97. padding: 12rpx 20rpx 14rpx 20rpx;
  98. background:#F6F5FB;
  99. border-radius: 100rpx;
  100. text-align: center;
  101. margin: 40rpx 0;
  102. cursor: pointer;
  103. }
  104. .li-header-search-icon {
  105. width: 28rpx;
  106. height: 28rpx;
  107. margin-right: 14rpx;
  108. vertical-align: middle;
  109. }
  110. .li-header-search-text {
  111. font-size: 28rpx;
  112. color: #999;
  113. vertical-align: middle;
  114. }
  115. .li-btn-blue {
  116. font-size: 24rpx;
  117. color: rgba(103,163,255,1);
  118. padding: 8rpx 10rpx;
  119. border-radius: 8rpx;
  120. border: 2rpx solid rgba(103,163,255,1);
  121. margin-top: 20rpx;
  122. }
  123. .li-circles {
  124. position:absolute;
  125. left:10%;
  126. color:#333333;
  127. }
  128. .li-circle {
  129. width: 40rpx;
  130. height: 40rpx;
  131. margin: 40rpx 30rpx;
  132. }
  133. .li-circle-label {
  134. width:160rpx;
  135. height:32rpx;
  136. font-size:34rpx;
  137. font-family:PingFang SC;
  138. font-weight:bold;
  139. color:rgba(65,65,76,1);
  140. line-height:36rpx;
  141. }
  142. .foot-text-gray{
  143. height:28rpx;
  144. font-size:30rpx;
  145. font-family:PingFang SC;
  146. font-weight:500;
  147. color:rgba(65,65,76,1);
  148. line-height:36rpx;
  149. }
  150. .scan {
  151. position: fixed;
  152. right: 30rpx;
  153. bottom: 360rpx;
  154. width: 128rpx;
  155. height: 128rpx;
  156. border-radius: 200rpx;
  157. background: rgba(0,183,255,1);
  158. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5);
  159. opacity: 0.7;
  160. display: flex;
  161. flex-direction: column;
  162. justify-content: center;
  163. align-items: center;
  164. z-index: 9;
  165. }
  166. .scan-icon {
  167. width: 46rpx;
  168. height: 46rpx;
  169. }
  170. .scan-text {
  171. margin-top: 10rpx;
  172. font-size: 24rpx;
  173. color: #fff;
  174. }
  175. .home {
  176. position: fixed;
  177. right: 30rpx;
  178. bottom: 200rpx;
  179. width: 128rpx;
  180. height: 128rpx;
  181. border-radius: 200rpx;
  182. background: rgba(0,183,255,1);
  183. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5);
  184. opacity: 0.7;
  185. display: flex;
  186. flex-direction: column;
  187. justify-content: center;
  188. align-items: center;
  189. z-index: 9;
  190. }
  191. .home-icon {
  192. width: 46rpx;
  193. height: 46rpx;
  194. }
  195. .home-text {
  196. margin-top: 10rpx;
  197. font-size: 24rpx;
  198. color: #fff;
  199. }
  200. .list-contet{
  201. margin-bottom:120rpx;
  202. }
  203. .footer-box{
  204. height:10%;
  205. }
  206. .footer-box-btn{
  207. color:#333333;
  208. width:167rpx;
  209. height:66rpx;
  210. line-height:66rpx;
  211. padding:10rpx;
  212. border-radius:44rpx;
  213. position:absolute;
  214. right:10%;
  215. text-align:center;
  216. background: #FFD76C;
  217. }
  218. page {
  219. background-color: #fff;
  220. }
  221. .load{
  222. color: #999999;
  223. font-size: 26rpx;
  224. text-align: center;
  225. height: 60rpx;
  226. line-height:60rpx;
  227. margin-bottom: 160rpx;
  228. background-color: rgba(243, 239, 239, 0.984);
  229. }
  230. .load-img{
  231. width: 40rpx;
  232. height: 40rpx;
  233. animation: loading 3s linear infinite;
  234. }
  235. @keyframes loading {
  236. 0% {
  237. transform: rotate(0deg);
  238. }
  239. 100% {
  240. transform: rotate(360deg);
  241. }
  242. }