post.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. page, .container {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .post-goods {
  6. width: 750rpx;
  7. height: auto;
  8. overflow: hidden;
  9. padding: 30rpx;
  10. }
  11. .post-goods .input-box {
  12. height: 337.5rpx;
  13. width: 690rpx;
  14. position: relative;
  15. background: #fff;
  16. }
  17. .post-goods .input-box .content {
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. display: block;
  22. background: #fff;
  23. font-size: 29rpx;
  24. color: #333;
  25. height: 300rpx;
  26. width: 650rpx;
  27. padding: 20rpx;
  28. }
  29. .post-goods .title {
  30. /* position: absolute; */
  31. top: 0;
  32. left: 0;
  33. display: block;
  34. background: #fff;
  35. font-size: 29rpx;
  36. color: #333;
  37. height: 35rpx;
  38. width: 650rpx;
  39. padding: 20rpx;
  40. /* margin:10px; */
  41. border-bottom: 1px solid #ddd;
  42. overflow: hidden;
  43. }
  44. .post-goods .input-box .count {
  45. position: absolute;
  46. bottom: 20rpx;
  47. right: 20rpx;
  48. display: block;
  49. height: 30rpx;
  50. width: 50rpx;
  51. font-size: 29rpx;
  52. color: #999;
  53. }
  54. .post-goods .btns {
  55. height: 108rpx;
  56. }
  57. .post-goods .close {
  58. float: left;
  59. height: 108rpx;
  60. line-height: 108rpx;
  61. text-align: left;
  62. color: #666;
  63. padding: 0 30rpx;
  64. }
  65. .post-goods .post {
  66. float: right;
  67. height: 108rpx;
  68. line-height: 108rpx;
  69. text-align: right;
  70. padding: 0 30rpx;
  71. }
  72. .img {
  73. padding: 5rpx 20rpx 0 20rpx;
  74. display: flex;
  75. flex-wrap: wrap;
  76. justify-content: flex-start;
  77. background: #fff;
  78. }
  79. .img .add .upload {
  80. height: 108rpx;
  81. width: 108rpx;
  82. border: 2rpx solid #ddd;
  83. }
  84. .img .add .delete {
  85. position: absolute;
  86. height: 34rpx;
  87. width: 34rpx;
  88. float: right;
  89. transform: translate(270%, -40%);
  90. }
  91. .img .add {
  92. display: block;
  93. height: 110rpx;
  94. width: 110rpx;
  95. /* margin-right:27rpx; */
  96. margin-right: 20rpx;
  97. background: #f4f4f4;
  98. border: 1rpx solid #ddd;
  99. margin-bottom: 30rpx;
  100. }
  101. .img .add .txt {
  102. margin-top: 7px;
  103. text-align: center;
  104. display: block;
  105. color: #999;
  106. font-size: 25rpx;
  107. }
  108. .img .add .icon {
  109. height: 35rpx;
  110. width: 33%;
  111. margin-left: auto;
  112. margin-right: auto;
  113. display: block;
  114. margin-top: 7rpx;
  115. }
  116. .img .blur {
  117. filter: blur(1rpx) contrast(50%);
  118. background-size: cover;
  119. background-position: center center;
  120. }
  121. .img .loading {
  122. height: 55rpx;
  123. width: 46%;
  124. margin-left: auto;
  125. margin-right: auto;
  126. display: block;
  127. margin-top: 30rpx;
  128. }
  129. .bottom-btn {
  130. position: fixed;
  131. left: 0;
  132. bottom: 0;
  133. z-index: 10;
  134. width: 750rpx;
  135. /* height: 100rpx; */
  136. display: flex;
  137. background: #fff;
  138. padding: 10rpx;
  139. }
  140. .bottom-btn .r {
  141. border: 1px solid #f94b4b;
  142. background: #f94b4b;
  143. float: left;
  144. height: 100rpx;
  145. line-height: 96rpx;
  146. flex: 1;
  147. text-align: center;
  148. color: #fff;
  149. }
  150. .detail {
  151. margin: 0 30rpx 0 30rpx;
  152. width: 690rpx;
  153. height: auto;
  154. overflow: hidden;
  155. padding: 30rpx;
  156. background: #fff;
  157. padding-top: 10rpx;
  158. padding-bottom: 170rpx;
  159. }
  160. .detail .element {
  161. display: flex;
  162. height: 70rpx;
  163. border-bottom: 1rpx solid #eee;
  164. margin-top: 30rpx;
  165. }
  166. .detail .lable {
  167. width: 130rpx;
  168. margin-right: 10rpx;
  169. line-height: 60rpx;
  170. }
  171. .detail .price {
  172. font-size: 35rpx;
  173. width: 310rpx;
  174. }
  175. .detail .checkbox-b {
  176. margin: 0 10rpx 0 5rpx;
  177. }
  178. .location {
  179. display: flex;
  180. background: #fff;
  181. padding: 0 0 20rpx 20rpx;
  182. }
  183. .location .icon {
  184. background: url(https://i.postimg.cc/Hkf6dJzv/placeholder-2.png) 0 center no-repeat;
  185. background-size: 30rpx;
  186. margin-right: 80rpx;
  187. padding-left: 38rpx;
  188. color: #666;
  189. }
  190. .detail .rmb {
  191. line-height: 50rpx;
  192. margin-right: 10rpx;
  193. }
  194. .detail .i {
  195. float: right;
  196. width: 45rpx;
  197. height: 45rpx;
  198. }
  199. .detail .cate {
  200. line-height: 50rpx;
  201. width: 400rpx;
  202. color: #666;
  203. }