businessGoodsEdit.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. .box {
  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. position: relative;
  86. left: 0;
  87. top: 0;
  88. margin: 20rpx 0;
  89. textarea {
  90. display: block;
  91. width: 100%;
  92. padding: 17rpx 21rpx;
  93. min-height: 186rpx;
  94. border-radius: 20rpx;
  95. background: rgba(245, 245, 245, 1);
  96. line-height: 38rpx;
  97. font-size: 28rpx;
  98. color: rgba(51, 51, 51, 1);
  99. }
  100. }
  101. .border-bottom-2 {
  102. padding-bottom: 20rpx;
  103. margin-bottom: 20rpx;
  104. border-bottom: 2rpx solid rgba(231, 231, 231, 1);
  105. }
  106. .words-limit {
  107. position: absolute;
  108. bottom: 17rpx;
  109. right: 21rpx;
  110. z-index: 1;
  111. line-height: 28rpx;
  112. font-size: 24rpx;
  113. color: rgba(153, 153, 153, 1);
  114. }
  115. button.btn-submit {
  116. width: 627rpx;
  117. height: 80rpx;
  118. margin: 40rpx auto 0;
  119. border-radius: 40rpx;
  120. font-size: 36rpx;
  121. font-weight: 500;
  122. color: rgba(255, 255, 255, 1);
  123. &.edit {
  124. background-color: rgba(46, 129, 255, 1);
  125. }
  126. &[type= "primary"] {
  127. background-color: rgba(145, 179, 121, 1);
  128. }
  129. }
  130. .sale-at {
  131. color: rgba(0, 0, 0, 0.9);
  132. .time-0,
  133. .time-1 {
  134. display: flex;
  135. align-items: center;
  136. height: 112rpx;
  137. }
  138. .time-0 {
  139. position: relative;
  140. left: 0;
  141. top: 0;
  142. &:after {
  143. content: '';
  144. position: absolute;
  145. left: 30rpx;
  146. bottom: 0;
  147. right: 0;
  148. border-bottom: 1rpx solid rgba(0, 0, 0, 0.3);
  149. }
  150. }
  151. .select-wrap {
  152. width: 108rpx;
  153. padding-left: 30rpx;
  154. }
  155. .select {
  156. width: 48rpx;
  157. height: 48rpx;
  158. vertical-align: middle;
  159. }
  160. text {
  161. width: calc(100% - 196rpx);
  162. line-height: rpx;
  163. font-size: 34rpx;
  164. }
  165. .arrow-wrap {
  166. padding: 0 32rpx;
  167. }
  168. .arrow {
  169. width: 24rpx;
  170. height: 48rpx;
  171. vertical-align: middle;
  172. }
  173. }