index.less 7.5 KB

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