order.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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: red;
  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. color: #9b9b9b;
  25. }
  26. .order-details-cell .name{
  27. flex: 1;
  28. }
  29. .order-details-cell .num{
  30. margin-left: auto;
  31. width: 50rpx;
  32. text-align: right;
  33. }
  34. .order-details-cell .price{
  35. font-size: 1.1em;
  36. color: #000;
  37. }
  38. .order-image-hd{
  39. align-self: flex-start;
  40. }
  41. .order-image{
  42. width: 146rpx;
  43. height:146rpx;
  44. }
  45. .btn-box{
  46. margin-left: auto;
  47. }
  48. .btn-box .btn{
  49. border: 1px solid #FE7200;
  50. color: #FE7200;
  51. border-radius: 30rpx;
  52. font-size: 0.8em;
  53. display: inline-block;
  54. margin-left: 20rpx;
  55. line-height: 1.6;
  56. /* padding: 10rpx 20rpx; */
  57. background-color: #fff;
  58. }
  59. .btn-box .btn-disabel{
  60. border: 1px solid rgb(150, 149, 149);
  61. color: rgb(136, 135, 134);
  62. border-radius: 30rpx;
  63. font-size: 0.8em;
  64. display: inline-block;
  65. margin-left: 20rpx;
  66. line-height: 1.6;
  67. /* padding: 10rpx 20rpx; */
  68. background-color: #fff;
  69. }
  70. .tab-bar{
  71. height: 8vh;
  72. display: flex;
  73. line-height: 8vh;
  74. background-color: #fff;
  75. position:fixed;
  76. top:0px;
  77. z-index:999;
  78. width:100%;
  79. }
  80. .tab-bar .tab-bar-item{
  81. flex: 1;
  82. text-align: center;
  83. color: #555;
  84. font-size: 30rpx;
  85. }
  86. .tab-bar .tab-bar-item.active{
  87. color: #FF5778;
  88. border-bottom: 1px solid #FF5778;
  89. }
  90. .biz-type{
  91. font-size:25rpx;
  92. padding-left: 10rpx;
  93. /* color: white; */
  94. /* background-color: red; */
  95. font-weight: bold;
  96. height: 40rpx;
  97. }
  98. .search-icon-shop {
  99. width: 40rpx;
  100. height: 40rpx;
  101. /* margin-left: 15rpx;
  102. margin-top: 20rpx; */
  103. margin-bottom: -8rpx;
  104. }
  105. .list-cell-tk{
  106. padding:5px 20px;
  107. position: relative;
  108. display: flex;
  109. align-items: center;
  110. height:40rpx;
  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:16px;
  122. }
  123. .list-cell-wq .names{
  124. font-size:14px;
  125. color:#FE7200;
  126. }