| | |
| | | <template> |
| | | <div class="warp" :style="{ backgroundImage: `url(${onlineurl}/appimg/image/关于我们/banner.jpg)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }"> |
| | | <div class="warp" :style="{ backgroundImage: `url(${onlineurl}/appimg/image/aboutUs/banner.jpg)`, backgroundRepeat: 'no-repeat' }"> |
| | | <!-- 标题 --> |
| | | <div class="title"> |
| | | <span>关于我们</span> |
| | |
| | | 河北省再生资源数据管理有限公司是河北省属特大型国有企业冀中能源集团的子公司,成立于2023年3月20日,落座于唐山市丰南区青年路193号 |
| | | </div> |
| | | <div class="bottom"> |
| | | <img :src="`${onlineurl}/appimg/image/关于我们/关于我们img1.jpg`" alt=""> |
| | | <img :src="`${onlineurl}/appimg/image/aboutUs/aboutUsimg1.jpg`" alt=""> |
| | | </div> |
| | | <!-- 顶部边框 --> |
| | | <div class="topBg" :style="{backgroundImage:`url(${indexBackgroundImage})`,backgroundSize: 'cover'}"> |
| | |
| | | 将再生资源与大数据相结合,是一家以废钢为首类再生资源产品,涵盖网络交易全过程的“管家式”管理平台,是涵盖废钢信息、交易、物流、仓储、货运、财务、税票、资金等服务及数据真实的可视可控可溯源的第三方综合智慧服务平台 |
| | | </div> |
| | | <div class="bottom"> |
| | | <img :src="`${onlineurl}/appimg/image/关于我们/关于我们img2.jpg`" alt=""> |
| | | <img :src="`${onlineurl}/appimg/image/aboutUs/aboutUsimg2.jpg`" alt=""> |
| | | </div> |
| | | <!-- 顶部边框 --> |
| | | <div class="topBg" :style="{backgroundImage:`url(${indexBackgroundImage})`,backgroundSize: 'cover'}"> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | indexBackgroundImage:`${onlineurl}/appimg/image/关于我们/边框顶部.jpg`, |
| | | topBg:`${onlineurl}/appimg/image/关于我们/矩形.jpg"` |
| | | onlineurl, |
| | | indexBackgroundImage:`${onlineurl}/appimg/image/aboutUs/borderTop.jpg`, |
| | | topBg:`${onlineurl}/appimg/image/aboutUs/juxing.jpg` |
| | | }; |
| | | }, |
| | | } |
| | |
| | | overflow-y: auto; |
| | | margin: 0 auto; |
| | | background-color: #66A4F3; |
| | | background-size: 100% 100%; |
| | | } |
| | | .title{ |
| | | text-align:center; |