index.less 5.2 KB

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