book_inventory.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* president/pages/book_inventory/book_inventory.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/footer/footer.wxss';
  4. @import '../../../templates/loading/loading.wxss';
  5. .header {
  6. padding: 20rpx;
  7. background: #F5F5F5;
  8. margin-bottom: 20rpx;
  9. }
  10. .header-items {
  11. background: #F5F5F5;
  12. border-radius: 18rpx;
  13. display:inline-block;
  14. margin-left: 20rpx;
  15. /* position: relative;
  16. top:15rpx; */
  17. }
  18. .book-footer-delete{
  19. width:108rpx;
  20. height:58rpx;
  21. border-radius:30rpx;
  22. border:1px solid rgba(255,84,43,1);
  23. line-height: 58rpx;
  24. text-align: center;
  25. color: #FF542B;
  26. font-size: 28rpx;
  27. }
  28. .book-text-empty{
  29. color: #FF542B;
  30. font-size: 26rpx;
  31. padding-top: 10rpx;
  32. }
  33. .li-active{
  34. background: #EDEDED !important;
  35. }
  36. .li-word-active{
  37. color: #666666 !important;
  38. }
  39. .li-border-active{
  40. color: #999999 !important;
  41. border:2rpx solid rgba(153,153,153,1) !important;
  42. }
  43. .li{
  44. padding: 0 !important;
  45. margin-top: 50rpx !important;
  46. }
  47. .month{
  48. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  49. border-radius:49rpx;
  50. color: #fff;
  51. font-size: 28rpx;
  52. height: 68rpx;
  53. line-height: 68rpx;
  54. display: inline-block;
  55. /* justify-content: space-between; */
  56. /* margin: 20rpx; */
  57. padding: 0 20rpx;
  58. }
  59. .header-item {
  60. margin: 16rpx;
  61. position: relative;
  62. padding-left: 20rpx;
  63. }
  64. .header-item::after {
  65. position: absolute;
  66. content: '';
  67. bottom: 14rpx;
  68. left: -10rpx;
  69. width: 10rpx;
  70. height: 10rpx;
  71. border-radius: 50%;
  72. background: #00B7FF
  73. }
  74. .header-item-active {
  75. padding-left: 20rpx;
  76. }
  77. .header-item-active::after {
  78. position: absolute;
  79. content: '';
  80. bottom: 14rpx;
  81. left: -10rpx;
  82. width: 10rpx;
  83. height: 10rpx;
  84. border-radius: 50%;
  85. background: #FF542B
  86. }
  87. .header-item-text {
  88. color: #333333;
  89. font-size: 34rpx;
  90. margin-right: 20rpx;
  91. }
  92. .header-item-num {
  93. color: #999999;
  94. font-size: 30rpx;
  95. }
  96. .header-item-num-active {
  97. color: #FF542B;
  98. }
  99. .apply-items{
  100. position:absolute;
  101. right:0;
  102. display:inline-block;
  103. text-align:center;
  104. height:60rpx;
  105. line-height:60rpx;
  106. width:200rpx;
  107. color:#9A5B11;
  108. background: linear-gradient(#FFD76C, #FFB424);
  109. border-radius: 34rpx 0rpx 0rpx 34rpx;
  110. padding:7rpx 0 7rpx 30rpx;
  111. }
  112. .linkicon-image{
  113. width:14rpx;
  114. height:24rpx;
  115. margin:auto 15rpx;
  116. }
  117. .list-btn {
  118. width: 100%;
  119. height: 88rpx;
  120. background: linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  121. line-height: 88rpx;
  122. text-align: center;
  123. color: #fff;
  124. font-size: 32rpx;
  125. position: fixed;
  126. bottom: 98rpx;
  127. left: 0;
  128. opacity: 0.9;
  129. z-index: 99;
  130. }
  131. .nav{
  132. background: linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  133. opacity: 0.9;
  134. color:#fff;
  135. position:fixed;
  136. bottom:111rpx;
  137. width:100%;
  138. z-index:99;
  139. }
  140. .nav-item-text-active {
  141. color:#fff;
  142. }
  143. .recommended-icon{
  144. width:50rpx;
  145. height:50rpx;
  146. }
  147. .book-footer {
  148. position: absolute;
  149. bottom:40px;
  150. right: 20rpx;
  151. }
  152. .book-images-items {
  153. top:-28rpx;
  154. position: relative;
  155. margin-right: 15rpx;
  156. }
  157. .book-image-item{
  158. width:178rpx;
  159. height:210rpx;
  160. border-radius: 6rpx;
  161. }
  162. .book-content{
  163. padding:15rpx;
  164. }
  165. .li-right-tips-items{
  166. margin: 10rpx 0;
  167. }
  168. .model-tips{
  169. width:436rpx;
  170. background:rgba(255,255,255,1);
  171. border-radius:10rpx;
  172. margin: auto;
  173. padding: 34rpx;
  174. position: fixed;
  175. top: 500rpx;
  176. left: 149rpx;
  177. }
  178. .model-tips-btn{
  179. width:182rpx;
  180. height:62rpx;
  181. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  182. border-radius:36rpx;
  183. color: #fff;
  184. font-size: 28rpx;
  185. margin:auto;
  186. margin-top: 30rpx;
  187. line-height: 62rpx;
  188. }
  189. .model-grade{
  190. width:49rpx;
  191. height:87rpx;
  192. position: fixed;
  193. top: 143rpx;
  194. left: 218rpx;
  195. }
  196. .load{
  197. color: #999999;
  198. font-size: 26rpx;
  199. text-align: center;
  200. margin: 30rpx;
  201. }
  202. .book-title-new{
  203. color: #333;
  204. font-size: 32rpx;
  205. }
  206. .book-wrapper-items{
  207. display:flex;
  208. align-items: flex-start;
  209. position: relative;
  210. }