search_books.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. /* president/pages/search_books/search_books.wxss */
  2. /* president/pages/home/home.wxss */
  3. @import '../../../templates/nodata/nodata.wxss';
  4. @import '../../../templates/footer/footer.wxss';
  5. @import '../../../templates/loading/loading.wxss';
  6. .header {
  7. background: #00B7FF;
  8. }
  9. .header-items {
  10. padding: 15rpx 30rpx;
  11. background:rgba(255,255,255,1);
  12. border-radius: 18rpx;
  13. }
  14. .header-item {
  15. float:left;
  16. margin: 30rpx;
  17. position: relative;
  18. top:-400rpx;
  19. padding-left: 50rpx;
  20. text-align:center;
  21. }
  22. /* .header-item::after {
  23. position: absolute;
  24. content: '';
  25. bottom: 14rpx;
  26. left: -10rpx;
  27. width: 10rpx;
  28. height: 10rpx;
  29. border-radius: 50%;
  30. background: #00B7FF
  31. } */
  32. .header-item-text {
  33. color: #FFFF;
  34. font-size: 30rpx;
  35. }
  36. .header-item-num {
  37. display:block;
  38. color: #FFFF;
  39. font-size: 50rpx;
  40. }
  41. .search {
  42. margin: 30rpx 30rpx 70rpx 30rpx;
  43. display: flex;
  44. justify-content: space-between;
  45. align-items: center;
  46. }
  47. .search-active {
  48. background: #fff;
  49. }
  50. .search-wrapper{
  51. color: #00B7FF;
  52. text-align:center;
  53. background: #fff;
  54. }
  55. .search-container {
  56. width: 92%;
  57. display: flex;
  58. justify-content: space-between;
  59. align-items: center;
  60. margin:30rpx auto;
  61. }
  62. .search-icon{
  63. position: relative;
  64. /* left:130px; */
  65. }
  66. .search-input{
  67. background: #fff;
  68. text-align: left;
  69. }
  70. .search-placeholder {
  71. color: #999;
  72. font-size: 30rpx;
  73. text-align: left;
  74. }
  75. .items {
  76. position: relative;
  77. z-index: 99;
  78. margin-top:20rpx;
  79. }
  80. .list{
  81. position: relative;
  82. top:0rpx;
  83. }
  84. .items-modal-Tips{
  85. position: absolute;
  86. top:180rpx;
  87. color:#333333;
  88. right:-43rpx;
  89. width:60%;
  90. margin:0 auto;
  91. height:100rpx;
  92. }
  93. .items-modal-Selecttip{
  94. display:inline-block;
  95. font-size:12px;
  96. position: relative;
  97. text-align:center;
  98. height:40rpx;
  99. line-height:40rpx;
  100. margin:10rpx 0;
  101. border:1rpx solid #67A3FF;
  102. color:#67A3FF;
  103. border-radius:10rpx;
  104. padding: 0 10rpx;
  105. }
  106. .item {
  107. padding: 10rpx 30rpx;
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. background: #F5F5F5;
  112. }
  113. .item-title{
  114. color: #333333;
  115. font-size: 34rpx;
  116. text-align: left;
  117. /* margin-bottom: 50rpx; */
  118. }
  119. .item-text {
  120. color: #00B7FF;
  121. font-size: 28rpx;
  122. }
  123. .item-text-hot{
  124. font-size: 28rpx;
  125. margin: 0rpx 30rpx;
  126. color:#666666;
  127. }
  128. .item-icon {
  129. width: 14rpx;
  130. height: 14rpx;
  131. margin-left: 20rpx;
  132. transition: all .3s;
  133. }
  134. .item-icon-active {
  135. transform: rotate(180deg);
  136. }
  137. .items-modal {
  138. position: absolute;
  139. top: 0;
  140. right: 0;
  141. width: 100%;
  142. height: 2000rpx;
  143. background: rgba(0, 0, 0, .5);
  144. z-index: 1000;
  145. }
  146. .items-modal-list {
  147. background: #fff;
  148. border-top: solid 1rpx #e6e6e6;
  149. padding: 30rpx;
  150. position: absolute;
  151. top: 0;
  152. right: 0;
  153. width: 50%;
  154. height: 1500rpx;
  155. z-index: 99999999;
  156. }
  157. .items-modal-text {
  158. font-size: 28rpx;
  159. color: #999;
  160. display:block;
  161. }
  162. .items-modal-Selects{
  163. font-size: 28rpx;
  164. color: #999;
  165. height:100%;
  166. display:inline-block;
  167. }
  168. .items-modal-Select{
  169. position: relative;
  170. text-align:center;
  171. height:50rpx;
  172. line-height:50rpx;
  173. width:120rpx;
  174. background: #F5F5F5;
  175. border-radius: 10%;
  176. margin:20rpx;
  177. border:1rpx solid #F5F5F5;
  178. }
  179. .items-group{
  180. margin:100rpx 0rpx;
  181. border-bottom: solid 1rpx transparent;
  182. }
  183. .items-group:nth-last-of-type(1) {
  184. border-bottom: solid 1rpx transparent;
  185. }
  186. .SelectActive{
  187. border:1rpx solid #00B7FF;
  188. color:#00B7FF;
  189. }
  190. .select-icon{
  191. width:30rpx;
  192. height:30rpx;
  193. position: absolute;
  194. bottom: 0;
  195. right: 0;
  196. }
  197. .items-modal-icon {
  198. width: 26rpx;
  199. height: 20rpx;
  200. }
  201. .book-images-Container {
  202. width: 200rpx;
  203. height: 230rpx;
  204. box-shadow: 0rpx 0rpx 8rpx 0px rgba(204,204,204,1);
  205. border-radius: 6rpx;
  206. margin-right: 24rpx;
  207. overflow: hidden;
  208. position: relative;
  209. top:-25rpx;
  210. }
  211. .book-area {
  212. margin: 50rpx auto;
  213. background: #fff;
  214. border-radius: 18rpx;
  215. padding: 30rpx;
  216. }
  217. .book-ranking{
  218. width: 60rpx;
  219. height: 60rpx;
  220. line-height: 60rpx;
  221. text-align: center;
  222. margin:auto 10rpx;
  223. }
  224. .ranking-icon{
  225. width: 60rpx;
  226. height: 60rpx;
  227. }
  228. .list-result{
  229. margin-bottom: 60rpx;
  230. }
  231. .list-result-one{
  232. background: #F0F0F0;
  233. height: 72rpx;
  234. line-height: 72rpx;
  235. padding-left: 20rpx;
  236. color: #999999;
  237. font-size: 30rpx;
  238. }
  239. .list-result-two{
  240. margin-top: 40rpx;
  241. color: #FF6464;
  242. font-size: 28rpx;
  243. text-align: center
  244. }
  245. .list-result-two-img{
  246. width: 30rpx;
  247. height: 30rpx;
  248. margin-right: 10rpx;
  249. }
  250. .li{
  251. margin:50rpx auto;
  252. padding: 0 !important;
  253. }