businessGoodsEdit.scss 2.4 KB

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