No Description

WorkSeach.css 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. html,
  2. body {
  3. background-color: #efeff4;
  4. }
  5. .mui-bar~.mui-content .mui-fullscreen {
  6. top: 44px;
  7. height: auto;
  8. }
  9. .mui-pull-top-tips {
  10. position: absolute;
  11. top: -20px;
  12. left: 50%;
  13. margin-left: -25px;
  14. width: 40px;
  15. height: 40px;
  16. border-radius: 100%;
  17. z-index: 1;
  18. }
  19. .mui-bar~.mui-pull-top-tips {
  20. top: 24px;
  21. }
  22. .mui-pull-top-wrapper {
  23. width: 42px;
  24. height: 42px;
  25. display: block;
  26. text-align: center;
  27. background-color: #efeff4;
  28. border: 1px solid #ddd;
  29. border-radius: 25px;
  30. background-clip: padding-box;
  31. box-shadow: 0 4px 10px #bbb;
  32. overflow: hidden;
  33. }
  34. .mui-pull-top-tips.mui-transitioning {
  35. -webkit-transition-duration: 200ms;
  36. transition-duration: 200ms;
  37. }
  38. .mui-pull-top-tips .mui-pull-loading {
  39. /*-webkit-backface-visibility: hidden;
  40. -webkit-transition-duration: 400ms;
  41. transition-duration: 400ms;*/
  42. margin: 0;
  43. }
  44. .mui-pull-top-wrapper .mui-icon,
  45. .mui-pull-top-wrapper .mui-spinner {
  46. margin-top: 7px;
  47. }
  48. .mui-pull-top-wrapper .mui-icon.mui-reverse {
  49. /*-webkit-transform: rotate(180deg) translateZ(0);*/
  50. }
  51. .mui-pull-bottom-tips {
  52. text-align: center;
  53. background-color: #efeff4;
  54. font-size: 15px;
  55. line-height: 40px;
  56. color: #777;
  57. }
  58. .mui-pull-top-canvas {
  59. overflow: hidden;
  60. background-color: #fafafa;
  61. border-radius: 40px;
  62. box-shadow: 0 4px 10px #bbb;
  63. width: 40px;
  64. height: 40px;
  65. margin: 0 auto;
  66. }
  67. .mui-pull-top-canvas canvas {
  68. width: 40px;
  69. }
  70. .mui-slider-indicator.mui-segmented-control {
  71. background-color: #fff;
  72. }
  73. .time {
  74. text-align: right;
  75. }
  76. .mui-bar-nav {
  77. background-color: #00a1cb;
  78. }
  79. .mui-title {
  80. color: #fff;
  81. }
  82. .mui-table h4,
  83. .mui-table h5,
  84. .mui-table .mui-h5,
  85. .mui-table .mui-h6,
  86. .mui-table p {
  87. margin-top: 0;
  88. }
  89. .mui-table h4 {
  90. line-height: 21px;
  91. font-weight: 500;
  92. }
  93. .mui-table .oa-icon {
  94. position: absolute;
  95. right: 0;
  96. bottom: 0;
  97. }
  98. .mui-table .oa-icon-star-filled {
  99. color: #f14e41;
  100. }
  101. .mui-active {
  102. color: #42c7db !important;
  103. }
  104. .mui-table-view {
  105. margin-bottom: 50px;
  106. }
  107. /*列表CSS*/
  108. .Img-box {
  109. margin-right: 10px;
  110. }
  111. .Seach-img {
  112. width: 30px !important;
  113. height: 30px;
  114. vertical-align: middle;
  115. border-radius: 50%;
  116. }
  117. h5 {
  118. margin-bottom: 10px;
  119. }
  120. @font-face {
  121. font-family: 'iconfont';
  122. /* project id 280843 */
  123. src: url('//at.alicdn.com/t/font_280843_c5wuu4xhruihehfr.eot');
  124. src: url('//at.alicdn.com/t/font_280843_c5wuu4xhruihehfr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_c5wuu4xhruihehfr.woff') format('woff'), url('//at.alicdn.com/t/font_280843_c5wuu4xhruihehfr.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_c5wuu4xhruihehfr.svg#iconfont') format('svg');
  125. }
  126. .iconfont {
  127. font-family: "iconfont";
  128. font-size: 15px;
  129. font-style: normal;
  130. color: #ccc;
  131. -webkit-font-smoothing: antialiased;
  132. -webkit-text-stroke-width: 0.2px;
  133. -moz-osx-font-smoothing: grayscale;
  134. vertical-align: middle;
  135. /* padding-left:20px*/
  136. }
  137. .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar {
  138. background-color: #42c7db !important;
  139. /* width: 20%;*/
  140. }
  141. .mui-scroll {
  142. width: 100% !important;
  143. left: -6px;
  144. }
  145. .mui-table-view {
  146. margin-top: 18px;
  147. }
  148. .mui-navigate-right:after,
  149. .mui-push-right:after {
  150. right: 8px;
  151. content: '\e583';
  152. font-size: 20px;
  153. color: #42c7db !important;
  154. }
  155. #sliderSegmentedControl,
  156. #sliderSegmentedControl1 {
  157. height: 50px;
  158. }
  159. #sliderSegmentedControl>div>a,
  160. #sliderSegmentedControl1>div>a {
  161. line-height: 50px;
  162. font-size: 17px;
  163. }
  164. /*新增的样式*/
  165. .stateText{
  166. display: inline-block;
  167. float: right;
  168. margin-right: 20px;
  169. }
  170. .order_search{
  171. }
  172. .order_search .mui-fullscreen{
  173. /*top: 42px;*/
  174. }
  175. .order_search .top_tabs{
  176. position: absolute;
  177. top: 0;
  178. right: 0;
  179. bottom: 0;
  180. left: 0;
  181. padding: 0;
  182. margin: 0;
  183. height: 42px;
  184. list-style: none;
  185. background-color: #16a4e1;
  186. color: #ffffff;
  187. }
  188. .order_search .top_tabs li{
  189. float: left;
  190. width: 50%;
  191. line-height: 42px;
  192. text-align: center;
  193. }
  194. .order_search .top_tabs li.active span{
  195. transition: all .2s;
  196. border-bottom: 2px solid #ffffff;
  197. padding: 6px;
  198. }
  199. .order_search .disnone{
  200. display: none;
  201. }
  202. .order_search .disshow{
  203. display: block;
  204. }
  205. .order_search .delivery_code{
  206. padding-right: 20px;
  207. }
  208. .order_search .order_address_info{
  209. padding: 0;
  210. }
  211. .order_search .order_address_info h3{
  212. position: absolute;
  213. font-size: 18px;
  214. color: #0e0e0e;
  215. left: 20px;
  216. }
  217. .order_search .order_address_info h5{
  218. position: absolute;
  219. font-size: 15px;
  220. color: #333333;
  221. left: 20px;
  222. }
  223. .order_search .order_address_info h3.order_address_info_title{
  224. top: 2px;
  225. }
  226. .order_search .order_address_info h5.order_address_info_dept{
  227. top: 40px;
  228. }
  229. .order_search .order_address_info h3.order_address_info_title1{
  230. top: 86px;
  231. }
  232. .order_search .order_address_info h5.order_address_info_dept1{
  233. top: 124px;
  234. }
  235. .order_search .order_address_info_dept span,
  236. .order_search .order_address_info_dept1 span{
  237. padding-right: 25px;
  238. }
  239. .order_search .order_address_info_dept span:last-of-type,
  240. .order_search .order_address_info_dept1 span:last-of-type{
  241. padding-right: 0px;
  242. }
  243. .order_search .order_address span{
  244. display: block;
  245. height: 30px;
  246. margin-left: 15px;
  247. margin-bottom: 10px;
  248. margin-top: 5px;
  249. border-left: 2px solid #b0b0b0;
  250. }
  251. .order_search .order_goods{
  252. margin-top: 30px;
  253. }
  254. .order_search .order_goods_contets{
  255. position: absolute;
  256. left: 20px;
  257. top: 7px;
  258. text-align: center;
  259. width: inherit;
  260. }
  261. .order_search .order_goods_contets span{
  262. color: #666666;
  263. font-size: 15px;
  264. display: inline-block;
  265. }
  266. .order_search .order_goods_contets .order_goods_type{
  267. float: left;
  268. }
  269. .order_search .order_goods_contets .order_goods_num{
  270. float: right;
  271. }