release.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* pages/mine/wxml/release/release.wxss */
  2. page{
  3. padding-bottom:92rpx;
  4. }
  5. #container{
  6. background: #ececec;
  7. width: 100%;
  8. box-sizing: border-box;
  9. }
  10. .section{
  11. width: 100%;
  12. background: #fff;
  13. padding: 20rpx;
  14. box-sizing: border-box;
  15. font-size: 30rpx;
  16. border-bottom: 1px solid #ececec;
  17. line-height: 50rpx;
  18. }
  19. .section view,.section input,.section textarea{
  20. float: left;
  21. }
  22. .section textarea{
  23. width: 80%;
  24. }
  25. .section input{
  26. width: 70%;
  27. }
  28. .section text{
  29. float: right;
  30. }
  31. #littleinp{
  32. width: 70%;
  33. }
  34. .section::after{
  35. clear:both;
  36. content: "";
  37. display: block
  38. }
  39. .picker{
  40. width: 70%;
  41. height: 50rpx;
  42. }
  43. page {
  44. line-height: 1.6;
  45. font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  46. }
  47. icon {
  48. vertical-align: middle;
  49. }
  50. .weui-cell {
  51. padding: 10px;
  52. position: relative;
  53. display: -webkit-box;
  54. display: -webkit-flex;
  55. display: flex;
  56. align-items: center;
  57. }
  58. .weui-cell_input {
  59. padding-top: 0;
  60. padding-bottom: 0;
  61. }
  62. .weui-uploader__hd {
  63. display: -webkit-box;
  64. display: -webkit-flex;
  65. display: flex;
  66. padding-bottom: 10px;
  67. align-items: center;
  68. }
  69. .weui-uploader__title {
  70. font-size: 30rpx;
  71. }
  72. .weui-uploader__info {
  73. margin-left: 10rpx;
  74. font-size: 30rpx;
  75. color: #b2b2b2;
  76. }
  77. .weui-uploader__bd {
  78. margin-bottom: -4px;
  79. margin-right: -9px;
  80. overflow: hidden;
  81. }
  82. .weui-uploader__file {
  83. float: left;
  84. margin-right: 9px;
  85. margin-bottom: 9px;
  86. }
  87. .weui-uploader__img {
  88. display: block;
  89. width: 79px;
  90. height: 79px;
  91. }
  92. .weui-uploader__input-box {
  93. float: left;
  94. position: relative;
  95. margin-right: 9px;
  96. margin-bottom: 9px;
  97. width: 77px;
  98. height: 77px;
  99. border: 1px solid #d9d9d9;
  100. }
  101. .weui-uploadervideo__title {
  102. font-size: 30rpx;
  103. margin-left: 10rpx;
  104. }
  105. .uploadimages{
  106. width: 200px;
  107. height: 150px;
  108. margin: 20rpx;
  109. }
  110. .weui-uploader__input-box:before, .weui-uploader__input-box:after {
  111. content: " ";
  112. position: absolute;
  113. top: 50%;
  114. left: 50%;
  115. transform: translate(-50%, -50%);
  116. background-color: #d9d9d9;
  117. }
  118. .weui-uploader__input-box:before {
  119. width: 2px;
  120. height: 39.5px;
  121. }
  122. .weui-uploader__input-box:after {
  123. width: 39.5px;
  124. height: 2px;
  125. }
  126. .weui-uploader__input {
  127. position: absolute;
  128. z-index: 1;
  129. top: 0;
  130. left: 0;
  131. width: 100%;
  132. height: 100%;
  133. opacity: 0;
  134. }
  135. .hideTrue {
  136. display: none
  137. }
  138. .bottom{
  139. width: 100%;
  140. height: 100rpx;
  141. }
  142. .btn{
  143. height: 92rpx;
  144. width: 100%;
  145. position: fixed;
  146. left: 0;
  147. bottom: 0;
  148. z-index: 99;
  149. border-radius: 0;
  150. }
  151. .body-view{
  152. line-height: 70rpx;
  153. }
  154. .section switch{
  155. float: right;
  156. }
  157. .detail-parameter{
  158. display: block;
  159. width: 100%;
  160. }
  161. .section .parameter-add{
  162. width: 260rpx;
  163. margin: 20rpx auto 0;
  164. padding: 10rpx 0;
  165. float: none;
  166. }
  167. .parameter-list::after{
  168. content: '';
  169. display: block;
  170. clear: both;
  171. }
  172. .detail-parameter .parameter-list{
  173. float: none;
  174. }
  175. .parameter-add::after{
  176. content: '';
  177. display: block;
  178. clear: both;
  179. }
  180. .parameter-add image{
  181. float: left;
  182. width: 35rpx;
  183. height: 35rpx;
  184. margin-right: 10rpx;
  185. }
  186. .parameter-add text{
  187. float: left;
  188. color: #aaf78e;
  189. line-height: 35rpx;
  190. }
  191. .detail-parameter .parameter-list #name{
  192. width: 200rpx;
  193. border-bottom: 1px solid #eee;
  194. margin-right: 20rpx;
  195. }
  196. .detail-parameter .parameter-list #cont{
  197. width: 490rpx;
  198. border-bottom: 1px solid #eee;
  199. }
  200. form button{
  201. padding: 0;
  202. }
  203. form button::after{
  204. content: '';
  205. display: none;
  206. }
  207. .u-publish-btn{
  208. position: fixed;
  209. bottom: 50rpx;
  210. left: 50%;
  211. transform: translateX(-50%);
  212. width: 698rpx;
  213. line-height: 90rpx;
  214. border-radius: 4rpx;
  215. background: #1a1a1a;
  216. font-size: 38rpx;
  217. font-weight: bolder;
  218. color: #fff;
  219. }
  220. .picker{color:#808080}
  221. textarea {
  222. height: 592rpx;
  223. padding-top: 8rpx
  224. }
  225. .choosefile{
  226. width: 100%;
  227. background: #fff;
  228. padding: 20rpx;
  229. box-sizing: border-box;
  230. font-size: 30rpx;
  231. border-bottom: 1px solid #ececec;
  232. line-height: 50rpx;
  233. }
  234. .choosefile view{
  235. float: left;
  236. }
  237. .choosefile text{
  238. float: left;
  239. margin-left: 15rpx;
  240. color: blue;
  241. }
  242. .choosefile button{
  243. float: right;
  244. }
  245. .choosefile::after{
  246. clear:both;
  247. content: "";
  248. display: block
  249. }