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.

93 lines
1.3 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. }
  41. .expressageIdInput {
  42. width: 90%;
  43. margin: 10rpx auto;
  44. height: 60rpx;
  45. line-height: 60rpx;
  46. }
  47. .addImg {
  48. height: 340rpx;
  49. width: 310rpx;
  50. margin: 88rpx auto;
  51. border: 1px solid #52a0fd;
  52. color: #52a0fd;
  53. }
  54. .addImg image{
  55. width: 59rpx;
  56. height: 45rpx;
  57. margin: 113rpx 125rpx 35rpx 126rpx;
  58. }
  59. .addImg text {
  60. display: block;
  61. text-align: center;
  62. }
  63. .up-img{
  64. width: 600rpx;
  65. margin: 40rpx auto 0;
  66. height: auto;
  67. padding: 10rpx;
  68. border: 1px dashed #52A0FD;
  69. }
  70. .up-img image{
  71. width: 600rpx;
  72. }
  73. .submit {
  74. width: 80%;
  75. margin: 20rpx auto;
  76. text-align: center;
  77. line-height: 80rpx;
  78. height: 80rpx;
  79. border-radius: 12rpx;
  80. color: #fff;
  81. background: rgba(101, 158, 246, 1);
  82. }