upload.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* pages/upload/upload.wxss */
  2. page{
  3. padding:0 32rpx 32rpx;
  4. }
  5. .label{
  6. font-size: 28rpx;
  7. font-weight: 500;
  8. margin: 32rpx 0 16rpx;
  9. }
  10. input,.picker,textarea{
  11. height: 88rpx;
  12. /* background: #F4F6F8; */
  13. border-radius: 8rpx;
  14. padding: 0 20rpx;
  15. font-size: 28rpx;
  16. width: 87%;
  17. border: 1px solid #E0E0E0;
  18. display: inline-block;
  19. vertical-align: middle;
  20. margin-right: 10rpx;
  21. }
  22. textarea{
  23. height: 300rpx;
  24. padding: 24rpx;
  25. width: 90%;
  26. }
  27. picker{
  28. width: 30%;
  29. }
  30. .picker{
  31. line-height: 88rpx;
  32. }
  33. .info{
  34. display: flex;
  35. margin-bottom: 15rpx;
  36. justify-content: space-between;
  37. }
  38. .info input{
  39. /* width: 30%; */
  40. display: inline-block;
  41. }
  42. .info text{
  43. display: inline-block;
  44. line-height: 88rpx;
  45. vertical-align: top;
  46. }
  47. .add{
  48. /* background: #D94B24; */
  49. border: 1px solid #E0E0E0;
  50. width: 43%;
  51. /* display: inline-block; */
  52. color: #333;
  53. font-size: 32rpx;
  54. border-radius: 8rpx;
  55. line-height: 88rpx;
  56. text-align: center;
  57. vertical-align: top;
  58. }
  59. .openmarket{
  60. height: 88rpx;
  61. background: #F4F6F8;
  62. border-radius: 16rpx;
  63. padding: 0 20rpx;
  64. font-size: 28rpx;
  65. border: 1px solid #EEEEEE;
  66. margin: 16rpx 0;
  67. line-height: 88rpx;
  68. }
  69. .openmarket switch{
  70. float: right;
  71. position: relative;
  72. top: -4rpx;
  73. }
  74. .tips{
  75. margin-top: 32rpx;
  76. }
  77. .tips text{
  78. display: block;
  79. color: #666;
  80. font-size: 24rpx;
  81. line-height: 40rpx;
  82. }
  83. form button:not([size='mini']){
  84. background: #D94B24;
  85. color: #fff;
  86. width: 100%;
  87. height: 88rpx;
  88. line-height: 88rpx;
  89. padding: 0;
  90. font-size: 32rpx;
  91. border-radius: 8rpx;
  92. margin-top: 50rpx;
  93. }
  94. .upload{
  95. width: 220rpx;
  96. }
  97. .note{
  98. font-size:22rpx;
  99. padding:10rpx 0rpx;
  100. color:#999;
  101. }
  102. .upload{
  103. width: 240rpx;
  104. height: 240rpx;
  105. background: #F7F7F7;
  106. border-radius: 8rpx;
  107. text-align: center;
  108. font-size: 30rpx;
  109. padding-top: 74rpx;
  110. display: inline-block;
  111. vertical-align: top;
  112. }
  113. .upload image{
  114. width: 50rpx;
  115. display: block;
  116. margin: 0 auto 8rpx;
  117. }
  118. .stock_imgs{
  119. display: inline-block;
  120. width: 240rpx;
  121. height:240rpx;
  122. vertical-align: top;
  123. position: relative;
  124. margin-right: 10rpx;
  125. margin-bottom: 10rpx;
  126. }
  127. .stock_imgs icon{
  128. position: absolute;
  129. right: 10rpx;
  130. top: 10rpx;
  131. }
  132. .stock_imgs image{
  133. border-radius: 8rpx;
  134. width:240rpx;height:240rpx;
  135. }
  136. .edit{
  137. text-align: center;
  138. position: absolute;
  139. bottom: 2px;
  140. left: 0;
  141. width: 100%;
  142. }
  143. .edit text{
  144. display: inline-block;
  145. color: #fff;
  146. background: #D94B24;
  147. border-radius: 32rpx;
  148. width: 100rpx;
  149. line-height: 48rpx;
  150. text-align: center;
  151. font-size: 28rpx;
  152. margin: 0 2px;
  153. }