index.less 7.3 KB

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