|
@@ -155,6 +155,32 @@
|
|
border: 1px solid #EBEBEB;
|
|
border: 1px solid #EBEBEB;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+ .app-layout-content-b .bm-bottom{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ height: 44px;
|
|
|
|
+ background-color: #FFEDEC;
|
|
|
|
+ color: #FB483D;
|
|
|
|
+ font-size: 13px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ position: fixed;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ }
|
|
|
|
+ .bm-bottom .btnn{
|
|
|
|
+ width: 84px;
|
|
|
|
+ height: 28px;
|
|
|
|
+ background: linear-gradient(180deg, #FF8787 0%, #FF5E5E 35%, #FF2E2E 68%, #FD4444 100%);
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ line-height: 28px;
|
|
|
|
+ font-size: 13px;
|
|
|
|
+ border-radius: 88px 53px 53px 0px;
|
|
|
|
+ padding: 2px 16px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
.info .yhfb{
|
|
.info .yhfb{
|
|
background-color: rgba(255, 58, 32, 0.1);
|
|
background-color: rgba(255, 58, 32, 0.1);
|
|
padding:0 8px;
|
|
padding:0 8px;
|
|
@@ -862,6 +888,23 @@
|
|
<img class="upshare" src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/images/wx/upshare.png?v={{Msg "seo" "version"}}"/>
|
|
<img class="upshare" src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/images/wx/upshare.png?v={{Msg "seo" "version"}}"/>
|
|
<img class="upclose" src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/images/wx/upclose.png?v={{Msg "seo" "version"}}"/>
|
|
<img class="upclose" src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/images/wx/upclose.png?v={{Msg "seo" "version"}}"/>
|
|
</div>
|
|
</div>
|
|
|
|
+ {{if .T.obj.site}}
|
|
|
|
+ {{if eq .T.obj.site "剑鱼信息发布平台"}}
|
|
|
|
+ <div class="bm-bottom">
|
|
|
|
+ <div>
|
|
|
|
+ <span>该信息由用户发布,急寻供应商</span>
|
|
|
|
+ <span class="btnn">点击报名</span>
|
|
|
|
+ <script>
|
|
|
|
+ $(".btnn").click(function(){
|
|
|
|
+ //点击报名事件处理
|
|
|
|
+ // vm.dialogTitleTop='供应商报名'
|
|
|
|
+ // vm.dialogTitle = '请完善您的个人信息,抢先对接采购单位'
|
|
|
|
+ })
|
|
|
|
+ </script>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ {{end}}
|
|
|
|
+ {{end}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src=//cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js></script>
|
|
<script src=//cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js></script>
|