businessGoodsEdit.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. .wrapper {
  2. width: 100%;
  3. padding-top: 30rpx;
  4. padding-bottom: 276rpx;
  5. }
  6. .width-690 {
  7. width: 690rpx;
  8. margin: 0 auto;
  9. }
  10. form {
  11. display: block;
  12. width: 100%;
  13. }
  14. label {
  15. display: flex;
  16. align-items: center;
  17. text {
  18. line-height: 42rpx;
  19. font-size: 28rpx;
  20. color: rgba(51, 51, 51, 1);
  21. &:nth-of-type(2) {
  22. margin-left: 10rpx;
  23. color: rgba(153, 153, 153, 1);
  24. }
  25. }
  26. }
  27. .van-uploader__wrapper {
  28. .van-uploader__preview {
  29. &:nth-of-type(4n) {
  30. margin: 0;
  31. }
  32. }
  33. }
  34. .photo {
  35. .value {
  36. display: flex;
  37. flex-flow: row wrap;
  38. padding: 40rpx 0 24rpx;
  39. }
  40. }
  41. .tip {
  42. width: 100%;
  43. padding-bottom: 20rpx;
  44. line-height: 42rpx;
  45. font-size: 24rpx;
  46. color: rgba(153, 153, 153, 1);
  47. }
  48. .form-item {
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: center;
  52. height: 74rpx;
  53. .value {
  54. display: flex;
  55. justify-content: flex-end;
  56. align-items: center;
  57. width: calc(100% - 150rpx);
  58. text-align: right;
  59. color: rgba(107, 133, 89, 1);
  60. & > view {
  61. line-height: 42rpx;
  62. font-size: 28rpx;
  63. &.placeholder {
  64. color: rgba(153, 153, 153, 1);
  65. }
  66. }
  67. }
  68. input {
  69. width: 100%;
  70. height: 44rpx;
  71. padding-right: 9rpx;
  72. font-size: 28rpx;
  73. color: inherit;
  74. }
  75. .arrow {
  76. margin-left: 6rpx;
  77. width: 9rpx;
  78. height: 15rpx;
  79. }
  80. }
  81. .placeholder {
  82. color: rgba(153, 153, 153, 1);
  83. }
  84. .describe {
  85. margin: 20rpx 0;
  86. .value {
  87. position: relative;
  88. left: 0;
  89. top: 0;
  90. }
  91. textarea {
  92. display: block;
  93. width: 100%;
  94. padding: 17rpx 21rpx;
  95. min-height: 186rpx;
  96. border-radius: 20rpx;
  97. background: rgba(245, 245, 245, 1);
  98. line-height: 38rpx;
  99. font-size: 28rpx;
  100. color: rgba(51, 51, 51, 1);
  101. }
  102. }
  103. .border-bottom-2 {
  104. padding-bottom: 20rpx;
  105. margin-bottom: 20rpx;
  106. border-bottom: 2rpx solid rgba(231, 231, 231, 1);
  107. }
  108. .words-limit {
  109. position: absolute;
  110. bottom: 17rpx;
  111. right: 21rpx;
  112. z-index: 1;
  113. line-height: 28rpx;
  114. font-size: 24rpx;
  115. color: rgba(153, 153, 153, 1);
  116. }
  117. .select-options {
  118. display: flex;
  119. align-items: center;
  120. &:nth-of-type(2) {
  121. margin-left: 16rpx;
  122. }
  123. image {
  124. width: 42rpx;
  125. height: 42rpx;
  126. }
  127. text {
  128. margin-left: 6rpx;
  129. line-height: 42rpx;
  130. font-size: 28rpx;
  131. color: rgba(51, 51, 51, 1);
  132. }
  133. }
  134. button.btn-submit {
  135. width: 627rpx;
  136. height: 80rpx;
  137. margin: 40rpx auto 0;
  138. border-radius: 40rpx;
  139. font-size: 36rpx;
  140. font-weight: 500;
  141. color: rgba(255, 255, 255, 1);
  142. &.edit {
  143. background-color: rgba(46, 129, 255, 1);
  144. }
  145. &[type= "primary"] {
  146. background-color: rgba(145, 179, 121, 1);
  147. }
  148. }
  149. .sale-at {
  150. color: rgba(0, 0, 0, 0.9);
  151. .time-0,
  152. .time-1 {
  153. display: flex;
  154. align-items: center;
  155. height: 112rpx;
  156. }
  157. .time-0 {
  158. position: relative;
  159. left: 0;
  160. top: 0;
  161. &:after {
  162. content: '';
  163. position: absolute;
  164. left: 30rpx;
  165. bottom: 0;
  166. right: 0;
  167. border-bottom: 1rpx solid rgba(0, 0, 0, 0.3);
  168. }
  169. }
  170. .select-wrap {
  171. width: 108rpx;
  172. padding-left: 30rpx;
  173. }
  174. .select {
  175. width: 48rpx;
  176. height: 48rpx;
  177. vertical-align: middle;
  178. }
  179. text {
  180. width: calc(100% - 196rpx);
  181. line-height: rpx;
  182. font-size: 34rpx;
  183. }
  184. .arrow-wrap {
  185. padding: 0 32rpx;
  186. }
  187. .arrow {
  188. width: 24rpx;
  189. height: 48rpx;
  190. vertical-align: middle;
  191. }
  192. }