index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*发货*/
  2. .deliver-goods .header {
  3. width: 100%;
  4. background-color: #fff;
  5. margin-top: 10rpx;
  6. }
  7. .deliver-goods .header .order-num {
  8. padding: 0 30rpx;
  9. border-bottom: 1px solid #f5f5f5;
  10. height: 67rpx;
  11. }
  12. .deliver-goods .header .order-num .num {
  13. width: 430rpx;
  14. font-size: 26rpx;
  15. color: #282828;
  16. position: relative;
  17. }
  18. .deliver-goods .header .order-num .num:after {
  19. position: absolute;
  20. content: '';
  21. width: 1px;
  22. height: 30rpx;
  23. background-color: #ddd;
  24. top: 50%;
  25. margin-top: -15rpx;
  26. right: 0;
  27. }
  28. .deliver-goods .header .order-num .name {
  29. width: 260rpx;
  30. font-size: 26rpx;
  31. color: #282828;
  32. text-align: center;
  33. }
  34. .deliver-goods .header .order-num .name .iconfont {
  35. font-size: 35rpx;
  36. color: #477ef3;
  37. vertical-align: middle;
  38. margin-right: 10rpx;
  39. }
  40. .deliver-goods .header .address {
  41. font-size: 26rpx;
  42. color: #868686;
  43. background-color: #fff;
  44. padding: 30rpx;
  45. }
  46. .deliver-goods .header .address .name {
  47. font-size: 30rpx;
  48. color: #282828;
  49. margin-bottom: 10rpx;
  50. }
  51. .deliver-goods .header .address .name .phone {
  52. margin-left: 40rpx;
  53. }
  54. .deliver-goods .header .line {
  55. width: 100%;
  56. height: 3rpx;
  57. }
  58. .deliver-goods .header .line image {
  59. width: 100%;
  60. height: 100%;
  61. display: block;
  62. }
  63. .deliver-goods .wrapper {
  64. width: 100%;
  65. background-color: #fff;
  66. }
  67. .deliver-goods .wrapper .item {
  68. border-bottom: 1px solid #f0f0f0;
  69. padding: 0 30rpx;
  70. height: 96rpx;
  71. font-size: 32rpx;
  72. color: #282828;
  73. position: relative;
  74. line-height: 96rpx;
  75. }
  76. .deliver-goods .wrapper .item .mode {
  77. width: 460rpx;
  78. height: 100%;
  79. text-align: right;
  80. }
  81. .deliver-goods .wrapper .item .mode .iconfont {
  82. font-size: 30rpx;
  83. margin-left: 13rpx;
  84. }
  85. .deliver-goods .wrapper .item .mode .goods~.goods {
  86. margin-left: 3rpx;
  87. }
  88. .deliver-goods .wrapper .item .mode .goods {
  89. color: #bbb;
  90. }
  91. .deliver-goods .wrapper .item .mode .on {
  92. color: #477ef3;
  93. }
  94. .deliver-goods .wrapper .item .icon-up {
  95. position: absolute;
  96. font-size: 35rpx;
  97. color: #2c2c2c;
  98. right: 30rpx;
  99. }
  100. .deliver-goods .wrapper .item select {
  101. direction: rtl;
  102. padding-right: 60rpx;
  103. position: relative;
  104. z-index: 2;
  105. }
  106. .deliver-goods .wrapper .item input::placeholder {
  107. color: #bbb;
  108. }
  109. .deliver-goods .confirm {
  110. font-size: 32rpx;
  111. color: #fff;
  112. width: 100%;
  113. height: 100rpx;
  114. background-color: #477ef3;
  115. text-align: center;
  116. line-height: 100rpx;
  117. position: fixed;
  118. bottom: 0;
  119. border-radius: 0;
  120. }