wuliu.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* pages/wuliu/wuliu.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .container_gray{
  6. display: block;
  7. height: 100vh;
  8. background-color: #F7F7F7;
  9. }
  10. .header{
  11. height: 114rpx;
  12. background-color: #fff;
  13. border-bottom: 1px solid #eee;
  14. margin-bottom:20rpx;
  15. }
  16. .wuliu_icon,.wuliu_infor{
  17. float: left;
  18. font-size: 26rpx;
  19. }
  20. .wuliu_icon{
  21. position: relative;
  22. width: 50rpx;
  23. height: 50rpx;
  24. top:32rpx;
  25. margin:0 18rpx 0 27rpx;
  26. }
  27. .wuliu_infor{
  28. margin-top:23rpx;
  29. }
  30. .infor_title{
  31. line-height: 34rpx;
  32. color: #b5aea3;
  33. }
  34. .header_title{
  35. height: 102rpx;
  36. font-size: 28rpx;
  37. line-height: 102rpx;
  38. color: #fff;
  39. text-align: center;
  40. }
  41. .header_each,.header_each_line{
  42. float: left;
  43. }
  44. .header_each{
  45. width: 246rpx;
  46. color: #fff;
  47. }
  48. .header_each_title,.header_each_num{
  49. font-size: 30rpx;
  50. line-height: 60rpx;
  51. padding-left: 50rpx;
  52. }
  53. .header_each_num{
  54. font-size: 40rpx;
  55. padding-left: 54rpx;
  56. }
  57. .header_each_line{
  58. width: 1rpx;
  59. height: 104rpx;
  60. background-color: #fff;
  61. margin-top:18rpx;
  62. }
  63. .list_title{
  64. padding-left: 38rpx;
  65. height: 70rpx;
  66. }
  67. .list_title_icon{
  68. float: left;
  69. width: 16rpx;
  70. height: 16rpx;
  71. background-color: #a4b6c2;
  72. border-radius: 50%;
  73. margin:27rpx 12rpx 0 0;
  74. }
  75. .list_title_cont{
  76. font-size: 30rpx;
  77. line-height: 70rpx;
  78. color: #666;
  79. }
  80. .list_content_wrap{
  81. width: 100%;
  82. background-color: #fff;
  83. }
  84. .list_content_wrap_gray{
  85. background-color: #F7F7F7;
  86. }
  87. .list_content{
  88. padding:0 0 0 38rpx;
  89. }
  90. .list_each{
  91. height: 130rpx;
  92. border-left: 3rpx dashed #ccc;
  93. position: relative;
  94. padding:0 30rpx;
  95. }
  96. .each_title_icon{
  97. width: 16rpx;
  98. height: 16rpx;
  99. background-color: #ccc;
  100. border-radius: 50%;
  101. position: absolute;
  102. top: 0;
  103. left:0;
  104. margin: 0 0 0 -8rpx;
  105. }
  106. .each_title_icon_1{
  107. background-color: #b4272d;
  108. }
  109. .cont_time{
  110. font-size: 18rpx;
  111. color: #a9a9a9;
  112. padding-bottom:10rpx;
  113. }
  114. .cont_state{
  115. font-size: 28rpx;
  116. }
  117. .cont_state_1{
  118. color: #b4272d;
  119. }
  120. .each_title{
  121. float: left;
  122. width: 16rpx;
  123. height: 130rpx;
  124. position: relative;
  125. }
  126. .each_title_line{
  127. width: 4rpx;
  128. height: 120rpx;
  129. background-color: #b4272d;
  130. position: absolute;
  131. top: 0;
  132. left: 50%;
  133. margin-left: -2rpx;
  134. }
  135. .each_cont{
  136. height: 120rpx;
  137. }
  138. .cont_left{
  139. float: left;
  140. }
  141. .cont_title{
  142. width: 430rpx;
  143. text-overflow: ellipsis;
  144. overflow: hidden;
  145. white-space: nowrap;
  146. padding:32rpx 0 18rpx 0 ;
  147. font-size: 30rpx;
  148. color: #333;
  149. }
  150. .cont_time{
  151. font-size: 26rpx;
  152. color: #848484;
  153. padding-left: 8rpx;
  154. }
  155. .cont_right{
  156. float: right;
  157. padding-right: 30rpx;
  158. }
  159. .right_num,.right_icon{
  160. float: right;
  161. }
  162. .right_icon{
  163. width: 33rpx;
  164. height: 30rpx;
  165. margin:50rpx 0 0 20rpx;
  166. }
  167. .right_num{
  168. font-size: 32rpx;
  169. line-height: 130rpx;
  170. color: #ff7200;
  171. }
  172. .tack_btn{
  173. width: 88%;
  174. height: 96rpx;
  175. font-size: 34rpx;
  176. line-height: 96rpx;
  177. color: #fff;
  178. text-align: center;
  179. background-color: #ffa200;
  180. margin: 0 auto;
  181. /* position: fixed;
  182. left:6%;
  183. bottom:45rpx; */
  184. }
  185. /* 无物流信息 */
  186. .wuliu_null{
  187. display: block;
  188. /* width: 300rpx;
  189. height: 233rpx;
  190. margin: 100rpx auto 50rpx; */
  191. width: 380rpx;
  192. height: 390rpx;
  193. margin: 0 auto 50rpx;
  194. padding-top: 100rpx;
  195. }
  196. .wuliu_msg{
  197. font-size: 28rpx;
  198. text-align: center;
  199. color: #999;
  200. }