|
|
@@ -95,20 +95,54 @@
|
|
|
<!--</div>-->
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr ng-if="$data.length == 0">
|
|
|
- <td colspan="10" class="text-center" style="line-height: 180px; border-bottom: none">
|
|
|
- <div class="col-xs-offset-3 col-xs-2">
|
|
|
- <img src="static/img/all/empty-cart.png" style="margin-left: 55px;">
|
|
|
- </div>
|
|
|
- <div class="col-xs-4">
|
|
|
- <p class="grey f12">您没有申请过标准器件资料</p>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ <div class="empty">
|
|
|
+ <p class="empty-img">
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
+ </p>
|
|
|
+ <div class="empty-info">
|
|
|
+ <p class="grey"> 您没有申请过标准器件资料 </p>
|
|
|
+ <a href="/vendor#/component/apply"><i></i>马上去申请</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|
|
|
+<style>
|
|
|
+ /**/
|
|
|
+ .wanted_list01 .empty{
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 0!important;
|
|
|
+ width:100%;
|
|
|
+ display:inline-flex;
|
|
|
+ justify-content:center;
|
|
|
+ align-items: center;
|
|
|
+ height:360px;
|
|
|
+ }
|
|
|
+ .wanted_list01 .empty-info{
|
|
|
+ line-height: 28px;
|
|
|
+ padding-top:10px;
|
|
|
+ margin-left:10px;
|
|
|
+ text-align:left;
|
|
|
+ }
|
|
|
+ .wanted_list01 .empty-info .grey{
|
|
|
+ color: #999;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .wanted_list01 .empty .empty-info>a{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #5078cb;
|
|
|
+ }
|
|
|
+ .wanted_list01 .empty .empty-info i{
|
|
|
+ display: inline-block;
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ margin-right: 5px;
|
|
|
+ background: url('static/img/vendor/images/upload-icon.png')no-repeat 0px 0px;
|
|
|
+ position: relative;
|
|
|
+ top: 7px;
|
|
|
+ }
|
|
|
+</style>
|