writeReturnLogistics.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /* pages/writeReturnLogistics/writeReturnLogistics.wxss */
  2. /* 清除浮动 */
  3. .clearfix:after {
  4. content: ".";
  5. display: block;
  6. height: 0;
  7. clear: both;
  8. visibility: hidden;
  9. }
  10. image {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .page {
  15. position: fixed;
  16. width: 100%;
  17. height: 100%;
  18. background: #f7f7f7;
  19. overflow: auto;
  20. }
  21. /* 选择物流公司picker */
  22. .picker-box {
  23. display: block;
  24. background: #fff;
  25. border-bottom: 1rpx solid #f2f2f2;
  26. }
  27. .select-show {
  28. text-align: left;
  29. padding: 25rpx 0;
  30. margin: 0 20rpx;
  31. box-sizing: border-box;
  32. }
  33. .select-text {
  34. font-size: 30rpx;
  35. float: left;
  36. }
  37. .select-results {
  38. font-size: 28rpx;
  39. color: #888;
  40. float: right;
  41. vertical-align: middle;
  42. }
  43. .select-box {
  44. position: relative;
  45. }
  46. .select-reason {
  47. padding-right: 30rpx;
  48. }
  49. .right-arrow {
  50. display: block;
  51. position: absolute;
  52. right: 0;
  53. top:33rpx;
  54. width: 22rpx;
  55. height: 22rpx;
  56. }
  57. .right-arrow > image {
  58. display: block;
  59. }
  60. /* 填写退货信息 */
  61. .write-msg {
  62. background: #fff;
  63. margin-bottom: 20rpx;
  64. }
  65. .item-num {
  66. background: #fff;
  67. border-bottom: 1rpx solid #f2f2f2;
  68. padding: 10px 20rpx;
  69. font-size: 30rpx;
  70. }
  71. .item-num-tit {
  72. display: inline-block;
  73. vertical-align: middle;
  74. margin-right: 40rpx;
  75. }
  76. .upload-tit {
  77. vertical-align: top;
  78. }
  79. .item-num-num {
  80. display: inline-block;
  81. vertical-align: middle;
  82. width: 70%;
  83. }
  84. /* 订单状态 */
  85. .order-status {
  86. padding: 20rpx;
  87. background: #fff;
  88. border-bottom: 1rpx solid #f2f2f2;
  89. }
  90. /* 上传照片 */
  91. .upload-img {
  92. display: inline-block;
  93. width: 72%;
  94. }
  95. .upload-tips {
  96. font-size: 26rpx;
  97. color: #aaa;
  98. margin-bottom: 1em;
  99. }
  100. /* 缩略图 */
  101. .question-images {
  102. display: inline-block;
  103. vertical-align: middle;
  104. }
  105. .q-image-wrap {
  106. position: relative;
  107. margin-right: 15rpx;
  108. display: inline-block;
  109. margin-bottom: 10rpx;
  110. }
  111. .q-image {
  112. width: 110rpx;
  113. height: 110rpx;
  114. background: #eee;
  115. }
  116. .q-image-remover {
  117. position: absolute;
  118. right: -6rpx;
  119. top: -6rpx;
  120. width: 30rpx;
  121. height: 30rpx;
  122. text-align: center;
  123. font-size: 23rpx;
  124. }
  125. /* + */
  126. .upload-img .upload-btn {
  127. display: inline-block;
  128. width:100rpx;
  129. height:100rpx;
  130. line-height: 90rpx;
  131. text-align: center;
  132. font-size: 80rpx;
  133. color:#ddd;
  134. border:2px dashed #f4f4f4;
  135. vertical-align: top;
  136. }
  137. /* 提交按钮 */
  138. .submit-btn {
  139. background: #e43130;
  140. color: #fff;
  141. margin: 20rpx 20rpx;
  142. margin-top: 70rpx;
  143. font-size: 30rpx;
  144. padding: .8em 0;
  145. text-align: center;
  146. border-radius: 6rpx;
  147. }