booklist.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. .myqr{
  2. position: absolute;
  3. z-index: 999;
  4. width: 100%;
  5. text-align: center;
  6. height: auto;
  7. margin-top: 50rpx;
  8. }
  9. .myqr .cancel{
  10. width: 60rpx;
  11. height: 60rpx;
  12. margin-top: 30rpx;
  13. margin-left: 480rpx;
  14. }
  15. .myqr .img{
  16. width: 480rpx;
  17. }
  18. .myqr .btn{
  19. width: 120rpx;
  20. height: 120rpx;
  21. line-height: 120rpx;
  22. margin-top: 20rpx;
  23. padding: 30rpx;
  24. background: #ffffff;
  25. border-radius:60rpx;
  26. }
  27. page {
  28. height: 100%;
  29. width: 100%;
  30. background: #f4f4f4;
  31. }
  32. .orders-switch {
  33. width: 100%;
  34. background: #fff;
  35. height: 84rpx;
  36. /* border-bottom: 1px solid rgba(0,0,0,.15); */
  37. }
  38. .orders-switch .item {
  39. display: inline-block;
  40. height: 82rpx;
  41. width: 18%;
  42. padding: 0 15rpx;
  43. text-align: center;
  44. }
  45. .orders-switch .item .txt {
  46. display: inline-block;
  47. height: 82rpx;
  48. padding: 0 20rpx;
  49. line-height: 82rpx;
  50. color: #9a9ba1;
  51. font-size: 30rpx;
  52. width: 170rpx;
  53. }
  54. .orders-switch .item.active .txt {
  55. color: #ab956d;
  56. border-bottom: 4rpx solid #ab956d;
  57. }
  58. .no-order {
  59. width: 100%;
  60. height: auto;
  61. margin: 0 auto;
  62. }
  63. .no-order .c {
  64. width: 100%;
  65. height: auto;
  66. margin-top: 400rpx;
  67. }
  68. .no-order .c text {
  69. margin: 0 auto;
  70. display: block;
  71. width: 258rpx;
  72. height: 29rpx;
  73. line-height: 29rpx;
  74. text-align: center;
  75. font-size: 29rpx;
  76. color: #999;
  77. }
  78. .orders {
  79. height: auto;
  80. width: 100%;
  81. overflow: hidden;
  82. }
  83. .order {
  84. margin-top: 20rpx;
  85. background: #fff;
  86. }
  87. .content {
  88. font-size: 46rpx;
  89. line-height: 50rpx;
  90. font-weight: 500;
  91. margin: 20rpx;
  92. color: #333;
  93. }
  94. .book{
  95. /* margin: 20rpx 20rpx; */
  96. margin-top: 10rpx;
  97. height: 320rpx;
  98. width: 710rpx;
  99. border: 1rpx solid #999;
  100. border-radius: 10rpx;
  101. display: flex;
  102. flex-flow: column;
  103. }
  104. .bookname {
  105. display: block;
  106. color: #333;
  107. line-height: 42rpx;
  108. font-size: 42rpx;
  109. margin: 20rpx 20rpx;
  110. font-weight: 500;
  111. }
  112. .goodsname{
  113. color: #333;
  114. line-height: 32rpx;
  115. font-size: 32rpx;
  116. margin: 20rpx 20rpx;
  117. font-weight: 300;
  118. }
  119. .status{
  120. height: 40rpx;
  121. float: right;
  122. margin: 10rpx;
  123. background-color: #09AFFF;
  124. padding: 10rpx;
  125. border-radius: 10rpx;
  126. color: #fff;
  127. }
  128. .address {
  129. display: block;
  130. color: darkred;
  131. line-height: 36rpx;
  132. font-size: 36rpx;
  133. height: 72rpx;
  134. margin: 20rpx 20rpx;
  135. }
  136. .service{
  137. display: block;
  138. line-height: 40rpx;
  139. font-size: 33rpx;
  140. margin-left: 20rpx;
  141. }
  142. .tool{
  143. margin-right : 20rpx;
  144. }
  145. .btn {
  146. height: 76rpx;
  147. line-height: 76rpx;
  148. float: right;
  149. color: #333;
  150. font-size: 30rpx;
  151. /* background-color: #09AFFF; */
  152. margin-left: 10rpx;
  153. border-radius: 10rpx;
  154. }
  155. .orders-switch {
  156. width: 100%;
  157. background: #fff;
  158. height: 84rpx;
  159. /* border-bottom: 1px solid rgba(0,0,0,.15); */
  160. }
  161. .orders-switch .item {
  162. display: inline-block;
  163. height: 82rpx;
  164. width: 18%;
  165. padding: 0 15rpx;
  166. text-align: center;
  167. }
  168. .orders-switch .item .txt {
  169. display: inline-block;
  170. height: 82rpx;
  171. padding: 0 20rpx;
  172. line-height: 82rpx;
  173. color: #9a9ba1;
  174. font-size: 30rpx;
  175. width: 170rpx;
  176. }
  177. .orders-switch .item.active .txt {
  178. color: #ab956d;
  179. border-bottom: 4rpx solid #ab956d;
  180. }
  181. .no-order {
  182. width: 100%;
  183. height: auto;
  184. margin: 0 auto;
  185. }
  186. .no-order .c {
  187. width: 100%;
  188. height: auto;
  189. margin-top: 400rpx;
  190. }
  191. .no-order .c text {
  192. margin: 0 auto;
  193. display: block;
  194. width: 258rpx;
  195. height: 29rpx;
  196. line-height: 29rpx;
  197. text-align: center;
  198. font-size: 29rpx;
  199. color: #999;
  200. }
  201. .orders {
  202. height: auto;
  203. width: 100%;
  204. overflow: hidden;
  205. }
  206. .order {
  207. margin-top: 20rpx;
  208. background: #fff;
  209. }
  210. .content {
  211. font-size: 46rpx;
  212. line-height: 50rpx;
  213. font-weight: 500;
  214. margin: 20rpx;
  215. color: #333;
  216. }
  217. .book{
  218. /* margin: 20rpx 20rpx; */
  219. margin-top: 10rpx;
  220. height: 320rpx;
  221. width: 710rpx;
  222. border: 1rpx solid #999;
  223. border-radius: 10rpx;
  224. display: flex;
  225. flex-flow: column;
  226. }
  227. .bookname {
  228. display: block;
  229. color: #333;
  230. line-height: 42rpx;
  231. font-size: 42rpx;
  232. margin: 20rpx 20rpx;
  233. font-weight: 500;
  234. }
  235. .goodsname{
  236. color: #333;
  237. line-height: 32rpx;
  238. font-size: 32rpx;
  239. margin: 20rpx 20rpx;
  240. font-weight: 300;
  241. }
  242. .status{
  243. height: 40rpx;
  244. float: right;
  245. margin: 10rpx;
  246. background-color: #09AFFF;
  247. padding: 10rpx;
  248. border-radius: 10rpx;
  249. color: #fff;
  250. }
  251. .address {
  252. display: block;
  253. color: darkred;
  254. line-height: 36rpx;
  255. font-size: 36rpx;
  256. height: 72rpx;
  257. margin: 20rpx 20rpx;
  258. }
  259. .service{
  260. display: block;
  261. line-height: 40rpx;
  262. font-size: 33rpx;
  263. margin-left: 20rpx;
  264. }
  265. .tool{
  266. margin-right : 20rpx;
  267. }
  268. .btn {
  269. height: 76rpx;
  270. line-height: 76rpx;
  271. float: right;
  272. color: #333;
  273. font-size: 30rpx;
  274. /* background-color: #09AFFF; */
  275. margin-left: 10rpx;
  276. border-radius: 10rpx;
  277. }