| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- <template>
- <div class="publish-apply">
- <div class="good-purchaser">
- <p class="good-purchaser-title">
- <img src="/images/applyPurchase/good-purchaser-title.png" alt="">
- </p>
- <ul>
- <li>
- <i>1</i>
- <span>华商龙商务互联科技有限公司</span>
- </li>
- <li>
- <i>2</i>
- <span>华商龙商务互联科技有限公司</span>
- </li>
- <li>
- <i>3</i>
- <span>华商龙商务互联科技有限公司</span>
- </li>
- <li>
- <i>4</i>
- <span>华商龙商务互联科技有限公司</span>
- </li>
- <li>
- <i>5</i>
- <span>华商龙商务互联科技有限公司</span>
- </li>
- </ul>
- </div>
- <div class="publish-area">
- <div class="publish-form-area">
- <p>单个发布</p>
- <div>
- <div class="form-item">
- <span>
- <i>*</i>型号:
- </span>
- <input type="text" class="form-control" />
- </div>
- <div class="form-item">
- <span>
- <i>*</i>型号:
- </span>
- <input type="text" class="form-control" />
- </div>
- <div class="form-item">
- <span>
- <i>*</i>型号:
- </span>
- <input type="text" class="form-control" />
- </div>
- <div class="form-item">
- <span>
- 型号:
- </span>
- <input type="text" class="form-control" />
- </div>
- <div class="form-item">
- <span>
- 搜索搜索:
- </span>
- <input type="text" class="form-control" />
- </div>
- <div class="form-item">
- <span>
- <i>*</i>型号:
- </span>
- <input type="text" class="form-control" />
- </div>
- <div class="form-item">
- <span>
- <i>*</i>型号搜索:
- </span>
- <input type="text" class="form-control" />
- </div>
- </div>
- <a>发布求购</a>
- </div>
- <div class="publish-upload">
- <h1>批量发布</h1>
- <h2>3秒一键配单采购</h2>
- <img src="/images/applyPurchase/upload.png" alt="" />
- <h3>把Excel格式的BOM拖放到框中</h3>
- <img class="download-line" src="/images/applyPurchase/download.png" alt="">
- <img class="apply-logo" src="/images/applyPurchase/publish-apply.png" alt="">
- </div>
- </div>
- <div class="apply-rank">
- <table>
- <thead>
- <tr>
- <th width="62">排名</th>
- <th width="124">求购型号</th>
- <th width="57">数量</th>
- <th width="72">求购次数</th>
- </tr>
- </thead>
- </table>
- </div>
- </div>
- </template>
- <style lang="scss" scoped>
- .publish-apply {
- background: url('/images/applyPurchase/banner.png') center center/cover no-repeat;
- height: 583px;
- text-align: center;
- padding-top: 290px;
- >div {
- display: inline-block;
- border: 1px solid #3975f4;
- height: 267px;
- margin-right: 6px;
- vertical-align: middle;
- background: #fff;
- }
- .good-purchaser {
- width: 225px;
- .good-purchaser-title {
- height: 55px;
- line-height: 55px;
- background: #3975f4;
- }
- ul {
- padding: 0 22px 0 10px;
- li {
- line-height: 42px;
- span {
- float: right;
- display: inline-block;
- width: 152px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- i {
- display: inline-block;
- float: left;
- width: 25px;
- background: url('/images/applyPurchase/level-1.png') center no-repeat;
- color: #fff;
- font-size: 16px;
- font-style: normal;
- }
- }
- }
- }
- .publish-area {
- width: 549px;
- .publish-form-area {
- width: 243px;
- float: left;
- height: 100%;
- p {
- padding-top: 18px;
- font-size: 26px;
- color: #3975f4;
- margin-bottom: 7px;
- }
- >div {
- text-align: left;
- margin-left: 14px;
- .form-item {
- margin-bottom: 5px;
- span {
- width: 80px;
- text-align: right;
- display: inline-block;
- i {
- position: relative;
- top: 2px;
- right: 3px;
- color: #e41515;
- }
- }
- input {
- width: 111px;
- height: 20px;
- line-height: 20px;
- border-radius: 2px;
- }
- }
- }
- >a {
- width: 90px;
- height: 25px;
- line-height: 25px;
- background: #3975f4;
- color: #fefefe;
- font-size: 16px;
- display: block;
- margin: 0 auto;
- border-radius: 3px;
- cursor: pointer;
- }
- }
- .publish-upload {
- background: url('/images/applyPurchase/publish-apply-bg.png')no-repeat;
- background-size: cover;
- width: 304px;
- height: 100%;
- padding-left: 22px;
- float: right;
- color: #fff;
- position: relative;
- h1 {
- font-size: 26px;
- margin: 22px 0 0 0;
- }
- h2 {
- font-size: 16px;
- margin: 10px 0 23px 0;
- }
- h3 {
- font-size: 16px;
- margin: 20px 0 13px 0;
- }
- .download-line {
- cursor: pointer;
- }
- .apply-logo {
- position: absolute;
- left: -20px;
- top: 86px;
- }
- }
- }
- .apply-rank {
- width: 317px;
- margin-right: 0;
- background: url('/images/applyPurchase/rank-title.png') no-repeat;
- background-color: #fff;
- background-size: 319px 74px;
- background-position: -3px -2px;
- table {
- margin: 76px auto 0;
- width: 98%;
- thead {
- background: #e0e0e0;
- height: 26px;
- line-height: 26px;
- border-radius: 3px;
- tr {
- th {
- font-size: 16px;
- font-weight: bold;
- }
- }
- }
- }
- }
- }
- </style>
|