index.less 7.1 KB

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