library_books.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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: 80rpx;
  9. }
  10. .search-container-img{
  11. width: 254rpx;
  12. height: 93rpx;
  13. margin-left: 26rpx;
  14. }
  15. .show-model{
  16. position: relative;
  17. z-index: 1001
  18. }
  19. .head{
  20. position: relative;
  21. bottom:50rpx;
  22. display: flex;
  23. justify-content: space-between;
  24. align-items: center;
  25. }
  26. .head-search{
  27. margin-left: 26rpx;
  28. width: 422rpx;
  29. }
  30. .new-placeholder{
  31. color: #02B8FF;
  32. text-align: center;
  33. }
  34. .search-icon-img{
  35. width: 30rpx;
  36. height: 30rpx;
  37. position: relative;
  38. left: 36%;
  39. }
  40. .content{
  41. padding: 0;
  42. margin: 0 20rpx;
  43. position:relative;
  44. top:-160rpx;
  45. }
  46. .content-head{
  47. display: flex;
  48. justify-content: space-between;
  49. align-items: center;
  50. color: #333333;
  51. font-size: 34rpx;
  52. margin:55rpx 0 63rpx 0;
  53. }
  54. .content-head-hot{
  55. display: flex;
  56. justify-content: flex-start;
  57. align-items: center;
  58. color: #666666;
  59. font-size: 30rpx;
  60. }
  61. .content-head-hot-icon{
  62. width: 20rpx;
  63. height: 22rpx;
  64. margin-left: 10rpx;
  65. }
  66. .model-tips{
  67. width:436rpx;
  68. background:rgba(255,255,255,1);
  69. border-radius:10rpx;
  70. margin: auto;
  71. padding: 34rpx;
  72. position: fixed;
  73. top: 250rpx;
  74. left: 149rpx;
  75. }
  76. .model-tips-btn{
  77. width:182rpx;
  78. height:62rpx;
  79. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  80. border-radius:36rpx;
  81. color: #fff;
  82. font-size: 28rpx;
  83. margin:auto;
  84. margin-top: 30rpx;
  85. line-height: 62rpx;
  86. }
  87. .model-grade{
  88. width:49rpx;
  89. height:87rpx;
  90. position: fixed;
  91. top: 143rpx;
  92. left: 218rpx;
  93. }
  94. .screen{
  95. width:57.3%;
  96. height:100vh;
  97. background:rgba(255,255,255,1);
  98. position: fixed;
  99. top: 0;
  100. right: 0;
  101. padding-bottom: 100rpx;
  102. }
  103. .screen-items{
  104. border-bottom: 2rpx solid #E6E6E6;
  105. padding: 30rpx;
  106. }
  107. .screen-items-head{
  108. color: #333333;
  109. font-size: 28rpx;
  110. text-align: left;
  111. margin-bottom: 30rpx;
  112. }
  113. .screen-items-all{
  114. width: 50%;
  115. text-align: center;
  116. display: inline-block;
  117. margin-bottom: 40rpx;
  118. position: relative;
  119. }
  120. .screen-items-all-img{
  121. width: 38rpx;
  122. height: 38rpx;
  123. position: absolute;
  124. bottom: 0;
  125. right: 0;
  126. }
  127. .screen-active{
  128. border:2rpx solid rgba(0,183,255,1) !important;
  129. background:rgba(235,246,250,1) !important;
  130. color: #00B7FF !important;
  131. }
  132. .screen-footer{
  133. padding: 80rpx;
  134. z-index:99999999;
  135. }
  136. .screen-items-content{
  137. padding: 20rpx 28rpx;
  138. background:rgba(240,242,242,1);
  139. border-radius:10rpx;
  140. display: inline-block;
  141. background: #F0F2F2;
  142. color: #4D4D4D;
  143. font-size: 28rpx;
  144. overflow: hidden;
  145. position: relative;
  146. border:2rpx solid transparent;
  147. }
  148. .screen-btn{
  149. /* width: 336rpx;
  150. height:68rpx; */
  151. border-radius:100rpx;
  152. color: #fff;
  153. font-size: 28rpx;
  154. line-height: 68rpx;
  155. position: fixed;
  156. bottom: 130rpx;
  157. right: 47rpx;
  158. display: flex;
  159. margin: auto;
  160. }
  161. .screen-btn-rest{
  162. background: #51CEFF;
  163. padding: 14rpx 52rpx;
  164. border-radius:100rpx 0px 0px 100rpx;
  165. }
  166. .screen-btn-sure{
  167. background: #00B7FF;
  168. padding: 14rpx 52rpx;
  169. border-radius:0px 100rpx 100rpx 0px;
  170. }
  171. .ul-num-right{
  172. width: 14rpx;
  173. height: 24rpx;
  174. margin-left: 10rpx;
  175. }
  176. .ul-select{
  177. /* position: absolute; */
  178. /* bottom: 60rpx; */
  179. /* right: 30rpx; */
  180. color: #999999;
  181. font-size: 30rpx;
  182. margin: auto 0;
  183. }
  184. .li-root{
  185. display: flex;
  186. justify-content: space-between;
  187. align-items: center;
  188. width: 70%;
  189. }
  190. .header-BackImg{
  191. width:100%;
  192. height:237rpx;
  193. }
  194. .search {
  195. position: relative;
  196. top:-170rpx;
  197. /* left:7px; */
  198. }
  199. .search-active {
  200. background: #fff;
  201. }
  202. .search-wrapper{
  203. color: #00B7FF;
  204. text-align:center;
  205. background: #fff;
  206. margin: auto 40rpx;
  207. }
  208. .search-icon{
  209. position: relative;
  210. left:42.5%;
  211. }
  212. .search-input{
  213. background: #fff;
  214. }
  215. .search-placeholder{
  216. color: #02B8FF;
  217. }
  218. .header-items{
  219. display: flex;
  220. justify-content: space-around;
  221. position: relative;
  222. top:-205rpx;
  223. }
  224. .header-item {
  225. display:inline-block;
  226. margin:0 30rpx;
  227. text-align:center;
  228. }
  229. .header-item-text {
  230. color: #D8F4FF;
  231. font-size: 30rpx;
  232. }
  233. .header-item-num {
  234. display:block;
  235. font-size:48rpx;
  236. font-family:PingFangSC;
  237. font-weight:500;
  238. color:rgba(255,255,255,1);
  239. }
  240. .PromptModel{
  241. position: absolute;
  242. top: 20%;
  243. z-index:99999999999;
  244. width:100%;
  245. height:100%
  246. }
  247. .books-Info{
  248. background-color:#ffff;
  249. height:220rpx;
  250. width:95%;
  251. border-radius:20rpx;
  252. margin:0 auto;
  253. }
  254. .book-images{
  255. position: relative;
  256. top:-20rpx;
  257. }
  258. .MessageBox{
  259. background-color:#ffff;
  260. height:200rpx;
  261. width:60%;
  262. border-radius:20rpx;
  263. margin:0 auto;
  264. padding:50rpx 0rpx;
  265. }
  266. .Message-texts{
  267. margin-top:30rpx;
  268. font-size:15px;
  269. color:#333333;
  270. font-weight:700;
  271. text-align:center;
  272. width:80%;
  273. margin:0 auto;
  274. }
  275. .Message-confirm{
  276. width:80%;
  277. margin-top:50rpx;
  278. margin-left:150rpx;
  279. }
  280. .The-arrow{
  281. height:87rpx;
  282. width:48rpx;
  283. margin:25rpx auto;
  284. }
  285. .Thearrow-icon{
  286. height:100rpx;
  287. width:50rpx;
  288. }
  289. .book-texts{
  290. position: absolute;
  291. top:40rpx;
  292. font-size:15px;
  293. color:#333333;
  294. right:40rpx;
  295. width:60%;
  296. margin:0 auto;
  297. height:100rpx;
  298. }
  299. .book-textIcon{
  300. position: absolute;
  301. top:150rpx;
  302. color:#333333;
  303. left:260rpx;
  304. margin:0 auto;
  305. }
  306. .item-title{
  307. color: #333333;
  308. font-size: 40rpx;
  309. text-align: left;
  310. }
  311. .items-modal-Tips{
  312. position: absolute;
  313. top:93rpx;
  314. color:#333333;
  315. right:40rpx;
  316. width:60%;
  317. margin:0 auto;
  318. height:100rpx;
  319. }
  320. .items-modal-Selecttip{
  321. display:inline-block;
  322. font-size:12px;
  323. /* position: relative; */
  324. text-align:center;
  325. height:40rpx;
  326. line-height:40rpx;
  327. padding: 0 8rpx;
  328. border-radius: 8rpx;
  329. margin-right:10rpx;
  330. border:1rpx solid #F5F5F5;
  331. }
  332. .item-text {
  333. color: #00B7FF;
  334. font-size: 28rpx;
  335. }
  336. .item-text-hot{
  337. font-size: 28rpx;
  338. margin: 0rpx 30rpx;
  339. color:#666666;
  340. }
  341. .item-icon {
  342. width: 14rpx;
  343. height: 14rpx;
  344. margin-left: 20rpx;
  345. transition: all .3s;
  346. }
  347. .item-icon-active {
  348. transform: rotate(180deg);
  349. }
  350. .items-modal {
  351. position: absolute;
  352. top: 0;
  353. right: 0;
  354. width: 100%;
  355. height: 2000rpx;
  356. background: rgba(0, 0, 0, .5);
  357. z-index: 1000;
  358. }
  359. .items-modal-list {
  360. background: #fff;
  361. border-top: solid 1rpx #e6e6e6;
  362. padding: 30rpx;
  363. position: absolute;
  364. top: 0;
  365. right: 0;
  366. width: 50%;
  367. height: 1500rpx;
  368. z-index: 99999999;
  369. }
  370. .items-modal-text {
  371. font-size: 28rpx;
  372. color: #999;
  373. display:block;
  374. }
  375. .items-modal-Selects{
  376. font-size: 28rpx;
  377. color: #999;
  378. height:100%;
  379. display:inline-block;
  380. }
  381. .items-modal-Select{
  382. position: relative;
  383. text-align:center;
  384. height:50rpx;
  385. line-height:50rpx;
  386. width:120rpx;
  387. background: #F5F5F5;
  388. border-radius: 10%;
  389. margin:20rpx;
  390. border:1rpx solid #F5F5F5;
  391. }
  392. .items-group{
  393. margin:100rpx 0rpx;
  394. border-bottom: solid 1rpx transparent;
  395. }
  396. .items-group:nth-last-of-type(1) {
  397. border-bottom: solid 1rpx transparent;
  398. }
  399. .SelectActive{
  400. border:1rpx solid #00B7FF;
  401. color:#00B7FF;
  402. }
  403. .select-icon{
  404. width:30rpx;
  405. height:30rpx;
  406. position: absolute;
  407. bottom: 0;
  408. right: 0;
  409. }
  410. .items-modal-icon {
  411. width: 26rpx;
  412. height: 20rpx;
  413. }
  414. element.style{
  415. margin:0!important;
  416. padding:0;
  417. }
  418. ::-webkit-scrollbar {
  419. width: 0;
  420. height: 0;
  421. color: transparent;
  422. }