You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
1.8 KiB

  1. /* pages/deliveryDetails/deliveryDetails.wxss */
  2. page {
  3. background: #f8f8fa;
  4. }
  5. .orderBox {
  6. width: 96%;
  7. margin: 20rpx auto;
  8. overflow: hidden;
  9. }
  10. .orderTitle {
  11. font-size: 32rpx;
  12. font-weight: 500;
  13. }
  14. .orderItem {
  15. margin: 20rpx auto;
  16. background-color: #fff;
  17. border-radius: 12rpx;
  18. overflow: hidden;
  19. }
  20. .orderName {
  21. }
  22. .item {
  23. width: 90%;
  24. margin: 20rpx auto;
  25. font-size: 28rpx;
  26. }
  27. .itemList {
  28. background: #fff;
  29. margin: 20rpx auto;
  30. border-radius: 20rpx;
  31. margin-bottom: 10rpx;
  32. line-height: 60rpx;
  33. padding: 20rpx 30rpx;
  34. font-size: 30rpx;
  35. }
  36. .itemList text{
  37. display: inline-block;
  38. width: 160rpx;
  39. font-size: 30rpx;
  40. }
  41. .courier {
  42. background-color: #fff;
  43. width: 96%;
  44. margin: 20rpx auto;
  45. height: 80rpx;
  46. border: 12rpx;
  47. overflow: hidden;
  48. }
  49. .courierInput {
  50. width: 90%;
  51. margin: 10rpx auto;
  52. height: 60rpx;
  53. line-height: 60rpx;
  54. font-size: 30rpx;
  55. }
  56. .expressageIdInput {
  57. width: 90%;
  58. margin: 10rpx auto;
  59. height: 60rpx;
  60. line-height: 60rpx;
  61. }
  62. .addImg {
  63. height: 340rpx;
  64. width: 310rpx;
  65. margin: 88rpx auto;
  66. border: 1px solid #52a0fd;
  67. color: #52a0fd;
  68. }
  69. .addImg image{
  70. width: 59rpx;
  71. height: 45rpx;
  72. margin: 113rpx 125rpx 35rpx 126rpx;
  73. }
  74. .addImg text {
  75. display: block;
  76. text-align: center;
  77. }
  78. .up-img{
  79. width: 600rpx;
  80. margin: 40rpx auto 0;
  81. height: auto;
  82. padding: 10rpx;
  83. border: 1px dashed #52A0FD;
  84. }
  85. .up-img image{
  86. width: 600rpx;
  87. }
  88. .submit {
  89. width: 80%;
  90. margin: 20rpx auto;
  91. text-align: center;
  92. line-height: 80rpx;
  93. height: 80rpx;
  94. border-radius: 12rpx;
  95. color: #fff;
  96. background: rgba(101, 158, 246, 1);
  97. }
  98. .goBack{
  99. background: #fff;
  100. color: #000;
  101. border: 1px solid #eee;
  102. }
  103. .oprBtn button{
  104. width: 200rpx;
  105. height: 70rpx;
  106. line-height: 70rpx;
  107. font-size: 28rpx;
  108. display: inline-block;
  109. float: right;
  110. margin-left: 10rpx;
  111. }