businessGoodsEdit.scss 2.4 KB

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