borrow_books.wxss 3.2 KB

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