search_headquarters_books.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /* president/pages/home/home.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. /* .header-item::after {
  22. position: absolute;
  23. content: '';
  24. bottom: 14rpx;
  25. left: -10rpx;
  26. width: 10rpx;
  27. height: 10rpx;
  28. border-radius: 50%;
  29. background: #00B7FF
  30. } */
  31. .search-icon{
  32. position: relative;
  33. }
  34. .search-input{
  35. background: #fff;
  36. }
  37. .search-container {
  38. width: 92%;
  39. display: flex;
  40. justify-content: space-between;
  41. align-items: center;
  42. margin:50rpx auto;
  43. }
  44. .header-item-text {
  45. color: #FFFF;
  46. font-size: 30rpx;
  47. }
  48. .header-item-num {
  49. display:block;
  50. color: #FFFF;
  51. font-size: 50rpx;
  52. }
  53. .item-result{
  54. color: #999999;
  55. background: rgb(231, 229, 229);
  56. width:100%;
  57. height:72rpx;
  58. line-height:72rpx;
  59. padding:0 20rpx;
  60. }
  61. .search {
  62. position: relative;
  63. top:-210rpx;
  64. left:7px;
  65. }
  66. .search-active {
  67. background: #fff;
  68. }
  69. .search-wrapper{
  70. color: #00B7FF;
  71. text-align:center;
  72. background: #fff;
  73. }
  74. .items {
  75. color: #333333;
  76. font-size: 34rpx;
  77. margin: 30rpx 20rpx 0 20rpx;
  78. }
  79. .list{
  80. position: relative;
  81. top:20rpx;
  82. }
  83. .item {
  84. padding: 10rpx 30rpx;
  85. display: flex;
  86. justify-content: space-between;
  87. align-items: center;
  88. background: #F5F5F5;
  89. }
  90. .PromptModel{
  91. position: absolute;
  92. top: 5%;
  93. z-index:99999999999;
  94. width:100%;
  95. height:100%
  96. }
  97. .books-Info{
  98. background-color:#ffff;
  99. height:300rpx;
  100. width:90%;
  101. border-radius:20rpx;
  102. margin:0 auto;
  103. }
  104. .book-images{
  105. position: relative;
  106. top:-24rpx;
  107. }
  108. .MessageBox{
  109. background-color:#ffff;
  110. height:200rpx;
  111. width:60%;
  112. border-radius:20rpx;
  113. margin:0 auto;
  114. padding:50rpx 0rpx;
  115. }
  116. .Message-texts{
  117. margin-top:30rpx;
  118. font-size:15px;
  119. color:#333333;
  120. font-weight:700;
  121. text-align:center;
  122. width:80%;
  123. margin:0 auto;
  124. }
  125. .Message-confirm{
  126. width:80%;
  127. margin-top:50rpx;
  128. margin-left:150rpx;
  129. }
  130. .The-arrow{
  131. margin:0 auto;
  132. height:190rpx;
  133. width:50rpx;
  134. margin-top:100rpx;
  135. }
  136. .Thearrow-icon{
  137. height:100rpx;
  138. width:50rpx;
  139. }
  140. .book-texts{
  141. position: absolute;
  142. top:40rpx;
  143. font-size:15px;
  144. color:#333333;
  145. right:40rpx;
  146. width:60%;
  147. margin:0 auto;
  148. height:100rpx;
  149. }
  150. .book-textIcon{
  151. position: absolute;
  152. top:220rpx;
  153. color:#333333;
  154. left:260rpx;
  155. margin:0 auto;
  156. }
  157. .item-title{
  158. color: #333333;
  159. font-size: 40rpx;
  160. text-align: left;
  161. }
  162. .items-modal-Tips{
  163. position: absolute;
  164. top:140rpx;
  165. color:#333333;
  166. right:40rpx;
  167. width:60%;
  168. margin:0 auto;
  169. height:100rpx;
  170. }
  171. .items-modal-Selecttip{
  172. display:inline-block;
  173. font-size:12px;
  174. position: relative;
  175. text-align:center;
  176. height:50rpx;
  177. line-height:50rpx;
  178. width:160rpx;
  179. border-radius: 5%;
  180. margin:10rpx;
  181. border:1rpx solid #F5F5F5;
  182. }
  183. .item-text {
  184. color: #00B7FF;
  185. font-size: 28rpx;
  186. }
  187. .item-text-hot{
  188. font-size: 28rpx;
  189. margin: 0rpx 30rpx;
  190. color:#666666;
  191. }
  192. .item-icon {
  193. width: 14rpx;
  194. height: 14rpx;
  195. margin-left: 20rpx;
  196. transition: all .3s;
  197. }
  198. .item-icon-active {
  199. transform: rotate(180deg);
  200. }
  201. .items-modal {
  202. position: absolute;
  203. top: 0;
  204. right: 0;
  205. width: 100%;
  206. height: 2000rpx;
  207. background: rgba(0, 0, 0, .5);
  208. z-index: 1000;
  209. }
  210. .items-modal-list {
  211. background: #fff;
  212. border-top: solid 1rpx #e6e6e6;
  213. padding: 30rpx;
  214. position: absolute;
  215. top: 0;
  216. right: 0;
  217. width: 50%;
  218. height: 1500rpx;
  219. z-index: 99999999;
  220. }
  221. .items-modal-text {
  222. font-size: 28rpx;
  223. color: #999;
  224. display:block;
  225. }
  226. .items-modal-Selects{
  227. font-size: 28rpx;
  228. color: #999;
  229. height:100%;
  230. display:inline-block;
  231. }
  232. .items-modal-Select{
  233. display:inline-block;
  234. font-size:12px;
  235. position: relative;
  236. text-align:center;
  237. height:40rpx;
  238. line-height:40rpx;
  239. margin:10rpx;
  240. padding: 0 8rpx;
  241. border:1rpx solid #F5F5F5;
  242. border-radius:10rpx;
  243. }
  244. .items-group{
  245. margin:100rpx 0rpx;
  246. border-bottom: solid 1rpx transparent;
  247. }
  248. .items-group:nth-last-of-type(1) {
  249. border-bottom: solid 1rpx transparent;
  250. }
  251. .SelectActive{
  252. border:1rpx solid #67A3FF;
  253. color:#67A3FF;
  254. }
  255. .select-icon{
  256. width:30rpx;
  257. height:30rpx;
  258. position: absolute;
  259. bottom: 0;
  260. right: 0;
  261. }
  262. .items-modal-icon {
  263. width: 26rpx;
  264. height: 20rpx;
  265. }
  266. .li {
  267. margin:50rpx auto;
  268. background:#fff;
  269. border-radius:18rpx;
  270. padding:0 !important ;
  271. }
  272. .book-content{
  273. padding:15rpx;
  274. }
  275. .load{
  276. color: #999999;
  277. font-size: 26rpx;
  278. text-align: center;
  279. margin: 30rpx;
  280. }
  281. .load-img{
  282. width: 40rpx;
  283. height: 40rpx;
  284. animation: loading 3s linear infinite;
  285. }
  286. @keyframes loading {
  287. 0% {
  288. transform: rotate(0deg);
  289. }
  290. 100% {
  291. transform: rotate(360deg);
  292. }
  293. }