admin_order.scss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. .pos-order-list {
  2. padding-bottom: calc(0rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
  3. padding-bottom: calc(0rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
  4. /deep/.navbar {
  5. .content {
  6. background: #F5F5F5 !important;
  7. }
  8. }
  9. }
  10. .searchCon {
  11. padding: 10rpx 20rpx;
  12. .search {
  13. flex: 1;
  14. height: 72rpx;
  15. padding: 0 32rpx;
  16. border-radius: 36rpx;
  17. background: #FFFFFF;
  18. .iconfont {
  19. margin-right: 16rpx;
  20. font-size: 32rpx;
  21. color: #999999;
  22. }
  23. .inputs {
  24. flex: 1;
  25. font-size: 28rpx;
  26. color: #333;
  27. }
  28. .placeholder {
  29. font-size: 26rpx;
  30. color: #ccc;
  31. }
  32. }
  33. .btn {
  34. width: 72rpx;
  35. height: 72rpx;
  36. border-radius: 50%;
  37. margin-left: 20rpx;
  38. background: #FFFFFF;
  39. text-align: center;
  40. .iconfont {
  41. font-size: 32rpx;
  42. line-height: 72rpx;
  43. color: #666666;
  44. }
  45. }
  46. }
  47. .pos-order-list .nav {
  48. padding: 0 20rpx 0 34rpx;
  49. position: sticky;
  50. top: 0;
  51. left: 0;
  52. width: 100%;
  53. background-color: #F5F5F5;
  54. z-index: 99;
  55. &.fixed {
  56. position: fixed;
  57. top: 0;
  58. left: 0;
  59. width: 100%;
  60. background: #F5F5F5;
  61. }
  62. .scroll_view {
  63. white-space: nowrap;
  64. .item {
  65. display: inline-block;
  66. color: #999999;
  67. }
  68. }
  69. .item {
  70. position: relative;
  71. padding: 28rpx 0;
  72. padding-right: 50rpx;
  73. image {
  74. width: 14rpx;
  75. height: 14rpx;
  76. display: block;
  77. position: absolute;
  78. bottom: 20rpx;
  79. right: 45rpx;
  80. }
  81. }
  82. }
  83. .pos-order-list .nav .item.on {
  84. font-weight: 500;
  85. font-size: 30rpx;
  86. color: #2A7EFB;
  87. }
  88. .pos-order-list .nav .item.on::after {
  89. // content: "";
  90. // position: absolute;
  91. // bottom: 20rpx;
  92. // right: -6rpx;
  93. // width: 28rpx;
  94. // height: 28rpx;
  95. // border: 4rpx solid #2A7EFB;
  96. // border-top-color: transparent;
  97. // border-left-color: transparent;
  98. // border-radius: 14rpx;
  99. // box-sizing: border-box;
  100. }
  101. .pos-order-list .list {
  102. padding: 0 20rpx;
  103. }
  104. .pos-order-list .nothing {
  105. margin-top: 120upx;
  106. text-align: center;
  107. color: #cfcfcf;
  108. }
  109. .pos-order-list .list .item {
  110. padding: 32rpx 24rpx;
  111. border-radius: 24rpx;
  112. background-color: #fff;
  113. /deep/.time {
  114. .title {
  115. color: #FF7E00;
  116. }
  117. }
  118. }
  119. .pos-order-list .list .item~.item {
  120. margin-top: 20rpx;
  121. }
  122. .pos-order-list .list .item .order-num {
  123. font-size: 28rpx;
  124. line-height: 40rpx;
  125. color: #333333;
  126. .title {
  127. display: flex;
  128. .type {
  129. width: 56rpx;
  130. height: 36rpx;
  131. border-radius: 4rpx;
  132. border: 2rpx solid #2A7EFB;
  133. font-weight: 500;
  134. font-size: 20rpx;
  135. color: #2A7EFB;
  136. text-align: center;
  137. line-height: 33rpx;
  138. margin-right: 12rpx;
  139. margin-top: 2rpx;
  140. }
  141. }
  142. }
  143. .pos-order-list .list .item .order-num .state {
  144. color: #FF7E00;
  145. }
  146. .pos-order-list .list .item .order-num .state.on {
  147. font-size: 24rpx;
  148. width: 180rpx;
  149. text-align: right;
  150. }
  151. .pos-order-list .list .item .order-num .time {
  152. font-size: 26upx;
  153. font-weight: normal;
  154. color: #999;
  155. }
  156. .pos-order-list .list .item .operation {}
  157. .pos-order-list .list .item .operation .more {
  158. position: relative;
  159. }
  160. .pos-order-list .list .item .operation .icon-gengduo {
  161. font-size: 50upx;
  162. color: #aaa;
  163. }
  164. .pos-order-list .list .item .operation .order .arrow {
  165. width: 0;
  166. height: 0;
  167. border-left: 11upx solid transparent;
  168. border-right: 11upx solid transparent;
  169. border-top: 20upx solid #e5e5e5;
  170. position: absolute;
  171. left: 15upx;
  172. bottom: -18upx;
  173. }
  174. .pos-order-list .list .item .operation .order .arrow:before {
  175. content: '';
  176. width: 0;
  177. height: 0;
  178. border-left: 7upx solid transparent;
  179. border-right: 7upx solid transparent;
  180. border-top: 20upx solid #fff;
  181. position: absolute;
  182. left: -7upx;
  183. bottom: 0;
  184. }
  185. .pos-order-list .list .item .operation .order {
  186. width: 200upx;
  187. background-color: #fff;
  188. border: 1px solid #eee;
  189. border-radius: 10upx;
  190. position: absolute;
  191. top: -100upx;
  192. z-index: 9;
  193. }
  194. .pos-order-list .list .item .operation .order .items {
  195. height: 77upx;
  196. line-height: 77upx;
  197. text-align: center;
  198. }
  199. .pos-order-list .list .item .operation .order .items~.items {
  200. border-top: 1px solid #f5f5f5;
  201. }
  202. .pos-order-list .list .item .operation .bnt {
  203. width: 144rpx;
  204. height: 56rpx;
  205. border-radius: 28rpx;
  206. border: 1rpx solid #CCCCCC;
  207. text-align: center;
  208. font-size: 24rpx;
  209. line-height: 54rpx;
  210. color: #333333;
  211. &.primary {
  212. color: #FFFFFF !important;
  213. background-color: #2A7EFB !important;
  214. border-color: #2A7EFB !important;
  215. }
  216. }
  217. .pos-order-list .list .item .operation .bnt~.bnt {
  218. margin-left: 16rpx;
  219. }
  220. .pos-order-list .list .item .operation .wait {
  221. margin-left: 30rpx;
  222. }
  223. .pos-order-goods .goods {
  224. padding: 26rpx 0;
  225. }
  226. .pos-order-goods .goods~.goods {
  227. border-top: 1px dashed #e5e5e5;
  228. }
  229. .pos-order-goods .goods .picTxt {
  230. flex: 1;
  231. min-width: 0;
  232. }
  233. .pos-order-goods .goods .scroll-view {
  234. box-sizing: border-box;
  235. white-space: nowrap;
  236. .pictrue {
  237. display: inline-block;
  238. +.pictrue {
  239. margin-left: 16rpx;
  240. }
  241. }
  242. }
  243. .pos-order-goods .goods .picTxt .pictrue {
  244. width: 136rpx;
  245. height: 136rpx;
  246. }
  247. .pos-order-goods .goods .picTxt .pictrue image {
  248. width: 100%;
  249. height: 100%;
  250. border-radius: 16rpx;
  251. }
  252. .pos-order-goods .goods .picTxt .text {
  253. flex: 1;
  254. min-width: 0;
  255. padding-left: 20rpx;
  256. }
  257. .pos-order-goods .goods .picTxt .text .info {
  258. font-size: 28rpx;
  259. line-height: 40rpx;
  260. color: #333333;
  261. }
  262. .pos-order-goods .goods .picTxt .text .info .label {
  263. color: #ff4c3c;
  264. }
  265. .pos-order-goods .goods .picTxt .text .attr {
  266. margin-top: 12rpx;
  267. overflow: hidden;
  268. white-space: nowrap;
  269. text-overflow: ellipsis;
  270. font-size: 24rpx;
  271. line-height: 34rpx;
  272. color: #999999;
  273. }
  274. .pos-order-goods .goods .money {
  275. padding-left: 16rpx;
  276. text-align: right;
  277. font-size: 28upx;
  278. }
  279. .pos-order-goods .goods .money .info {
  280. margin-top: 18rpx;
  281. font-size: 24rpx;
  282. }
  283. .pos-order-goods .goods .money .x-money {
  284. color: #282828;
  285. }
  286. .pos-order-goods .goods .money .num {
  287. margin-top: 10rpx;
  288. font-size: 24rpx;
  289. line-height: 34rpx;
  290. color: #999999;
  291. }
  292. .pos-order-goods .goods .money .y-money {
  293. color: #999;
  294. text-decoration: line-through;
  295. }
  296. .public-total {
  297. font-size: 28upx;
  298. color: #282828;
  299. border-top: 1px solid #eee;
  300. height: 92upx;
  301. line-height: 92upx;
  302. text-align: right;
  303. padding: 0 30upx;
  304. background-color: #fff;
  305. }
  306. .public-total .money {
  307. color: #ff4c3c;
  308. }
  309. .filter-popup {
  310. position: fixed;
  311. top: 0;
  312. left: 0;
  313. z-index: 100;
  314. width: 100%;
  315. border-radius: 0 0 32rpx 32rpx;
  316. background: #FFFFFF;
  317. transform: translateY(-100%);
  318. transition: transform 0.3s;
  319. &.on {
  320. transform: translateY(0);
  321. }
  322. .search-box {
  323. padding: 10rpx 32rpx;
  324. }
  325. .search {
  326. height: 58rpx;
  327. padding: 0 32rpx;
  328. border-radius: 29rpx;
  329. background: #F5F5F5;
  330. }
  331. .iconfont {
  332. font-size: 28rpx;
  333. color: #999999;
  334. }
  335. .input {
  336. flex: 1;
  337. height: 58rpx;
  338. padding-left: 16rpx;
  339. font-size: 24rpx;
  340. }
  341. .content {
  342. padding: 32rpx 30rpx 48rpx;
  343. .bottom {
  344. display: flex;
  345. margin-top: 40rpx;
  346. display: flex;
  347. view {
  348. width: 332rpx;
  349. height: 72rpx;
  350. text-align: center;
  351. line-height: 72rpx;
  352. font-weight: 500;
  353. font-size: 13px;
  354. }
  355. .no_view {
  356. border-radius: 50rpx;
  357. border: 1px solid #2A7EFB;
  358. color: #2A7EFB;
  359. }
  360. .yes_view {
  361. background: #2A7EFB;
  362. border-radius: 50rpx;
  363. color: #FFFFFF;
  364. margin-left: 22rpx;
  365. }
  366. }
  367. }
  368. .item {
  369. margin-top: 36rpx;
  370. &:first-child {
  371. margin-top: 0;
  372. }
  373. }
  374. .title {
  375. font-size: 28rpx;
  376. line-height: 40rpx;
  377. color: #333333;
  378. }
  379. .list {
  380. padding: 0;
  381. margin-right: -24rpx;
  382. }
  383. .cell {
  384. width: 154rpx;
  385. height: 56rpx;
  386. border: 1rpx solid #F5F5F5;
  387. border-radius: 28rpx;
  388. margin: 24rpx 24rpx 0 0;
  389. background: #F5F5F5;
  390. text-align: center;
  391. font-size: 24rpx;
  392. line-height: 54rpx;
  393. color: #333333;
  394. &.on {
  395. border-color: #2A7EFB;
  396. background: #E9F2FE;
  397. color: #2A7EFB;
  398. }
  399. }
  400. }
  401. .footerH {
  402. height: 110rpx;
  403. height: calc(110rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
  404. height: calc(110rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
  405. }
  406. .mask {
  407. z-index: 21;
  408. }
  409. .confirm-popup {
  410. position: fixed;
  411. top: 50%;
  412. right: 75rpx;
  413. left: 75rpx;
  414. z-index: 21;
  415. transform: translateY(-50%);
  416. border-radius: 32rpx;
  417. background: #FFFFFF;
  418. text-align: center;
  419. .title {
  420. padding: 40rpx 32rpx 0;
  421. font-weight: 500;
  422. font-size: 32rpx;
  423. line-height: 52rpx;
  424. color: #333333;
  425. }
  426. .info {
  427. padding: 24rpx 40rpx 0;
  428. font-size: 30rpx;
  429. line-height: 42rpx;
  430. color: #666666;
  431. }
  432. .btn-box {
  433. padding: 40rpx;
  434. }
  435. .btn {
  436. flex: 1;
  437. height: 72rpx;
  438. border: 1rpx solid #2A7EFB;
  439. border-radius: 36rpx;
  440. margin-left: 32rpx;
  441. font-weight: 500;
  442. font-size: 26rpx;
  443. line-height: 70rpx;
  444. color: #2A7EFB;
  445. transform: rotateZ(360deg);
  446. &.primary {
  447. background: #2A7EFB;
  448. color: #FFFFFF;
  449. }
  450. }
  451. }
  452. .info-text{
  453. display: flex;
  454. flex-direction: column;
  455. justify-content: space-between;
  456. }
  457. .icon-a-icon_filter1x{
  458. font-size: 40rpx !important;
  459. }
  460. .filter-popup .search{
  461. height: 72rpx;
  462. }
  463. /deep/.uni-input-input{
  464. font-size: 16px !important;
  465. }