index.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. /* nova-tourism/pages/my/my-order/order-detail/index.wxss */
  2. .all{
  3. width: 100vw;
  4. overflow-y: scroll;
  5. background-color: #F4F4F4;
  6. padding-bottom: 20rpx;
  7. color: #382E2E;
  8. font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif; /* 添加后备字体 */
  9. font-weight: 400;
  10. .title{
  11. width: 100%;
  12. font-size: 36rpx;
  13. background-color: white;
  14. display: flex;
  15. justify-content: center;
  16. padding-bottom: 25rpx;
  17. }
  18. .cardbox{
  19. width: 100%;
  20. height: 674rpx;
  21. padding-left: 30rpx;
  22. padding-right: 30rpx;
  23. padding-top: 30rpx;
  24. padding-bottom: 10rpx;
  25. margin-top: 20rpx;
  26. background-color: white;
  27. .title2{
  28. width: 100%;
  29. font-size: 30rpx;
  30. height: 36rpx;
  31. font-weight: 400;
  32. }
  33. .roombox{
  34. width: 100%;
  35. display: flex;
  36. margin-top: 18rpx;
  37. image{
  38. width: 150rpx;
  39. height: 150rpx;
  40. border-radius: 4rpx;
  41. }
  42. .room{
  43. height: 100%;
  44. margin-left: 32rpx;
  45. .room-name{
  46. width: 460rpx;
  47. font-size: 24rpx;
  48. margin-bottom: 36rpx;
  49. }
  50. .room-tag{
  51. font-size: 20rpx;
  52. width: 460rpx;
  53. height: auto;
  54. color: #F37B40;
  55. margin-bottom: 10rpx;
  56. }
  57. .room-text{
  58. width: 460rpx;
  59. height: auto;
  60. font-size: 20rpx;
  61. color: #737373;
  62. }
  63. .room-text2{
  64. width: 460rpx;
  65. height: auto;
  66. font-size: 20rpx;
  67. margin-top: 100rpx;
  68. color: #737373;
  69. }
  70. }
  71. }
  72. .textbox{
  73. width: 100%;
  74. height: auto;
  75. padding-bottom: 40rpx;
  76. margin-top: 46rpx;
  77. .text1{
  78. width: 100%;
  79. font-size: 20rpx;
  80. display: flex;
  81. color: #323232;
  82. margin-bottom: 24rpx;
  83. .tex2{
  84. margin-left: auto;
  85. font-size: 28rpx;
  86. font-weight: 400;
  87. color: black;
  88. }
  89. .tex3{
  90. margin-left: auto;
  91. font-size: 20rpx;
  92. color: #979797;
  93. display: flex;
  94. .tex3-2{
  95. color: #323232;
  96. margin-left: 10rpx;
  97. }
  98. }
  99. }
  100. .text2{
  101. width: 100%;
  102. font-size: 28rpx;
  103. display: flex;
  104. color: #323232;
  105. margin-bottom: 20rpx;
  106. .tex1{
  107. width: 200rpx;
  108. }
  109. .tex4{
  110. width: 100%;
  111. margin-left: 40rpx;
  112. font-size: 28rpx;
  113. color: #979797;
  114. display: flex;
  115. }
  116. }
  117. .sumbitbox{
  118. width: 100%;
  119. display: flex;
  120. justify-content: flex-end;
  121. margin-top: 26rpx;
  122. .sumbit{
  123. width: 168rpx;
  124. height: 68rpx;
  125. border-radius: 20rpx;
  126. border: #F37B40 solid 2rpx;
  127. background-color: white;
  128. color: #F37B40;
  129. font-size: 28rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. }
  134. }
  135. }
  136. }
  137. .box{
  138. width: 100%;
  139. height: auto;
  140. background-color: white;
  141. margin-top: 20rpx;
  142. padding-top: 40rpx;
  143. .wang-cardbox{
  144. margin-top: 20rpx;
  145. width: 100%;
  146. background-color: white;
  147. overflow-y: hidden;
  148. padding-left: 3%;
  149. padding-right: 3%;
  150. padding-bottom: 40rpx;
  151. column-count: 2; /* 设置列数 */
  152. column-gap: 20rpx; /* 设置列间距 */
  153. .wang-card{
  154. break-inside: avoid; /* 防止卡片在列之间断裂 */
  155. margin-bottom: 20rpx; /* 设置卡片底部间距 */
  156. width: 100%; /* 确保卡片宽度为100% */
  157. image{
  158. width: 100%;
  159. height: 275rpx;
  160. border-radius: 15rpx;
  161. }
  162. .wang-catex{
  163. font-size: 28rpx;
  164. }
  165. .wang-numbox{
  166. width: 100%;
  167. height: 80rpx;
  168. display: flex;
  169. align-items: center;
  170. .wang-num{
  171. display: flex;
  172. justify-content: flex-end;
  173. align-items: flex-end;
  174. color: #C5262Ced;
  175. font-size: 30rpx;
  176. .wang-num1{
  177. font-size: 32rpx;
  178. }
  179. .wang-num2{
  180. font-size: 36rpx;
  181. }
  182. }
  183. .wang-submit{
  184. width: 100rpx;
  185. height: 50rpx;
  186. font-size: 30rpx;
  187. color: white;
  188. background-color: #F8DA7F;
  189. border-radius: 40rpx;
  190. display: flex;
  191. justify-content: center;
  192. align-items: center;
  193. margin-left: auto;
  194. }
  195. }
  196. }
  197. }
  198. }
  199. }