library_sign_num.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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: 34rpx;
  9. color: rgba(51, 51, 51, 1);
  10. margin-right: 20rpx;
  11. font-weight:700;
  12. }
  13. .list-title-gray {
  14. font-size: 30rpx;
  15. color: rgba(153, 153, 153, 1);
  16. }
  17. .li {
  18. display: flex;
  19. justify-content: flex-start;
  20. align-items: flex-start;
  21. padding: 0;
  22. }
  23. .li-box {
  24. width: 15%;
  25. margin:20rpx 0;
  26. }
  27. .li-img {
  28. width: 88rpx;
  29. height: 88rpx;
  30. border-radius:50%;
  31. background: white;
  32. }
  33. .li-text-blue {
  34. color: #00B7FF;
  35. font-size: 32rpx;
  36. margin-right: 10rpx;
  37. }
  38. .li-text-yellow {
  39. color: #FF6464;
  40. font-size: 32rpx;
  41. margin-right: 10rpx;
  42. }
  43. .li-text-red {
  44. color: #FF80A8;
  45. font-size: 32rpx;
  46. }
  47. .li-text-gray {
  48. font-size: 30rpx;
  49. color: #ccc;
  50. margin-top:25rpx;
  51. display:inline-block;
  52. }
  53. .li-text-black {
  54. width: 25%;
  55. margin:40rpx 0;
  56. text-align:center;
  57. display:inline-block;
  58. height:32rpx;
  59. font-size:34rpx;
  60. font-family:PingFang SC;
  61. font-weight:bold;
  62. color:rgba(65,65,76,1);
  63. }
  64. .li-text-block{
  65. width: 60%;
  66. display:inline-block;
  67. }
  68. .li-btn-blue {
  69. font-size: 24rpx;
  70. color: rgba(103,163,255,1);
  71. padding: 8rpx 10rpx;
  72. border-radius: 8rpx;
  73. border: 2rpx solid rgba(103,163,255,1);
  74. margin-top: 20rpx;
  75. }
  76. .li-circles {
  77. position:absolute;
  78. left:10%;
  79. }
  80. .li-circle {
  81. width: 40rpx;
  82. height: 40rpx;
  83. margin: 40rpx 30rpx;
  84. }
  85. .li-circle-label {
  86. font-size: 30rpx;
  87. color: #ccc;
  88. margin-right: 30rpx;
  89. }
  90. .scan {
  91. position: fixed;
  92. right: 30rpx;
  93. bottom: 360rpx;
  94. width: 128rpx;
  95. height: 128rpx;
  96. border-radius: 200rpx;
  97. background: rgba(0,183,255,1);
  98. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5);
  99. opacity: 0.7;
  100. display: flex;
  101. flex-direction: column;
  102. justify-content: center;
  103. align-items: center;
  104. z-index: 9;
  105. }
  106. .scan-icon {
  107. width: 46rpx;
  108. height: 46rpx;
  109. }
  110. .scan-text {
  111. margin-top: 10rpx;
  112. font-size: 24rpx;
  113. color: #fff;
  114. }
  115. .home {
  116. position: fixed;
  117. right: 30rpx;
  118. bottom: 200rpx;
  119. width: 128rpx;
  120. height: 128rpx;
  121. border-radius: 200rpx;
  122. background: rgba(0,183,255,1);
  123. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5);
  124. opacity: 0.7;
  125. display: flex;
  126. flex-direction: column;
  127. justify-content: center;
  128. align-items: center;
  129. z-index: 9;
  130. }
  131. .home-icon {
  132. width: 46rpx;
  133. height: 46rpx;
  134. }
  135. .home-text {
  136. margin-top: 10rpx;
  137. font-size: 24rpx;
  138. color: #fff;
  139. }
  140. .footer-box{
  141. height:10%;
  142. }
  143. .footer-box-btn{
  144. color: #fff;
  145. width:197rpx;
  146. height:88rpx;
  147. line-height:88rpx;
  148. padding:10rpx;
  149. border-radius:10%;
  150. position:absolute;
  151. right:10%;
  152. text-align:center;
  153. background: #FFD76C;
  154. }
  155. .li-text-bluedot{
  156. display:inline-block;
  157. width: 16rpx;
  158. height: 16rpx;
  159. background: #00B7FF;
  160. border-radius:16rpx;
  161. }
  162. .li-text-pinkdot{
  163. width: 16rpx;
  164. height: 16rpx;
  165. background: #FF80A8;
  166. border-radius:16rpx;
  167. display:inline-block;
  168. }
  169. .li-text-time{
  170. display:inline-block;
  171. margin:0 15rpx;
  172. }
  173. page{
  174. background: #ffffff;
  175. }
  176. .li-col{
  177. width: 85%;
  178. }