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.

116 lines
1.7 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. .courier {
  28. background-color: #fff;
  29. width: 96%;
  30. margin: 20rpx auto;
  31. height: 80rpx;
  32. border: 12rpx;
  33. overflow: hidden;
  34. }
  35. .courierInput {
  36. width: 90%;
  37. margin: 10rpx auto;
  38. height: 60rpx;
  39. line-height: 60rpx;
  40. font-size: 30rpx;
  41. }
  42. .expressageIdInput {
  43. width: 90%;
  44. margin: 10rpx auto;
  45. height: 60rpx;
  46. line-height: 60rpx;
  47. }
  48. .addImg {
  49. height: 340rpx;
  50. width: 310rpx;
  51. margin: 88rpx auto;
  52. border: 1px solid #52a0fd;
  53. color: #52a0fd;
  54. }
  55. .addImg image{
  56. width: 59rpx;
  57. height: 45rpx;
  58. margin: 113rpx 125rpx 35rpx 126rpx;
  59. }
  60. .addImg text {
  61. display: block;
  62. text-align: center;
  63. }
  64. .up-img{
  65. width: 600rpx;
  66. margin: 40rpx auto 0;
  67. height: auto;
  68. padding: 10rpx;
  69. border: 1px dashed #52A0FD;
  70. }
  71. .up-img image{
  72. width: 600rpx;
  73. }
  74. .submit {
  75. width: 80%;
  76. margin: 20rpx auto;
  77. text-align: center;
  78. line-height: 80rpx;
  79. height: 80rpx;
  80. border-radius: 12rpx;
  81. color: #fff;
  82. background: rgba(101, 158, 246, 1);
  83. }
  84. .goBack{
  85. background: #fff;
  86. color: #000;
  87. border: 1px solid #eee;
  88. }
  89. .codeList{
  90. position: relative;
  91. }
  92. .oprBtn {
  93. position: absolute;
  94. top: -10rpx;
  95. right: 13rpx;
  96. }
  97. .oprBtn button{
  98. width: 140rpx;
  99. height: 60rpx;
  100. line-height: 60rpx;
  101. font-size: 28rpx;
  102. display: inline-block;
  103. float: right;
  104. margin-left: 10rpx;
  105. }