good_books_new.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. /* president//pages/good_books_new/good_books_new.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/footer/footer.wxss';
  4. @import '../../../templates/loading/loading.wxss';
  5. .bg{
  6. background:#00B7FF;
  7. width: 100%;
  8. height: 225rpx;
  9. position: fixed;
  10. top:0;
  11. z-index: 999;
  12. }
  13. .bg-left{
  14. border-right: 2px solid #fff;
  15. border-top: 2px solid #fff;
  16. height: 20rpx;
  17. width: 20rpx;
  18. transform: rotate(-135deg);
  19. -webkit-transform: rotate(-135deg);
  20. border-left: 2rpx solid transparent;
  21. border-bottom: 2rpx solid transparent;
  22. display: inline-block;
  23. -moz-transform: rotate(-135deg);
  24. -ms-transform: rotate(-135deg);
  25. -o-transform: rotate(-135deg);
  26. margin: 74rpx 0 0 19rpx
  27. }
  28. .bg-word{
  29. display: inline-block;
  30. color: #FFFFFF;
  31. font-size: 30rpx;
  32. margin: 110rpx 0 0 40%;
  33. font-family:PingFangSC-Medium,PingFang SC;
  34. }
  35. .all{
  36. margin-top: 225rpx;
  37. }
  38. .search-container-img{
  39. width: 254rpx;
  40. height: 93rpx;
  41. margin-left: 26rpx;
  42. z-index: 1000;
  43. }
  44. .show-model{
  45. position: relative;
  46. z-index: 1001 !important;
  47. }
  48. .head{
  49. position: relative;
  50. bottom:50rpx;
  51. display: flex;
  52. justify-content: space-between;
  53. align-items: center;
  54. }
  55. .search-input{
  56. text-align: center;
  57. }
  58. .head-search{
  59. margin-left: 26rpx;
  60. width: 422rpx;
  61. z-index: 1000;
  62. }
  63. .book-images {
  64. top:-24rpx;
  65. position: relative;
  66. }
  67. .new-placeholder{
  68. color: #02B8FF;
  69. text-align: center;
  70. }
  71. .search-icon-img{
  72. width: 30rpx;
  73. height: 30rpx;
  74. position: relative;
  75. left: 36%;
  76. }
  77. .content{
  78. padding: 0;
  79. margin: 0 20rpx;
  80. }
  81. .content-head{
  82. display: flex;
  83. justify-content: space-between;
  84. align-items: center;
  85. color: #333333;
  86. font-size: 34rpx;
  87. margin-bottom: 60rpx
  88. }
  89. .content-head-hot{
  90. display: flex;
  91. justify-content: flex-start;
  92. align-items: center;
  93. color: #666666;
  94. font-size: 30rpx;
  95. }
  96. .content-head-hot-icon{
  97. width: 20rpx;
  98. height: 22rpx;
  99. margin-left: 10rpx;
  100. }
  101. .model-tips{
  102. width:436rpx;
  103. background:rgba(255,255,255,1);
  104. border-radius:10rpx;
  105. margin: auto;
  106. padding: 34rpx;
  107. position: fixed;
  108. top: 373rpx;
  109. left: 149rpx;
  110. }
  111. .model-tips-btn{
  112. width:182rpx;
  113. height:62rpx;
  114. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  115. border-radius:36rpx;
  116. color: #fff;
  117. font-size: 28rpx;
  118. margin:auto;
  119. margin-top: 30rpx;
  120. line-height: 62rpx;
  121. }
  122. .model-grade{
  123. width:49rpx;
  124. height:87rpx;
  125. position: fixed;
  126. top: 276rpx;
  127. left: 218rpx;
  128. }
  129. .screen{
  130. width:57.3%;
  131. height:80vh;
  132. background:rgba(255,255,255,1);
  133. position: fixed;
  134. top: 0;
  135. right: 0;
  136. padding: 70rpx 0 100rpx 0;
  137. margin-top: 180rpx
  138. }
  139. .screen-items{
  140. border-bottom: 2rpx solid #E6E6E6;
  141. padding: 30rpx;
  142. }
  143. .screen-items-head{
  144. color: #333333;
  145. font-size: 28rpx;
  146. text-align: left;
  147. margin-bottom: 30rpx;
  148. }
  149. .screen-items-all{
  150. width: 50%;
  151. text-align: center;
  152. display: inline-block;
  153. margin-bottom: 40rpx;
  154. position: relative;
  155. }
  156. .screen-items-all-img{
  157. width: 38rpx;
  158. height: 38rpx;
  159. position: absolute;
  160. bottom: 0;
  161. right: 0;
  162. }
  163. .screen-active{
  164. border:2rpx solid rgba(0,183,255,1) !important;
  165. background:rgba(235,246,250,1) !important;
  166. color: #00B7FF !important;
  167. }
  168. .screen-items-content{
  169. padding: 20rpx 28rpx;
  170. background:rgba(240,242,242,1);
  171. border-radius:10rpx;
  172. display: inline-block;
  173. background: #F0F2F2;
  174. color: #4D4D4D;
  175. font-size: 28rpx;
  176. overflow: hidden;
  177. position: relative;
  178. border:2rpx solid transparent;
  179. }
  180. .screen-btn{
  181. /* width: 336rpx;
  182. height:68rpx; */
  183. border-radius:100rpx;
  184. color: #fff;
  185. font-size: 28rpx;
  186. line-height: 68rpx;
  187. display: flex;
  188. }
  189. .screen-btn-rest{
  190. background: #51CEFF;
  191. padding: 14rpx 52rpx;
  192. border-radius:100rpx 0px 0px 100rpx;
  193. }
  194. .screen-btn-sure{
  195. background: #00B7FF;
  196. padding: 14rpx 52rpx;
  197. border-radius:0px 100rpx 100rpx 0px;
  198. }
  199. .ul-num-right{
  200. width: 14rpx;
  201. height: 24rpx;
  202. margin-left: 10rpx;
  203. }
  204. .ul-select{
  205. /* position: absolute; */
  206. /* bottom: 60rpx; */
  207. /* right: 30rpx; */
  208. color: #999999;
  209. font-size: 30rpx;
  210. margin: auto 0;
  211. }
  212. .li-root{
  213. display: flex;
  214. justify-content: space-between;
  215. align-items: center;
  216. width: 70%;
  217. }
  218. .load{
  219. color: #999999;
  220. font-size: 26rpx;
  221. text-align: center;
  222. margin: 30rpx;
  223. }
  224. .load-img{
  225. width: 40rpx;
  226. height: 40rpx;
  227. animation: loading 3s linear infinite;
  228. }
  229. @keyframes loading {
  230. 0% {
  231. transform: rotate(0deg);
  232. }
  233. 100% {
  234. transform: rotate(360deg);
  235. }
  236. }