|
@@ -230,6 +230,21 @@
|
|
|
.win-analyse .default {
|
|
|
color: #999;
|
|
|
}
|
|
|
+ .example-export{
|
|
|
+ position: absolute;
|
|
|
+ top:0;
|
|
|
+ right:.28rem;
|
|
|
+ color:#999;
|
|
|
+ margin-top:.3rem;
|
|
|
+ font-size:.28rem;
|
|
|
+ line-height:.4rem;
|
|
|
+ /*vertical-align: middle;*/
|
|
|
+ }
|
|
|
+ .example-export .j-icon{
|
|
|
+ width:.32rem;
|
|
|
+ height:.32rem;
|
|
|
+ vertical-align: text-bottom;
|
|
|
+ }
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
@@ -620,8 +635,14 @@
|
|
|
<!-- 遮罩部分 -->
|
|
|
<div v-if="getStatus">
|
|
|
<!-- 招标动态-->
|
|
|
- <div class="vip_component" style="height:8.8rem;background:#fff url('/common-module/collection/image/buyer/cg-zbdt-bg.jpg?v={{Msg "seo" "version"}}') no-repeat center 50px;background-size:100% 100%;">
|
|
|
- <p class="example-title">招标动态</p>
|
|
|
+ <div class="vip_component" style="height:8.8rem;background:#fff url('/common-module/collection/image/buyer/cg-zbdt-bg.jpg?v={{Msg "seo" "version"}}') no-repeat center 50px;background-size:100% 100%;position:relative;">
|
|
|
+ <p class="example-title">招标动态</p>
|
|
|
+ <div class="example-export">
|
|
|
+ <span>
|
|
|
+ <i class="j-icon base-icon icon-download-999"></i>
|
|
|
+ <em style="color:#999;">数据导出</em>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
<buyer-example style="margin-top:1rem;" :useage="usageInfo" :userinfo="userInfo" :status="bigStatus" :power="power" type="item_14" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/buyer/cg-zbdt.png?v={{Msg "seo" "version"}}'></buyer-example>
|
|
|
</div>
|
|
|
<!-- 统计信息-->
|