index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .logistics .header {
  2. padding: 23rpx 30rpx;
  3. background-color: #fff;
  4. height: 166rpx;
  5. box-sizing: border-box;
  6. }
  7. .logistics .header .pictrue {
  8. width: 120rpx;
  9. height: 120rpx;
  10. }
  11. .logistics .header .pictrue image {
  12. width: 100%;
  13. height: 100%;
  14. border-radius: 6rpx;
  15. }
  16. .logistics .header .text {
  17. width: 540rpx;
  18. font-size: 28rpx;
  19. color: #999;
  20. margin-top: 6rpx;
  21. }
  22. .logistics .header .text .name {
  23. width: 365rpx;
  24. color: #282828;
  25. }
  26. .logistics .header .text .money {
  27. text-align: right;
  28. }
  29. .logistics .logisticsCon {
  30. background-color: #fff;
  31. margin: 12rpx 0;
  32. }
  33. .logistics .logisticsCon .company {
  34. height: 120rpx;
  35. margin: 0 0 45rpx 30rpx;
  36. padding-right: 30rpx;
  37. border-bottom: 1rpx solid #f5f5f5;
  38. }
  39. .logistics .logisticsCon .company .picTxt {
  40. width: 520rpx;
  41. }
  42. .logistics .logisticsCon .company .picTxt .iconfont {
  43. width: 50rpx;
  44. height: 50rpx;
  45. background-color: #666;
  46. text-align: center;
  47. line-height: 50rpx;
  48. color: #fff;
  49. font-size: 35rpx;
  50. }
  51. .logistics .logisticsCon .company .picTxt .text {
  52. width: 450rpx;
  53. font-size: 26rpx;
  54. color: #282828;
  55. }
  56. .logistics .logisticsCon .company .picTxt .text .name {
  57. color: #999;
  58. }
  59. .logistics .logisticsCon .company .picTxt .text .express {
  60. margin-top: 5rpx;
  61. }
  62. .logistics .logisticsCon .company .copy {
  63. font-size: 20rpx;
  64. width: 106rpx;
  65. height: 40rpx;
  66. text-align: center;
  67. line-height: 40rpx;
  68. border-radius: 3rpx;
  69. border: 1rpx solid #999;
  70. }
  71. .logistics .logisticsCon .item {
  72. padding: 0 40rpx;
  73. position: relative;
  74. }
  75. .logistics .logisticsCon .item .circular {
  76. width: 20rpx;
  77. height: 20rpx;
  78. border-radius: 50%;
  79. position: absolute;
  80. top: -1rpx;
  81. left: 31.5rpx;
  82. background-color: #ddd;
  83. }
  84. .logistics .logisticsCon .item .circular.on {
  85. background-color: #e93323;
  86. }
  87. .logistics .logisticsCon .item .text.on-font {
  88. color: #e93323;
  89. }
  90. .logistics .logisticsCon .item .text .data.on-font {
  91. color: #e93323;
  92. }
  93. .logistics .logisticsCon .item .text {
  94. font-size: 26rpx;
  95. color: #666;
  96. width: 615rpx;
  97. border-left: 1rpx solid #e6e6e6;
  98. padding: 0 0 60rpx 38rpx;
  99. }
  100. .logistics .logisticsCon .item .text.on {
  101. border-left-color: #f8c1bd;
  102. }
  103. .logistics .logisticsCon .item .text .data {
  104. font-size: 24rpx;
  105. color: #999;
  106. margin-top: 10rpx;
  107. }
  108. .logistics .logisticsCon .item .text .data .time {
  109. margin-left: 15rpx;
  110. }