goods_express.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .dialog-content {
  2. background-color: #f2f2f2;
  3. width: 100%;
  4. }
  5. .express-title {
  6. background-color: white;
  7. padding: 20rpx;
  8. display: flex;
  9. }
  10. .goods-express-icon {
  11. float: left;
  12. width: 120rpx;
  13. height: 120rpx;
  14. }
  15. .goods-express-icon image {
  16. width: 104rpx;
  17. height: 104rpx;
  18. }
  19. .express-header {
  20. color: #151516;
  21. font-size: 28rpx;
  22. }
  23. .express-header .span {
  24. color: #25ae5f;
  25. margin-left: 10rpx;
  26. }
  27. .express-shipper, .express-tel {
  28. color: #9c9c9c;
  29. font-size: 28rpx;
  30. }
  31. .express-shipper .span, .express-tel .span {
  32. margin-left: 10rpx;
  33. }
  34. .express-main {
  35. margin-top: 16rpx;
  36. padding-top: 24rpx;
  37. width: 100%;
  38. overflow: hidden;
  39. background-color: white;
  40. position: relative;
  41. }
  42. .express-main-title {
  43. padding-left: 20rpx;
  44. padding-bottom: 24rpx;
  45. margin-bottom: 74rpx;
  46. font-size: 28rpx;
  47. color: #111;
  48. border-bottom: 1px solid #ededed;
  49. }
  50. .express-ui {
  51. font-size: 28rpx;
  52. position: relative;
  53. margin: 0 0 0 40rpx;
  54. }
  55. .express-ui {
  56. list-style-type: none;
  57. }
  58. .express-ui:before {
  59. position: absolute;
  60. line-height: 200%;
  61. content: "";
  62. width: 200%;
  63. height: 200%;
  64. transform-origin: 0 0;
  65. transform: scale(0.5, 0.5);
  66. box-sizing: border-box;
  67. -webkit-transform-origin: 0 0;
  68. -webkit-transform: scale(0.5, 0.5);
  69. -webkit-box-sizing: border-box;
  70. }
  71. .one-expre {
  72. position: relative;
  73. margin: 0;
  74. padding-left: 46rpx;
  75. border-left: 1px solid #ddd;
  76. }
  77. .express-trace-info-dot {
  78. width: 10px;
  79. height: 10px;
  80. position: absolute;
  81. border-radius: 50%;
  82. -webkit-border-radius: 50%;
  83. top: -5px;
  84. left: -5px;
  85. background-color: #ddd;
  86. }
  87. .express-trace-info-dot-green {
  88. background-color: #25ae5f;
  89. box-shadow: rgba(37, 174, 95, 0.3) 0 0 0 3px;
  90. -webkit-box-shadow: rgba(37, 174, 95, 0.3) 0 0 0 3px;
  91. -webkit-transform: translate(0, -0.08rem);
  92. }
  93. .express-trace-info {
  94. width: 100%;
  95. display: inline-block;
  96. height: 100%;
  97. margin-top: 0;
  98. padding-bottom: 44rpx;
  99. }
  100. .express-trace-info ._trace-info {
  101. position: relative;
  102. display: inline-block;
  103. margin-top: -18rpx;
  104. padding-bottom: 30rpx;
  105. width: 100%;
  106. border-bottom: 1px solid #ededed;
  107. }
  108. .one-expre:first-child .express-trace-info ._trace-info {
  109. margin-top: -34rpx;
  110. }
  111. .express-trace-info ._trace-info .trace-detail {
  112. color: #9c9c9c;
  113. line-height: 48rpx;
  114. margin-right: 22rpx;
  115. }
  116. .one-expre:first-child .express-trace-info ._trace-info .trace-detail {
  117. color: #25ae5f !important;
  118. }
  119. .express-trace-info ._trace-info .trace-time {
  120. color: #9c9c9c;
  121. font-size: 24rpx;
  122. line-height: 24rpx;
  123. margin-top: 12rpx;
  124. margin-right: 20rpx;
  125. }
  126. .one-expre:first-child .express-trace-info ._trace-info .trace-time {
  127. color: #25ae5f !important;
  128. }
  129. page {
  130. background-color: #fff;
  131. }
  132. .one-expre:last-child {
  133. border-left: none !important;
  134. }