book_Imformation.wxss 3.8 KB

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