index.less 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. /* nova-tourism/pages/my/my-order/my-refund/index.wxss */
  2. .all{
  3. width: 100vw;
  4. overflow-y: scroll;
  5. background-color: #F4F4F4;
  6. padding-bottom: 20rpx;
  7. color: #382E2E;
  8. .title{
  9. width: 100%;
  10. font-size: 36rpx;
  11. background-color: white;
  12. display: flex;
  13. justify-content: center;
  14. padding-bottom: 25rpx;
  15. }
  16. .cardbox{
  17. width: 100%;
  18. height: 428rpx;
  19. padding-left: 30rpx;
  20. padding-right: 30rpx;
  21. padding-top: 24rpx;
  22. padding-bottom: 10rpx;
  23. margin-top: 26rpx;
  24. background-color: white;
  25. .title{
  26. width: 100%;
  27. font-size: 28rpx;
  28. font-weight: 400;
  29. display: flex;
  30. }
  31. .roombox{
  32. width: 100%;
  33. display: flex;
  34. margin-top: 24rpx;
  35. image{
  36. width: 150rpx;
  37. height: 150rpx;
  38. border-radius: 4rpx;
  39. }
  40. .room{
  41. height: 100%;
  42. margin-left: 34rpx;
  43. .room-name{
  44. width: 460rpx;
  45. font-size: 24rpx;
  46. margin-bottom: 10rpx;
  47. }
  48. .room-tag{
  49. font-size: 20rpx;
  50. width: 460rpx;
  51. height: auto;
  52. color: #F37B40;
  53. margin-bottom: 10rpx;
  54. }
  55. .room-text{
  56. width: 460rpx;
  57. height: auto;
  58. font-size: 20rpx;
  59. color: #737373;
  60. }
  61. .room-text2{
  62. width: 460rpx;
  63. height: auto;
  64. font-size: 26rpx;
  65. margin-top: 100rpx;
  66. color: #737373;
  67. }
  68. }
  69. }
  70. .pricebox{
  71. width: 100%;
  72. display: flex;
  73. align-items: center;
  74. .ciri{
  75. width: 200rpx;
  76. font-size: 28rpx;
  77. height: 36rpx;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. background-color:#FBF5E1 ;
  82. color: #F9C28B;
  83. border-radius: 10rpx;
  84. }
  85. .price{
  86. margin-left: auto;
  87. font-size: 28rpx;
  88. }
  89. }
  90. .sumbitbox{
  91. width: 100%;
  92. display: flex;
  93. justify-content: flex-end;
  94. margin-top: 10rpx;
  95. .sumbit{
  96. width: 168rpx;
  97. height: 68rpx;
  98. border-radius: 20rpx;
  99. border: #F37B40 solid 2rpx;
  100. background-color: white;
  101. color: #F37B40;
  102. font-size: 28rpx;
  103. display: flex;
  104. align-items: center;
  105. justify-content: center;
  106. }
  107. }
  108. }
  109. // .cardbox{
  110. // width: 100%;
  111. // height: auto;
  112. // padding-left: 30rpx;
  113. // padding-right: 30rpx;
  114. // padding-top: 20rpx;
  115. // padding-bottom: 10rpx;
  116. // margin-top: 20rpx;
  117. // background-color: white;
  118. // .title2{
  119. // width: 100%;
  120. // font-size: 30rpx;
  121. // display: flex;
  122. // .title2-1{
  123. // font-weight: 600;
  124. // }
  125. // .title2-2{
  126. // margin-left: auto;
  127. // }
  128. // }
  129. // .roombox{
  130. // width: 100%;
  131. // display: flex;
  132. // margin-top: 20rpx;
  133. // image{
  134. // width: 170rpx;
  135. // height: 170rpx;
  136. // border-radius: 10rpx;
  137. // }
  138. // .room{
  139. // height: 100%;
  140. // margin-left: 20rpx;
  141. // .room-name{
  142. // width: 460rpx;
  143. // font-size: 28rpx;
  144. // margin-bottom: 10rpx;
  145. // }
  146. // .room-tag{
  147. // font-size: 26rpx;
  148. // width: 460rpx;
  149. // height: auto;
  150. // color: #F37B40;
  151. // margin-bottom: 10rpx;
  152. // }
  153. // .room-text{
  154. // width: 460rpx;
  155. // height: auto;
  156. // font-size: 26rpx;
  157. // color: #737373;
  158. // }
  159. // .room-text2{
  160. // width: 460rpx;
  161. // height: auto;
  162. // font-size: 26rpx;
  163. // margin-top: 100rpx;
  164. // color: #737373;
  165. // }
  166. // }
  167. // }
  168. // .pricebox{
  169. // width: 100%;
  170. // display: flex;
  171. // align-items: center;
  172. // .ciri{
  173. // width: 200rpx;
  174. // font-size: 30rpx;
  175. // height: 50rpx;
  176. // display: flex;
  177. // justify-content: center;
  178. // align-items: center;
  179. // background-color:#FBF5E1 ;
  180. // color: #F9C28B;
  181. // border-radius: 10rpx;
  182. // }
  183. // .price{
  184. // margin-left: auto;
  185. // font-size: 30rpx;
  186. // }
  187. // }
  188. // .sumbitbox{
  189. // width: 100%;
  190. // display: flex;
  191. // justify-content: flex-end;
  192. // margin-top: 20rpx;
  193. // .sumbit{
  194. // width: 164rpx;
  195. // height: 66rpx;
  196. // border-radius: 40rpx;
  197. // border: #F37B40 solid 2rpx;
  198. // background-color: white;
  199. // color: #F37B40;
  200. // font-size: 30rpx;
  201. // display: flex;
  202. // align-items: center;
  203. // justify-content: center;
  204. // }
  205. // }
  206. // }
  207. .box{
  208. width: 100%;
  209. height: auto;
  210. background-color: white;
  211. margin-top: 20rpx;
  212. padding-top: 40rpx;
  213. .wang-cardbox{
  214. margin-top: 20rpx;
  215. width: 100%;
  216. background-color: white;
  217. overflow-y: hidden;
  218. padding-left: 3%;
  219. padding-right: 3%;
  220. padding-bottom: 40rpx;
  221. column-count: 2; /* 设置列数 */
  222. column-gap: 20rpx; /* 设置列间距 */
  223. .wang-card{
  224. break-inside: avoid; /* 防止卡片在列之间断裂 */
  225. margin-bottom: 20rpx; /* 设置卡片底部间距 */
  226. width: 100%; /* 确保卡片宽度为100% */
  227. image{
  228. width: 100%;
  229. height: 275rpx;
  230. border-radius: 15rpx;
  231. }
  232. .wang-catex{
  233. font-size: 28rpx;
  234. }
  235. .wang-numbox{
  236. width: 100%;
  237. height: 80rpx;
  238. display: flex;
  239. align-items: center;
  240. .wang-num{
  241. display: flex;
  242. justify-content: flex-end;
  243. align-items: flex-end;
  244. color: #C5262Ced;
  245. font-size: 30rpx;
  246. .wang-num1{
  247. font-size: 32rpx;
  248. }
  249. .wang-num2{
  250. font-size: 36rpx;
  251. }
  252. }
  253. .wang-submit{
  254. width: 100rpx;
  255. height: 50rpx;
  256. font-size: 30rpx;
  257. color: white;
  258. background-color: #F8DA7F;
  259. border-radius: 40rpx;
  260. display: flex;
  261. justify-content: center;
  262. align-items: center;
  263. margin-left: auto;
  264. }
  265. }
  266. }
  267. }
  268. }
  269. }