index.less 6.6 KB

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