index.less 7.1 KB

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