order.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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:#FE7200;
  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: .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: 146rpx;
  42. height:146rpx;
  43. }
  44. .btn-box{
  45. margin-left: auto;
  46. }
  47. .btn-box .btn{
  48. border: 1px solid #FE7200;
  49. color: #FE7200;
  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; */
  93. /* background-color: red; */
  94. font-weight: bold;
  95. height: 40rpx;
  96. }
  97. .search-icon-shop {
  98. width: 40rpx;
  99. height: 40rpx;
  100. /* margin-left: 15rpx;
  101. margin-top: 20rpx; */
  102. margin-bottom: -8rpx;
  103. }
  104. .list-cell-tk{
  105. position: relative;
  106. display: flex;
  107. align-items: center;
  108. height:40rpx;
  109. margin-bottom:10px;
  110. margin-left:512rpx;
  111. }
  112. .list-cell-wq{
  113. padding:5px 20px;
  114. position: relative;
  115. display: flex;
  116. align-items: center;
  117. width: 300rpx;
  118. height: 0rpx;
  119. line-height: 0rpx;
  120. /* margin-left:550rpx; */
  121. margin-bottom:10px;
  122. }
  123. .list-cell-wq .names{
  124. font-size:14px;
  125. }
  126. .list-cell-check {
  127. position: relative;
  128. display: flex;
  129. align-items:flex-end;
  130. height: 30rpx;
  131. bottom: 8rpx;
  132. justify-content:flex-end;
  133. width: 98%;
  134. }
  135. .list-cell-check .names{
  136. font-size:12px;
  137. margin-left:5rpx;
  138. color:#FE7200;
  139. }
  140. .search-icon-shop2 {
  141. width:30rpx;
  142. height:30rpx;
  143. }
  144. .search-icon-shop3 {
  145. width:28rpx;
  146. height:28rpx;
  147. vertical-align:middle;
  148. }