order.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .top-box{
  2. background-color: #fff;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. z-index: 100;
  8. }
  9. .top-box{
  10. background-color: #fff;
  11. }
  12. .top-title{
  13. font-size: 36rpx;
  14. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  15. font-weight: 500;
  16. color: #333333;
  17. padding: 0 30rpx;
  18. }
  19. .dow-ssicon{
  20. width: 36rpx;
  21. height: 36rpx;
  22. margin-left: 15rpx;
  23. }
  24. .tab-box{
  25. background-color: #fff;
  26. padding: 30rpx;
  27. z-index: 100;
  28. }
  29. .tab-item{
  30. text-align: center;
  31. font-size: 28rpx;
  32. line-height: 41rpx;
  33. }
  34. .tab-item image{
  35. visibility: hidden;
  36. }
  37. .tab-item-active{
  38. color: #EB5C20;
  39. }
  40. .tab-item-active image{
  41. visibility: visible;
  42. }
  43. .tab-active-icon{
  44. width: 32rpx;
  45. height: 10rpx;
  46. margin-top: 10rpx;
  47. margin: auto;
  48. }
  49. .saoma{
  50. width: 39rpx;
  51. height: 36rpx;
  52. margin-left: 60rpx;
  53. margin-bottom: 10rpx;
  54. }
  55. .sousuo{
  56. width: 36rpx;
  57. height: 36rpx;
  58. margin-left: 50rpx;
  59. margin-bottom: 10rpx;
  60. }
  61. /* 订单 */
  62. .order-item{
  63. background: #FFFFFF;
  64. border-radius: 10rpx 10rpx 10rpx 10rpx;
  65. opacity: 1;
  66. padding: 25rpx 31rpx;
  67. margin: 30rpx;
  68. }
  69. .order-item-header{
  70. justify-content: space-between;
  71. padding-bottom: 26rpx;
  72. border-bottom: 1rpx solid #E6E6E6;
  73. }
  74. .order-time{
  75. line-height: 41rpx;
  76. font-size: 28rpx;
  77. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  78. font-weight: 500;
  79. color: #A8A5A5;
  80. }
  81. .order-state{
  82. line-height: 41rpx;
  83. font-size: 28rpx;
  84. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  85. font-weight: 500;
  86. color: #EB5C20;
  87. }
  88. .order-item-body{
  89. padding: 10rpx 0 0;
  90. }
  91. .order-item-content{
  92. margin: 20rpx 0;
  93. justify-content: space-between;
  94. }
  95. .order-item-content-label{
  96. line-height: 41rpx;
  97. font-size: 28rpx;
  98. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  99. font-weight: 500;
  100. color: #A8A5A5;
  101. margin-right: 20rpx;
  102. }
  103. .order-item-content-data{
  104. line-height: 41rpx;
  105. font-size: 28rpx;
  106. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  107. font-weight: 500;
  108. color: #666464;
  109. text-align: right;
  110. }
  111. .order-btns{
  112. justify-content: flex-end;
  113. margin-top: 20rpx;
  114. padding-top: 20rpx;
  115. border-top: 1rpx solid #E6E6E6;
  116. }
  117. .order-btn{
  118. line-height: 56rpx;
  119. background: #EB5C20;
  120. border-radius: 73rpx 73rpx 73rpx 73rpx;
  121. opacity: 1;
  122. padding: 0 23rpx;
  123. margin-left: 20rpx;
  124. font-size: 28rpx;
  125. font-weight: normal;
  126. color: #FFFFFF;
  127. }
  128. /* 弹窗 */
  129. .pop-title{
  130. line-height: 54rpx;
  131. font-size: 36rpx;
  132. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  133. font-weight: 500;
  134. color: #333333;
  135. margin-left:30rpx ;
  136. }
  137. .change-ssicon{
  138. width: 48rpx;
  139. height: 48rpx;
  140. margin-left: 10rpx;
  141. }
  142. .pop-content{
  143. margin: 48rpx 30rpx 30rpx;
  144. overflow: scroll;
  145. width: calc(100% - 60rpx);
  146. }
  147. .pop-content::-webkit-scrollbar{
  148. display: none;
  149. }
  150. .pop-content-item{
  151. height: 108rpx;
  152. line-height: 108rpx;
  153. background: #F5F5F5;
  154. border-radius: 10rpx 10rpx 10rpx 10rpx;
  155. opacity: 1;
  156. border: 2rpx solid #F5F5F5;
  157. padding: 0 30rpx;
  158. margin-bottom: 28rpx;
  159. }
  160. .pop-content-active{
  161. background: #fff;
  162. border: 2rpx solid #EB5C20;
  163. }
  164. .pop-content-icon{
  165. width: 12rpx;
  166. height: 19rpx;
  167. margin-left: 10rpx;
  168. }