1
0

order.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .orders {
  7. height: auto;
  8. width: 100%;
  9. overflow: hidden;
  10. }
  11. .add_time {
  12. font-size: 0.9em;
  13. color: #d81e06;
  14. float: right;
  15. margin-top: 8rpx;
  16. }
  17. .order-details-cell {
  18. display: flex;
  19. padding: 20rpx 30rpx;
  20. padding-right: 0;
  21. }
  22. .order-details-cell text {
  23. font-size: 0.9em;
  24. }
  25. .order-details-cell .name {
  26. flex: 1;
  27. }
  28. .order-details-cell .num {
  29. margin-left: auto;
  30. width: 50rpx;
  31. text-align: right;
  32. }
  33. .order-details-cell .price {
  34. font-size: 1.1em;
  35. color: #000;
  36. }
  37. .order-image-hd {
  38. align-self: flex-start;
  39. }
  40. .order-image {
  41. width: 130rpx;
  42. height: 130rpx;
  43. }
  44. .btn-box {
  45. margin-left: auto;
  46. }
  47. .btn-box .btn {
  48. border: 1px solid #d81e06;
  49. color: #d81e06;
  50. border-radius: 30rpx;
  51. font-size: 0.8em;
  52. display: inline-block;
  53. margin-left: 20rpx;
  54. line-height: 1.6;
  55. /* padding: 10rpx 20rpx; */
  56. background-color: #fff;
  57. }
  58. .btn-box .btn-disabel {
  59. border: 1px solid rgb(150, 149, 149);
  60. color: rgb(136, 135, 134);
  61. border-radius: 30rpx;
  62. font-size: 0.8em;
  63. display: inline-block;
  64. margin-left: 20rpx;
  65. line-height: 1.6;
  66. /* padding: 10rpx 20rpx; */
  67. background-color: #fff;
  68. }
  69. .tab-bar {
  70. height: 8vh;
  71. display: flex;
  72. line-height: 8vh;
  73. background-color: #fff;
  74. position: fixed;
  75. top: 0px;
  76. z-index: 999;
  77. width: 100%;
  78. }
  79. .tab-bar .tab-bar-item {
  80. flex: 1;
  81. text-align: center;
  82. color: #555;
  83. font-size: 30rpx;
  84. }
  85. .tab-bar .tab-bar-item.active {
  86. color: #ff5778;
  87. border-bottom: 1px solid #ff5778;
  88. }
  89. .biz-type {
  90. font-size: 25rpx;
  91. padding-left: 10rpx;
  92. /* color: white; *//* background-color: red; */
  93. font-weight: bold;
  94. height: 40rpx;
  95. }
  96. .search-icon-shop {
  97. width: 40rpx;
  98. height: 40rpx;
  99. /* margin-left: 15rpx;
  100. margin-top: 20rpx; */
  101. margin-bottom: -8rpx;
  102. }
  103. .list-cell-tk {
  104. position: relative;
  105. display: flex;
  106. align-items: center;
  107. height: 40rpx;
  108. margin-bottom: 10px;
  109. margin-left: 512rpx;
  110. }
  111. .list-cell-wq {
  112. padding: 5px 20px;
  113. position: relative;
  114. display: flex;
  115. align-items: center;
  116. width: 300rpx;
  117. height: 0rpx;
  118. line-height: 0rpx;
  119. /* margin-left:550rpx; */
  120. margin-bottom: 10px;
  121. }
  122. .list-cell-wq .names {
  123. font-size: 14px;
  124. }
  125. .list-cell-check {
  126. position: relative;
  127. display: flex;
  128. align-items: flex-end;
  129. height: 30rpx;
  130. bottom: 8rpx;
  131. justify-content: flex-end;
  132. width: 98%;
  133. }
  134. .list-cell-check .names {
  135. font-size: 12px;
  136. margin-left: 5rpx;
  137. color: #fe7200;
  138. }
  139. .search-icon-shop2 {
  140. width: 30rpx;
  141. height: 30rpx;
  142. }
  143. .search-icon-shop3 {
  144. width: 28rpx;
  145. height: 28rpx;
  146. vertical-align: middle;
  147. }
  148. .list-cell2 {
  149. padding: 4rpx 30rpx;
  150. display: flex;
  151. }