index.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /* nova-tourism/pages/collect/collect-detail/index.wxss */
  2. .bax {
  3. width: 100%;
  4. position: relative;
  5. }
  6. .bax .all {
  7. width: 100vw;
  8. overflow-y: scroll;
  9. position: relative;
  10. background-color: #EEEEEE;
  11. color: #727783;
  12. font-family: "Microsoft JhengHei", "PingFang SC", "Helvetica Neue", sans-serif;
  13. font-weight: 700;
  14. }
  15. .bax .all .picturebox {
  16. width: 100%;
  17. height: 550rpx;
  18. position: relative;
  19. }
  20. .bax .all .picturebox .img {
  21. width: 100%;
  22. height: 550rpx;
  23. }
  24. .bax .all .picturebox .img image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .bax .all .picturebox .numberbox {
  29. position: absolute;
  30. bottom: 40rpx;
  31. right: 20rpx;
  32. border-radius: 45%;
  33. z-index: 10;
  34. color: white;
  35. width: 70rpx;
  36. height: 45rpx;
  37. font-size: 24rpx;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. background-color: rgba(12, 12, 12, 0.5);
  42. }
  43. .bax .all .box {
  44. width: 100%;
  45. height: auto;
  46. background-color: #EEEEEE;
  47. position: absolute;
  48. top: 542rpx;
  49. left: 0;
  50. border-radius: 12rpx;
  51. }
  52. .bax .all .box .infobox {
  53. width: 100%;
  54. height: auto;
  55. padding: 40rpx;
  56. border-radius: 20rpx;
  57. background-color: white;
  58. }
  59. .bax .all .box .infobox .title {
  60. width: 100%;
  61. font-size: 26rpx;
  62. }
  63. .bax .all .box .infobox .lebalbox {
  64. width: 100%;
  65. display: flex;
  66. margin-top: 10rpx;
  67. }
  68. .bax .all .box .infobox .lebalbox .lebal {
  69. width: 174rpx;
  70. height: 50rpx;
  71. font-size: 28rpx;
  72. border-radius: 6rpx;
  73. padding-left: 20rpx;
  74. padding-right: 20rpx;
  75. background-color: #FBF5E1;
  76. color: #F8BB7F;
  77. margin-right: 20rpx;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .bax .all .box .infobox .carbox {
  83. width: 100%;
  84. height: 60rpx;
  85. margin-top: 24rpx;
  86. display: flex ;
  87. align-items: center;
  88. }
  89. .bax .all .box .infobox .carbox image {
  90. width: 40rpx;
  91. height: 30rpx;
  92. }
  93. .bax .all .box .infobox .carbox .car-tex {
  94. font-size: 26rpx;
  95. color: #F8BB7F;
  96. margin-left: 10rpx;
  97. }
  98. .bax .all .box .infobox .carbox2 {
  99. width: 100%;
  100. margin-top: 20rpx;
  101. display: flex ;
  102. align-items: center;
  103. border-bottom: solid 2rpx #EEEEEE;
  104. padding-bottom: 20rpx;
  105. }
  106. .bax .all .box .infobox .carbox2 image {
  107. width: 40rpx;
  108. height: 40rpx;
  109. }
  110. .bax .all .box .infobox .carbox2 .car-tex {
  111. font-size: 26rpx;
  112. margin-left: 10rpx;
  113. }
  114. .bax .all .box .infobox .carbox3 {
  115. width: 100%;
  116. margin-top: 20rpx;
  117. display: flex ;
  118. }
  119. .bax .all .box .infobox .carbox3 image {
  120. width: 40rpx;
  121. height: 40rpx;
  122. }
  123. .bax .all .box .infobox .carbox3 .carbox3-tex {
  124. font-size: 26rpx ;
  125. margin-left: 10rpx;
  126. }
  127. .bax .all .box .infobox .carbox3 .carbox3-tex .carbox3-tex2 {
  128. margin-top: 10rpx;
  129. }
  130. .bax .all .box .infobox .carbox4 {
  131. width: 100%;
  132. margin-top: 20rpx;
  133. display: flex ;
  134. align-items: center;
  135. }
  136. .bax .all .box .infobox .carbox4 image {
  137. width: 40rpx;
  138. height: 40rpx;
  139. }
  140. .bax .all .box .infobox .carbox4 .car-tex {
  141. font-size: 26rpx;
  142. margin-left: 10rpx;
  143. }
  144. .bax .all .box .tipbox {
  145. width: 100%;
  146. height: auto;
  147. margin-top: 16rpx;
  148. padding-top: 20rpx;
  149. padding-left: 30rpx;
  150. padding-right: 30rpx;
  151. background-color: white;
  152. border-radius: 20rpx;
  153. padding-bottom: 40rpx;
  154. font-size: 26rpx;
  155. }
  156. .bax .all .box .tipbox .dinggou {
  157. width: 100%;
  158. font-size: 26rpx;
  159. }
  160. .bax .all .box .tipbox .dinggou .dinggou-tex {
  161. margin-left: 20rpx;
  162. margin-top: 10rpx;
  163. }
  164. .bax .all .box .tipbox .picbox {
  165. width: 100%;
  166. margin-top: 20rpx;
  167. margin-bottom: 60rpx;
  168. }
  169. .bax .all .box .tipbox .picbox image {
  170. width: 100%;
  171. }
  172. .bax .all .box .tipbox2 {
  173. width: 100%;
  174. height: auto;
  175. margin-top: 16rpx;
  176. padding-top: 20rpx;
  177. padding-left: 30rpx;
  178. padding-right: 30rpx;
  179. padding-bottom: 40rpx;
  180. background-color: white;
  181. border-radius: 20rpx;
  182. font-size: 26rpx;
  183. padding-bottom: 110rpx;
  184. }
  185. .bax .all .box .tipbox2 .dinggou {
  186. width: 100%;
  187. font-size: 26rpx;
  188. }
  189. .bax .all .box .tipbox2 .dinggou .dinggou-tex {
  190. margin-left: 20rpx;
  191. margin-top: 10rpx;
  192. }
  193. .bax .all .box .tipbox2 image {
  194. width: 100%;
  195. height: 760rpx;
  196. margin-top: 20rpx;
  197. margin-bottom: 20rpx;
  198. }
  199. .bax .all .box .tipbox2 .tip2-tex {
  200. display: flex;
  201. justify-content: flex-end;
  202. }
  203. .bax .all .box .tipbox2 .qrBox {
  204. display: flex;
  205. justify-content: space-between;
  206. align-items: center;
  207. }
  208. .bax .all .box .tipbox2 .qrBox image {
  209. width: 150rpx;
  210. margin: 40rpx 10rpx;
  211. }
  212. .bax .paybox {
  213. width: 100%;
  214. height: 90rpx;
  215. display: flex;
  216. position: absolute;
  217. bottom: 0;
  218. left: 0;
  219. background-color: white;
  220. }
  221. .bax .paybox .pay1 {
  222. width: 288rpx;
  223. height: 100%;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. }
  228. .bax .paybox .pay1 image {
  229. width: 50rpx;
  230. height: 44rpx;
  231. }
  232. .bax .paybox .pay1 .pay1-tex {
  233. font-size: 32rpx;
  234. margin-left: 30rpx;
  235. }
  236. .bax .paybox .pay2 {
  237. width: 462rpx;
  238. height: 100%;
  239. display: flex;
  240. justify-content: center;
  241. align-items: center;
  242. font-size: 32rpx;
  243. color: white;
  244. background-color: #F89B7F;
  245. }
  246. .bax .paybox .pay2 .pay2-tex2 {
  247. margin-left: 10rpx;
  248. }