index.wxss 4.4 KB

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