businessGoodsEdit.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. button.btn-submit {
  118. width: 627rpx;
  119. height: 80rpx;
  120. margin: 40rpx auto 0;
  121. border-radius: 40rpx;
  122. font-size: 36rpx;
  123. font-weight: 500;
  124. color: rgba(255, 255, 255, 1);
  125. &.edit {
  126. background-color: rgba(46, 129, 255, 1);
  127. }
  128. &[type= "primary"] {
  129. background-color: rgba(145, 179, 121, 1);
  130. }
  131. }
  132. .sale-at {
  133. color: rgba(0, 0, 0, 0.9);
  134. .time-0,
  135. .time-1 {
  136. display: flex;
  137. align-items: center;
  138. height: 112rpx;
  139. }
  140. .time-0 {
  141. position: relative;
  142. left: 0;
  143. top: 0;
  144. &:after {
  145. content: '';
  146. position: absolute;
  147. left: 30rpx;
  148. bottom: 0;
  149. right: 0;
  150. border-bottom: 1rpx solid rgba(0, 0, 0, 0.3);
  151. }
  152. }
  153. .select-wrap {
  154. width: 108rpx;
  155. padding-left: 30rpx;
  156. }
  157. .select {
  158. width: 48rpx;
  159. height: 48rpx;
  160. vertical-align: middle;
  161. }
  162. text {
  163. width: calc(100% - 196rpx);
  164. line-height: rpx;
  165. font-size: 34rpx;
  166. }
  167. .arrow-wrap {
  168. padding: 0 32rpx;
  169. }
  170. .arrow {
  171. width: 24rpx;
  172. height: 48rpx;
  173. vertical-align: middle;
  174. }
  175. }