search_books_new.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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: 80%;
  57. display: flex;
  58. justify-content: space-between;
  59. align-items: center;
  60. margin:50rpx 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. top:0rpx;
  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;
  101. border:1rpx solid #F5F5F5;
  102. border-radius:10rpx;
  103. }
  104. .SelectActive{
  105. border:1rpx solid #67A3FF;
  106. color:#67A3FF;
  107. /* top:-120rpx; */
  108. }
  109. .item {
  110. padding: 10rpx 30rpx;
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: center;
  114. background: #F5F5F5;
  115. }
  116. .item-title{
  117. color: #333333;
  118. font-size: 34rpx;
  119. text-align: left;
  120. margin-bottom: 50rpx;
  121. }
  122. .item-text {
  123. color: #00B7FF;
  124. font-size: 28rpx;
  125. }
  126. .item-text-hot{
  127. font-size: 28rpx;
  128. margin: 0rpx 30rpx;
  129. color:#666666;
  130. }
  131. .item-icon {
  132. width: 14rpx;
  133. height: 14rpx;
  134. margin-left: 20rpx;
  135. transition: all .3s;
  136. }
  137. .item-icon-active {
  138. transform: rotate(180deg);
  139. }
  140. .items-modal {
  141. position: absolute;
  142. top: 0;
  143. right: 0;
  144. width: 100%;
  145. height: 2000rpx;
  146. background: rgba(0, 0, 0, .5);
  147. z-index: 1000;
  148. }
  149. .items-modal-list {
  150. background: #fff;
  151. border-top: solid 1rpx #e6e6e6;
  152. padding: 30rpx;
  153. position: absolute;
  154. top: 0;
  155. right: 0;
  156. width: 50%;
  157. height: 1500rpx;
  158. z-index: 99999999;
  159. }
  160. .items-modal-text {
  161. font-size: 28rpx;
  162. color: #999;
  163. display:block;
  164. }
  165. .items-modal-Selects{
  166. font-size: 28rpx;
  167. color: #999;
  168. height:100%;
  169. display:inline-block;
  170. }
  171. .items-modal-Select{
  172. position: relative;
  173. text-align:center;
  174. height:50rpx;
  175. line-height:50rpx;
  176. width:120rpx;
  177. background: #F5F5F5;
  178. border-radius: 10%;
  179. margin:20rpx;
  180. border:1rpx solid #F5F5F5;
  181. }
  182. .items-group{
  183. margin:100rpx 0rpx;
  184. border-bottom: solid 1rpx transparent;
  185. }
  186. .items-group:nth-last-of-type(1) {
  187. border-bottom: solid 1rpx transparent;
  188. }
  189. .SelectActive{
  190. border:1rpx solid #00B7FF;
  191. color:#00B7FF;
  192. }
  193. .select-icon{
  194. width:30rpx;
  195. height:30rpx;
  196. position: absolute;
  197. bottom: 0;
  198. right: 0;
  199. }
  200. .items-modal-icon {
  201. width: 26rpx;
  202. height: 20rpx;
  203. }
  204. .book-images-Container {
  205. width: 200rpx;
  206. height: 230rpx;
  207. box-shadow: 0rpx 0rpx 8rpx 0px rgba(204,204,204,1);
  208. border-radius: 6rpx;
  209. margin-right: 24rpx;
  210. overflow: hidden;
  211. position: relative;
  212. top:-50rpx;
  213. }
  214. .book-area {
  215. margin: 50rpx auto;
  216. background: #fff;
  217. border-radius: 18rpx;
  218. padding: 30rpx;
  219. }
  220. .book-ranking{
  221. width: 60rpx;
  222. height: 60rpx;
  223. margin:70rpx 10rpx;
  224. }
  225. .ranking-icon{
  226. width: 60rpx;
  227. height: 60rpx;
  228. }
  229. .list-result{
  230. margin-bottom: 30rpx;
  231. }
  232. .list-result-one{
  233. background: #F0F0F0;
  234. height: 72rpx;
  235. line-height: 72rpx;
  236. padding-left: 20rpx;
  237. color: #999999;
  238. font-size: 30rpx;
  239. }
  240. .list-result-two{
  241. margin-top: 40rpx;
  242. color: #FF6464;
  243. font-size: 28rpx;
  244. text-align: center
  245. }
  246. .list-result-two-img{
  247. width: 30rpx;
  248. height: 30rpx;
  249. margin-right: 10rpx;
  250. }