upload.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. position: relative;
  38. }
  39. .info input{
  40. /* width: 30%; */
  41. display: inline-block;
  42. }
  43. .info text{
  44. display: inline-block;
  45. line-height: 88rpx;
  46. vertical-align: top;
  47. }
  48. .add{
  49. /* background: #D94B24; */
  50. border: 1px solid #E0E0E0;
  51. width: 43%;
  52. /* display: inline-block; */
  53. color: #333;
  54. font-size: 32rpx;
  55. border-radius: 8rpx;
  56. line-height: 88rpx;
  57. text-align: center;
  58. vertical-align: top;
  59. }
  60. .openmarket{
  61. height: 88rpx;
  62. background: #F4F6F8;
  63. border-radius: 16rpx;
  64. padding: 0 20rpx;
  65. font-size: 28rpx;
  66. border: 1px solid #EEEEEE;
  67. margin: 16rpx 0;
  68. line-height: 88rpx;
  69. }
  70. .openmarket switch{
  71. float: right;
  72. position: relative;
  73. top: -4rpx;
  74. }
  75. .tips{
  76. margin-top: 32rpx;
  77. margin-bottom: 200rpx;
  78. }
  79. .tips text{
  80. display: block;
  81. color: #666;
  82. font-size: 24rpx;
  83. line-height: 40rpx;
  84. }
  85. .change{
  86. /* background: #D94B24; */
  87. color: #D94B24;
  88. /* width: 90%; */
  89. /* height: 88rpx; */
  90. /* line-height: 88rpx; */
  91. /* padding: 0; */
  92. font-size: 28rpx;
  93. /* border-radius: 8rpx; */
  94. /* margin-top: 50rpx; */
  95. /* text-align: center; */
  96. text-decoration: underline;
  97. /* border: 1px solid #D94B24; */
  98. display: inline;
  99. /* margin-left: 20rpx; */
  100. }
  101. form button:not([size='mini']){
  102. background: #D94B24;
  103. color: #fff;
  104. width: 90%;
  105. height: 88rpx;
  106. line-height: 88rpx;
  107. padding: 0;
  108. font-size: 32rpx;
  109. border-radius: 8rpx;
  110. margin-top: 50rpx;
  111. position: fixed;
  112. bottom: 0;
  113. margin-bottom: 10rpx;
  114. z-index: 999;
  115. }
  116. .upload{
  117. width: 220rpx;
  118. }
  119. .note{
  120. font-size:22rpx;
  121. padding:10rpx 0rpx;
  122. color:#999;
  123. }
  124. .upload{
  125. width: 240rpx;
  126. height: 240rpx;
  127. background: #F7F7F7;
  128. border-radius: 8rpx;
  129. text-align: center;
  130. font-size: 30rpx;
  131. padding-top: 74rpx;
  132. display: inline-block;
  133. vertical-align: top;
  134. }
  135. .upload image{
  136. width: 50rpx;
  137. display: block;
  138. margin: 0 auto 8rpx;
  139. }
  140. .stock_imgs{
  141. display: inline-block;
  142. width: 240rpx;
  143. height:240rpx;
  144. vertical-align: top;
  145. position: relative;
  146. margin-right: 10rpx;
  147. margin-bottom: 10rpx;
  148. }
  149. .stock_imgs icon{
  150. position: absolute;
  151. right: 10rpx;
  152. top: 10rpx;
  153. }
  154. .stock_imgs image{
  155. border-radius: 8rpx;
  156. width:240rpx;height:240rpx;
  157. }
  158. .edit{
  159. text-align: center;
  160. position: absolute;
  161. bottom: 2px;
  162. left: 0;
  163. width: 100%;
  164. }
  165. .edit text{
  166. display: inline-block;
  167. color: #fff;
  168. background: #D94B24;
  169. border-radius: 32rpx;
  170. width: 100rpx;
  171. line-height: 48rpx;
  172. text-align: center;
  173. font-size: 28rpx;
  174. margin: 0 2px;
  175. }
  176. .stock_list{
  177. position: absolute;
  178. width: 43%;
  179. top: 100rpx;
  180. left: 0;
  181. overflow: auto;
  182. background: #fff;
  183. max-height: 300rpx;
  184. border:1px solid #E0E0E0;
  185. border-radius: 8rpx;
  186. padding: 10rpx;
  187. }
  188. .stock_list view{
  189. padding:10rpx;
  190. color: #666;
  191. }
  192. .modal{
  193. position: fixed;
  194. width: 100%;
  195. height: 100vh;
  196. background: rgba(0,0,0,.5);
  197. top: 0;
  198. left: 0;
  199. z-index: 99;
  200. }
  201. .fund_modal{
  202. width: 80%;
  203. padding: 50rpx;
  204. /* height: 20vh; */
  205. background: #fff;
  206. border-radius: 16rpx;
  207. margin: 30vh auto;
  208. text-align: center;
  209. position: relative;
  210. }
  211. .fund_modal view{
  212. font-size: 30rpx;
  213. }
  214. .fund_modal input{
  215. border: 1px solid #ccc;
  216. height: 80rpx;
  217. border-radius: 8rpx;
  218. margin: 20rpx 0;
  219. }
  220. .fund_modal text{
  221. position: absolute;
  222. right: 65rpx;
  223. top: 40%;
  224. }