PublishApply.vue 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <template>
  2. <div class="publish-apply">
  3. <div class="good-purchaser">
  4. <p class="good-purchaser-title">
  5. <img src="/images/applyPurchase/good-purchaser-title.png" alt="">
  6. </p>
  7. <ul>
  8. <li>
  9. <i>1</i>
  10. <span>华商龙商务互联科技有限公司</span>
  11. </li>
  12. <li>
  13. <i>2</i>
  14. <span>华商龙商务互联科技有限公司</span>
  15. </li>
  16. <li>
  17. <i>3</i>
  18. <span>华商龙商务互联科技有限公司</span>
  19. </li>
  20. <li>
  21. <i>4</i>
  22. <span>华商龙商务互联科技有限公司</span>
  23. </li>
  24. <li>
  25. <i>5</i>
  26. <span>华商龙商务互联科技有限公司</span>
  27. </li>
  28. </ul>
  29. </div>
  30. <div class="publish-area">
  31. <div class="publish-form-area">
  32. <p>单个发布</p>
  33. <div>
  34. <div class="form-item">
  35. <span>
  36. <i>*</i>型号:
  37. </span>
  38. <input type="text" class="form-control" />
  39. </div>
  40. <div class="form-item">
  41. <span>
  42. <i>*</i>型号:
  43. </span>
  44. <input type="text" class="form-control" />
  45. </div>
  46. <div class="form-item">
  47. <span>
  48. <i>*</i>型号:
  49. </span>
  50. <input type="text" class="form-control" />
  51. </div>
  52. <div class="form-item">
  53. <span>
  54. 型号:
  55. </span>
  56. <input type="text" class="form-control" />
  57. </div>
  58. <div class="form-item">
  59. <span>
  60. 搜索搜索:
  61. </span>
  62. <input type="text" class="form-control" />
  63. </div>
  64. <div class="form-item">
  65. <span>
  66. <i>*</i>型号:
  67. </span>
  68. <input type="text" class="form-control" />
  69. </div>
  70. <div class="form-item">
  71. <span>
  72. <i>*</i>型号搜索:
  73. </span>
  74. <input type="text" class="form-control" />
  75. </div>
  76. </div>
  77. <a>发布求购</a>
  78. </div>
  79. <div class="publish-upload">
  80. <h1>批量发布</h1>
  81. <h2>3秒一键配单采购</h2>
  82. <img src="/images/applyPurchase/upload.png" alt="" />
  83. <h3>把Excel格式的BOM拖放到框中</h3>
  84. <img class="download-line" src="/images/applyPurchase/download.png" alt="">
  85. <img class="apply-logo" src="/images/applyPurchase/publish-apply.png" alt="">
  86. </div>
  87. </div>
  88. <div class="apply-rank">
  89. <table>
  90. <thead>
  91. <tr>
  92. <th width="62">排名</th>
  93. <th width="124">求购型号</th>
  94. <th width="57">数量</th>
  95. <th width="72">求购次数</th>
  96. </tr>
  97. </thead>
  98. <tbody>
  99. <tr>
  100. <td>NO.<span>1</span><em>|</em></td>
  101. <td>sssssssssssss<em>|</em></td>
  102. <td>1000<em>|</em></td>
  103. <td>10000</td>
  104. </tr>
  105. <tr>
  106. <td>NO.<span>1</span><em>|</em></td>
  107. <td>sssssssssssss<em>|</em></td>
  108. <td>1000<em>|</em></td>
  109. <td>10000</td>
  110. </tr>
  111. <tr>
  112. <td>NO.<span>1</span><em>|</em></td>
  113. <td>sssssssssssss<em>|</em></td>
  114. <td>1000<em>|</em></td>
  115. <td>10000</td>
  116. </tr>
  117. <tr>
  118. <td>NO.<span>1</span><em>|</em></td>
  119. <td>sssssssssssss<em>|</em></td>
  120. <td>1000<em>|</em></td>
  121. <td>10000</td>
  122. </tr>
  123. <tr>
  124. <td>NO.<span>1</span><em>|</em></td>
  125. <td>sssssssssssss<em>|</em></td>
  126. <td>1000<em>|</em></td>
  127. <td>10000</td>
  128. </tr>
  129. </tbody>
  130. </table>
  131. </div>
  132. </div>
  133. </template>
  134. <style lang="scss" scoped>
  135. .publish-apply {
  136. background: url('/images/applyPurchase/banner.png') center center/cover no-repeat;
  137. height: 583px;
  138. text-align: center;
  139. padding-top: 290px;
  140. >div {
  141. display: inline-block;
  142. border: 1px solid #3975f4;
  143. height: 267px;
  144. margin-right: 6px;
  145. vertical-align: middle;
  146. background: #fff;
  147. }
  148. .good-purchaser {
  149. width: 225px;
  150. .good-purchaser-title {
  151. height: 55px;
  152. line-height: 55px;
  153. background: #3975f4;
  154. }
  155. ul {
  156. padding: 0 22px 0 10px;
  157. li {
  158. line-height: 42px;
  159. span {
  160. float: right;
  161. display: inline-block;
  162. width: 152px;
  163. overflow: hidden;
  164. text-overflow: ellipsis;
  165. white-space: nowrap;
  166. }
  167. i {
  168. display: inline-block;
  169. float: left;
  170. width: 25px;
  171. background: url('/images/applyPurchase/level-1.png') center no-repeat;
  172. color: #fff;
  173. font-size: 16px;
  174. font-style: normal;
  175. }
  176. }
  177. }
  178. }
  179. .publish-area {
  180. width: 549px;
  181. .publish-form-area {
  182. width: 243px;
  183. float: left;
  184. height: 100%;
  185. p {
  186. padding-top: 18px;
  187. font-size: 26px;
  188. color: #3975f4;
  189. margin-bottom: 7px;
  190. }
  191. >div {
  192. text-align: left;
  193. margin-left: 14px;
  194. .form-item {
  195. margin-bottom: 5px;
  196. span {
  197. width: 80px;
  198. text-align: right;
  199. display: inline-block;
  200. i {
  201. position: relative;
  202. top: 2px;
  203. right: 3px;
  204. color: #e41515;
  205. }
  206. }
  207. input {
  208. width: 111px;
  209. height: 20px;
  210. line-height: 20px;
  211. border-radius: 2px;
  212. }
  213. }
  214. }
  215. >a {
  216. width: 90px;
  217. height: 25px;
  218. line-height: 25px;
  219. background: #3975f4;
  220. color: #fefefe;
  221. font-size: 16px;
  222. display: block;
  223. margin: 0 auto;
  224. border-radius: 3px;
  225. cursor: pointer;
  226. }
  227. }
  228. .publish-upload {
  229. background: url('/images/applyPurchase/publish-apply-bg.png')no-repeat;
  230. background-size: cover;
  231. width: 304px;
  232. height: 100%;
  233. padding-left: 22px;
  234. float: right;
  235. color: #fff;
  236. position: relative;
  237. h1 {
  238. font-size: 26px;
  239. margin: 22px 0 0 0;
  240. }
  241. h2 {
  242. font-size: 16px;
  243. margin: 10px 0 23px 0;
  244. }
  245. h3 {
  246. font-size: 16px;
  247. margin: 20px 0 13px 0;
  248. }
  249. .download-line {
  250. cursor: pointer;
  251. }
  252. .apply-logo {
  253. position: absolute;
  254. left: -20px;
  255. top: 86px;
  256. }
  257. }
  258. }
  259. .apply-rank {
  260. width: 317px;
  261. margin-right: 0;
  262. background: url('/images/applyPurchase/rank-title.png') no-repeat;
  263. background-color: #fff;
  264. background-size: 319px 74px;
  265. background-position: -3px -2px;
  266. table {
  267. margin: 76px auto 0;
  268. width: 98%;
  269. thead {
  270. background: #e0e0e0;
  271. height: 26px;
  272. line-height: 26px;
  273. border-radius: 3px;
  274. tr {
  275. th {
  276. font-size: 16px;
  277. font-weight: bold;
  278. text-align: center;
  279. }
  280. }
  281. }
  282. tbody {
  283. tr {
  284. height: 25px;
  285. line-height: 25px;
  286. &:first-child {
  287. td {
  288. padding-top: 10px;
  289. }
  290. }
  291. td {
  292. &:first-child {
  293. color: #f6682f;
  294. font-size: 12px;
  295. span {
  296. font-size: 16px;
  297. }
  298. }
  299. em {
  300. font-style: normal;
  301. float: right;
  302. color: #8b8b8b;
  303. font-size: 14px;
  304. }
  305. }
  306. }
  307. }
  308. }
  309. }
  310. }
  311. </style>