delivergoods.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /* pages/mine/wxml/delivergoods/delivergoods.wxss */
  2. .container {
  3. background: #ececec;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .count {
  8. width: 100%;
  9. }
  10. .section {
  11. width: 100%;
  12. background: #fff;
  13. /* display: flex; */
  14. padding: 20rpx;
  15. box-sizing: border-box;
  16. font-size: 30rpx;
  17. border-bottom: 1px solid #ececec;
  18. line-height: 50rpx;
  19. }
  20. .section view, .section input, .section textarea {
  21. float: left;
  22. }
  23. .section input, .section textarea {
  24. width: 82%;
  25. }
  26. .news {
  27. font-size: 28rpx;
  28. background: #fff;
  29. padding: 20rpx;
  30. border-radius: 10rpx;
  31. box-shadow: 0 5rpx 10rpx #ccc;
  32. box-sizing: border-box;
  33. margin: 20rpx;
  34. position: relative;
  35. }
  36. .news :nth-child(1) {
  37. margin-bottom: 20rpx;
  38. }
  39. .news :nth-child(2) {
  40. font-size: 26rpx;
  41. color: #999;
  42. }
  43. #littleinp {
  44. width: 78%;
  45. }
  46. .section::after {
  47. clear: both;
  48. content: "";
  49. display: block;
  50. }
  51. .picker {
  52. margin-left: 20rpx;
  53. width: 70%;
  54. height: 50rpx;
  55. }
  56. page {
  57. line-height: 1.6;
  58. font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  59. }
  60. icon {
  61. vertical-align: middle;
  62. }
  63. .weui-cell {
  64. padding: 10px;
  65. position: relative;
  66. display: -webkit-box;
  67. display: -webkit-flex;
  68. display: flex;
  69. align-items: center;
  70. }
  71. .weui-cell_input {
  72. padding-top: 0;
  73. padding-bottom: 0;
  74. }
  75. .weui-uploader__hd {
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. padding-bottom: 10px;
  80. align-items: center;
  81. }
  82. .weui-uploader__title {
  83. flex: 1;
  84. }
  85. .weui-uploader__info {
  86. color: #b2b2b2;
  87. }
  88. .weui-uploader__bd {
  89. margin-bottom: -4px;
  90. margin-right: -9px;
  91. overflow: hidden;
  92. }
  93. .weui-uploader__file {
  94. float: left;
  95. margin-right: 9px;
  96. margin-bottom: 9px;
  97. }
  98. .weui-uploader__img {
  99. display: block;
  100. width: 79px;
  101. height: 79px;
  102. }
  103. .weui-uploader__input-box {
  104. float: left;
  105. position: relative;
  106. margin-right: 9px;
  107. margin-bottom: 9px;
  108. width: 77px;
  109. height: 77px;
  110. border: 1px solid #d9d9d9;
  111. }
  112. .weui-uploader__input-box:before, .weui-uploader__input-box:after {
  113. content: " ";
  114. position: absolute;
  115. top: 50%;
  116. left: 50%;
  117. transform: translate(-50%, -50%);
  118. background-color: #d9d9d9;
  119. }
  120. .weui-uploader__input-box:before {
  121. width: 2px;
  122. height: 39.5px;
  123. }
  124. .weui-uploader__input-box:after {
  125. width: 39.5px;
  126. height: 2px;
  127. }
  128. .weui-uploader__input {
  129. position: absolute;
  130. z-index: 1;
  131. top: 0;
  132. left: 0;
  133. width: 100%;
  134. height: 100%;
  135. opacity: 0;
  136. }
  137. .hideTrue {
  138. display: none;
  139. }
  140. .bottom {
  141. padding-bottom: 100rpx;
  142. }
  143. .btn {
  144. width: 100%;
  145. position: fixed;
  146. bottom: 0;
  147. z-index: 99;
  148. }
  149. .body-view {
  150. line-height: 70rpx;
  151. }
  152. .section switch {
  153. float: right;
  154. }
  155. .remarks {
  156. padding: 20rpx;
  157. }
  158. .remarks text {
  159. float: left;
  160. }
  161. .remarks textarea {
  162. width: 80%;
  163. margin-left: 10rpx;
  164. float: left;
  165. padding: 10px;
  166. background: #ececec;
  167. box-sizing: border-box;
  168. }
  169. .remarks::after {
  170. clear: both;
  171. content: "";
  172. display: block;
  173. }