index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/deliveryConfirm/index.wxss */
  2. swiper-item,
  3. swiper-item {
  4. min-height: 100vh;
  5. }
  6. /* .van-tabs__nav,.width710 .van-sticky{
  7. display: none !important;
  8. } */
  9. .chuRuKu {
  10. float: right;
  11. font-size: 24rpx;
  12. color: #0396FF;
  13. }
  14. .van-icon--custom {
  15. margin-top: -4px;
  16. }
  17. .listItem {
  18. width: 718rpx;
  19. }
  20. .filterStatus {
  21. font-size: 28rpx;
  22. padding: 10rpx 0 20rpx 30rpx;
  23. background-color: #fff;
  24. margin-bottom: 20rpx;
  25. color: rgba(0, 0, 0, 0.85);
  26. }
  27. .filterStatus view {
  28. display: inline-block;
  29. padding: 0 18rpx;
  30. position: relative;
  31. }
  32. .filterStatus .active {
  33. font-weight: bold;
  34. }
  35. .filterStatus .active::after {
  36. display: inline-block;
  37. content: '';
  38. width: 40rpx;
  39. height: 4rpx;
  40. position: absolute;
  41. left: 50%;
  42. bottom: -20rpx;
  43. margin-left: -20rpx;
  44. background: #2C6CEC;
  45. border-radius: 2rpx;
  46. }
  47. .title-left {
  48. display: flex;
  49. align-items: center;
  50. }
  51. .title {
  52. position: relative;
  53. }
  54. .title-right {
  55. position: absolute;
  56. top: 0rpx;
  57. right: 0;
  58. line-height: 54rpx;
  59. font-size: 20rpx;
  60. color: rgba(0, 0, 0, 0.65);
  61. /* z-index: 1; */
  62. }
  63. .title-right > view:last-child {
  64. margin-top: -14rpx;
  65. }
  66. .codeType {
  67. margin-top: 10rpx;
  68. }
  69. .codeType text {
  70. display: inline-block;
  71. /* height: 44rpx; */
  72. line-height: 44rpx;
  73. margin-right: 12rpx;
  74. padding: 0 8rpx;
  75. font-size: 20rpx;
  76. color: #2C6CEC;
  77. background: rgba(44, 108, 236, 0.1);
  78. border-radius: 4rpx;
  79. }
  80. .weightNum {
  81. display: flex;
  82. padding: 20rpx 0;
  83. background: #F4F5F8;
  84. margin: 16rpx 0 0;
  85. border-radius: 4rpx;
  86. overflow: hidden;
  87. }
  88. .weightNum > view {
  89. flex: 1;
  90. overflow: hidden;
  91. text-align: center;
  92. }
  93. .weightNum > view text {
  94. display: block;
  95. }
  96. .weightNum > view text:first-child {
  97. font-size: 20rpx;
  98. color: rgba(0, 0, 0, 0.45);
  99. margin-bottom: 6rpx;
  100. }
  101. .weightNum > view text:last-child {
  102. font-size: 28rpx;
  103. font-weight: bold;
  104. color: rgba(0, 0, 0, 0.85);
  105. }
  106. .weightLeft {
  107. position: relative;
  108. }
  109. .weightLeft::after {
  110. height: 58rpx;
  111. border-right: 1rpx solid rgba(0, 0, 0, 0.08);
  112. bottom: 0;
  113. box-sizing: border-box;
  114. content: " ";
  115. pointer-events: none;
  116. position: absolute;
  117. right: 0;
  118. }
  119. .info {
  120. display: flex;
  121. align-items: center;
  122. justify-content: space-between;
  123. }