orderLook.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. .search-box{
  63. padding: 30rpx 30rpx 0;
  64. }
  65. .search-saoma{
  66. width: 40rpx;
  67. height: 40rpx;
  68. margin-right: 45rpx;
  69. }
  70. .search-input{
  71. height: 76rpx;
  72. line-height: 76rpx;
  73. background: #F8F8F8;
  74. border-radius: 20rpx 20rpx 20rpx 20rpx;
  75. opacity: 1;
  76. padding: 0 16rpx 0 30rpx;
  77. }
  78. .search-input-icon{
  79. width: 26rpx;
  80. height: 26rpx;
  81. margin-right: 10rpx;
  82. }
  83. .search-btn{
  84. width: 96rpx;
  85. height: 47rpx;
  86. line-height: 47rpx;
  87. background: #EB5C20;
  88. border-radius: 24rpx 24rpx 24rpx 24rpx;
  89. opacity: 1;
  90. font-size: 22rpx;
  91. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  92. font-weight: normal;
  93. color: #FFFFFF;
  94. text-align: center;
  95. margin-left: 10rpx;
  96. }
  97. /* 订单 */
  98. .order-item{
  99. background: #FFFFFF;
  100. border-radius: 10rpx 10rpx 10rpx 10rpx;
  101. opacity: 1;
  102. padding: 25rpx 31rpx;
  103. margin: 30rpx;
  104. }
  105. .order-item-header{
  106. justify-content: space-between;
  107. padding-bottom: 26rpx;
  108. border-bottom: 1rpx solid #E6E6E6;
  109. }
  110. .order-time{
  111. line-height: 41rpx;
  112. font-size: 28rpx;
  113. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  114. font-weight: 500;
  115. color: #A8A5A5;
  116. }
  117. .order-state{
  118. line-height: 41rpx;
  119. font-size: 28rpx;
  120. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  121. font-weight: 500;
  122. color: #EB5C20;
  123. }
  124. .order-item-body{
  125. padding: 10rpx 0 0;
  126. }
  127. .order-item-content{
  128. margin: 20rpx 0;
  129. justify-content: space-between;
  130. }
  131. .order-item-content-label{
  132. line-height: 41rpx;
  133. font-size: 28rpx;
  134. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  135. font-weight: 500;
  136. color: #A8A5A5;
  137. margin-right: 20rpx;
  138. }
  139. .order-item-content-data{
  140. line-height: 41rpx;
  141. font-size: 28rpx;
  142. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  143. font-weight: 500;
  144. color: #666464;
  145. text-align: right;
  146. }
  147. .order-btns{
  148. justify-content: flex-end;
  149. margin-top: 20rpx;
  150. padding-top: 20rpx;
  151. border-top: 1rpx solid #E6E6E6;
  152. }
  153. .order-btn{
  154. line-height: 56rpx;
  155. background: #EB5C20;
  156. border-radius: 73rpx 73rpx 73rpx 73rpx;
  157. opacity: 1;
  158. padding: 0 23rpx;
  159. margin-left: 20rpx;
  160. font-size: 28rpx;
  161. font-weight: normal;
  162. color: #FFFFFF;
  163. }
  164. /* 弹窗 */
  165. .pop-title{
  166. line-height: 54rpx;
  167. font-size: 36rpx;
  168. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  169. font-weight: 500;
  170. color: #333333;
  171. margin-left:30rpx ;
  172. }
  173. .change-ssicon{
  174. width: 48rpx;
  175. height: 48rpx;
  176. margin-left: 10rpx;
  177. }
  178. .pop-content{
  179. margin: 48rpx 30rpx 30rpx;
  180. overflow: scroll;
  181. width: calc(100% - 60rpx);
  182. }
  183. .pop-content::-webkit-scrollbar{
  184. display: none;
  185. }
  186. .pop-content-item{
  187. height: 108rpx;
  188. line-height: 108rpx;
  189. background: #F5F5F5;
  190. border-radius: 10rpx 10rpx 10rpx 10rpx;
  191. opacity: 1;
  192. border: 2rpx solid #F5F5F5;
  193. padding: 0 30rpx;
  194. margin-bottom: 28rpx;
  195. }
  196. .pop-content-active{
  197. background: #fff;
  198. border: 2rpx solid #EB5C20;
  199. }
  200. .pop-content-icon{
  201. width: 12rpx;
  202. height: 19rpx;
  203. margin-left: 10rpx;
  204. }