index.less 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. /* nova-tourism/pages/my/my-order/index.wxss */
  2. .all{
  3. width: 100vw;
  4. background-color: #F4F4F4;
  5. overflow-y: scroll;
  6. padding-bottom: 20rpx;
  7. color: #382E2E;
  8. .tabbos{
  9. width: 100%;
  10. background-color: white;
  11. .tabs{
  12. width: 50%;
  13. margin-left: auto;
  14. }
  15. .a{
  16. box-shadow:none;
  17. }
  18. }
  19. .tab-bar {
  20. display: flex;
  21. justify-content: space-around;
  22. background-color: white;
  23. padding-bottom: 10rpx;
  24. }
  25. .tab-item {
  26. padding: 10px 0;
  27. text-align: center;
  28. position: relative;
  29. color: #969696;
  30. }
  31. .tab-item.active {
  32. position: relative;
  33. color: #67806A;
  34. }
  35. .tab-item.active::after {
  36. content: "";
  37. width: 80%;
  38. position: absolute;
  39. left: 10%;
  40. right: 10%;
  41. bottom: 0;
  42. height: 6rpx;
  43. background-color: #67806A;
  44. border-radius: 4rpx;
  45. }
  46. .cardbox{
  47. width: 100%;
  48. height: auto;
  49. padding-left: 30rpx;
  50. padding-right: 30rpx;
  51. padding-top: 20rpx;
  52. padding-bottom: 10rpx;
  53. margin-top: 20rpx;
  54. background-color: white;
  55. .title{
  56. width: 100%;
  57. font-size: 28rpx;
  58. font-weight: 600;
  59. }
  60. .roombox{
  61. width: 100%;
  62. display: flex;
  63. margin-top: 20rpx;
  64. image{
  65. width: 152rpx;
  66. height: 154rpx;
  67. border-radius: 10rpx;
  68. }
  69. .room{
  70. height: 100%;
  71. margin-left: 20rpx;
  72. .room-name{
  73. width: 460rpx;
  74. font-size: 28rpx;
  75. margin-bottom: 10rpx;
  76. }
  77. .room-tag{
  78. font-size: 26rpx;
  79. width: 460rpx;
  80. height: auto;
  81. color: #F37B40;
  82. margin-bottom: 10rpx;
  83. }
  84. .room-text{
  85. width: 460rpx;
  86. height: auto;
  87. font-size: 26rpx;
  88. color: #737373;
  89. }
  90. .room-text2{
  91. width: 460rpx;
  92. height: auto;
  93. font-size: 26rpx;
  94. margin-top: 100rpx;
  95. color: #737373;
  96. }
  97. }
  98. }
  99. .pricebox{
  100. width: 100%;
  101. display: flex;
  102. align-items: center;
  103. .ciri{
  104. width: 200rpx;
  105. font-size: 30rpx;
  106. height: 50rpx;
  107. display: flex;
  108. justify-content: center;
  109. align-items: center;
  110. background-color:#FBF5E1 ;
  111. color: #F9C28B;
  112. border-radius: 10rpx;
  113. }
  114. .price{
  115. margin-left: auto;
  116. font-size: 30rpx;
  117. }
  118. }
  119. .sumbitbox{
  120. width: 100%;
  121. display: flex;
  122. justify-content: flex-end;
  123. margin-top: 20rpx;
  124. .sumbit{
  125. width: 164rpx;
  126. height: 66rpx;
  127. border-radius: 40rpx;
  128. border: #F37B40 solid 2rpx;
  129. background-color: white;
  130. color: #F37B40;
  131. font-size: 30rpx;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. }
  136. }
  137. }
  138. .box{
  139. width: 100%;
  140. height: auto;
  141. background-color: white;
  142. margin-top: 20rpx;
  143. .wangbox{
  144. width: 100%;
  145. display: flex;
  146. justify-content: center;
  147. align-items: center;
  148. flex-direction: column;
  149. margin-top: 40rpx;
  150. margin-bottom: 20rpx;
  151. .wang{
  152. width: 200rpx;
  153. height: 60rpx;
  154. font-size: 32rpx;
  155. color: #67806A;
  156. background-image: url(https://file-cloud.fmode.cn/EbxZUK5lBI/20241126/dm1jj2032446503.png?imageView2/1/w/200/h/200);
  157. background-position: center; /* 背景图片居中 */
  158. // background-size: cover; /* 背景图片覆盖整个元素 */
  159. background-repeat: no-repeat; /* 不重复背景图片 */
  160. display: flex;
  161. justify-content: center;
  162. align-items: center;
  163. }
  164. .wang2{
  165. font-size: 28rpx;
  166. color: #969696;
  167. }
  168. }
  169. .wang-cardbox{
  170. margin-top: 20rpx;
  171. width: 100%;
  172. background-color: white;
  173. overflow-y: hidden;
  174. padding-left: 3%;
  175. padding-right: 3%;
  176. padding-bottom: 40rpx;
  177. column-count: 2; /* 设置列数 */
  178. column-gap: 20rpx; /* 设置列间距 */
  179. .wang-card{
  180. break-inside: avoid; /* 防止卡片在列之间断裂 */
  181. margin-bottom: 20rpx; /* 设置卡片底部间距 */
  182. width: 100%; /* 确保卡片宽度为100% */
  183. image{
  184. width: 100%;
  185. height: 275rpx;
  186. border-radius: 15rpx;
  187. }
  188. .wang-catex{
  189. font-size: 28rpx;
  190. }
  191. .wang-numbox{
  192. width: 100%;
  193. height: 80rpx;
  194. display: flex;
  195. align-items: center;
  196. .wang-num{
  197. display: flex;
  198. justify-content: flex-end;
  199. align-items: flex-end;
  200. color: #C5262Ced;
  201. font-size: 30rpx;
  202. .wang-num1{
  203. font-size: 32rpx;
  204. }
  205. .wang-num2{
  206. font-size: 36rpx;
  207. }
  208. }
  209. .wang-submit{
  210. width: 100rpx;
  211. height: 50rpx;
  212. font-size: 30rpx;
  213. color: white;
  214. background-color: #F8DA7F;
  215. border-radius: 40rpx;
  216. display: flex;
  217. justify-content: center;
  218. align-items: center;
  219. margin-left: auto;
  220. }
  221. }
  222. }
  223. }
  224. }
  225. }