index.wxss 5.4 KB

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