businessGoodsEdit.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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-wrap {
  28. margin: 0 16rpx 16rpx 0;
  29. &:nth-of-type(4n) {
  30. margin: 0;
  31. }
  32. }
  33. .van-uploader__wrapper {
  34. .van-uploader__preview {
  35. &:nth-of-type(4n) {
  36. margin: 0;
  37. }
  38. }
  39. }
  40. .photo {
  41. .value {
  42. display: flex;
  43. flex-flow: row wrap;
  44. margin: 30rpx 0 45rpx;
  45. }
  46. .van-uploader__preview,
  47. .van-uploader__upload {
  48. margin: 0 !important;
  49. }
  50. }
  51. .swiper-photo {
  52. .value {
  53. margin-top: 43rpx;
  54. }
  55. }
  56. .btn-upload {
  57. width: 93rpx;
  58. height: 94rpx;
  59. }
  60. .tip {
  61. width: 100%;
  62. padding-bottom: 20rpx;
  63. margin-top: 40rpx;
  64. line-height: 42rpx;
  65. font-size: 24rpx;
  66. color: rgba(153, 153, 153, 1);
  67. border-bottom: 2rpx solid rgba(231, 231, 231, 1);
  68. }
  69. .name {
  70. display: flex;
  71. justify-content: space-between;
  72. align-items: center;
  73. margin: 40rpx 0 30rpx;
  74. .value {
  75. width: calc(100% - 150rpx);
  76. }
  77. input {
  78. display: block;
  79. width: 100%;
  80. height: 44rpx;
  81. font-size: 28rpx;
  82. color: rgba(51, 51, 51, 1);
  83. text-align: right;
  84. }
  85. }
  86. .placeholder {
  87. color: rgba(153, 153, 153, 1);
  88. }
  89. .describe {
  90. position: relative;
  91. left: 0;
  92. top: 0;
  93. textarea {
  94. display: block;
  95. width: 100%;
  96. padding: 17rpx 21rpx;
  97. min-height: 186rpx;
  98. border-radius: 20rpx;
  99. background: rgba(245, 245, 245, 1);
  100. line-height: 38rpx;
  101. font-size: 28rpx;
  102. color: rgba(51, 51, 51, 1);
  103. }
  104. }
  105. .words-limit {
  106. position: absolute;
  107. bottom: 17rpx;
  108. right: 21rpx;
  109. z-index: 1;
  110. line-height: 28rpx;
  111. font-size: 24rpx;
  112. color: rgba(153, 153, 153, 1);
  113. }
  114. .type {
  115. display: flex;
  116. align-items: center;
  117. justify-content: space-between;
  118. padding: 22rpx 0 16rpx;
  119. .value {
  120. width: 562rpx;
  121. line-height: 42rpx;
  122. font-size: 28rpx;
  123. color: rgba(107, 133, 89, 1);
  124. text-align: right;
  125. &.placeholder {
  126. color: rgba(153, 153, 153, 1);
  127. }
  128. }
  129. .arrow {
  130. margin-left: 6rpx;
  131. width: 9rpx;
  132. height: 15rpx;
  133. }
  134. }
  135. button.btn-submit {
  136. width: 627rpx;
  137. height: 80rpx;
  138. margin: 40rpx auto 0;
  139. border-radius: 40rpx;
  140. font-size: 36rpx;
  141. font-weight: 500;
  142. color: rgba(255, 255, 255, 1);
  143. &.edit {
  144. background-color: rgba(46, 129, 255, 1);
  145. }
  146. &.send {
  147. background-color: rgba(145, 179, 121, 1);
  148. }
  149. }