index.less 5.9 KB

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