You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.9 KiB
78 lines
1.9 KiB
3 years ago
|
<template>
|
||
|
<view class="TextileIndustry">
|
||
|
<view class="TextileIndustryDevelopment">
|
||
|
<view class="contentTxet">
|
||
|
<text>绵阳市与中国广核集团在成都召开工作座谈会达成一致共识,共同推动国家核医疗健康产业基地建设,并与中广核核技术发展股份有限公司签署战略合作框架协议。11月26日,双方合作取得实质性进展——游仙区与中广核核技术发展股份有限公司签署项目投资协议。根据协议,中广核技投资2.7亿元建设医用同位素生产基地项目,投资10亿元建设质子医疗装备制造基地;中广核久源科技有限公司投资3500万元建设核测控装备研发制造基地。</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="foot">
|
||
|
<view class="represent">
|
||
|
<text>代表企业</text>
|
||
|
</view>
|
||
|
<view class="representItem">
|
||
|
<view class="enterpriselogo">
|
||
|
|
||
|
</view>
|
||
|
<view class="enterprisename">
|
||
|
<text>中广核科技(绵阳)</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
.TextileIndustry{
|
||
|
.TextileIndustryDevelopment {
|
||
|
padding-top: 40rpx;
|
||
|
width: 750rpx;
|
||
|
background-color: #FFFFFF;
|
||
|
.contentTxet {
|
||
|
width: 700rpx;
|
||
|
margin-left: 40rpx;
|
||
|
}
|
||
|
}
|
||
|
//尾部
|
||
|
.foot {
|
||
|
width: 690rpx;
|
||
|
height: 430rpx;
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 10rpx;
|
||
|
margin-top: 40rpx;
|
||
|
margin-left: 30rpx;
|
||
|
padding-left: 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
|
||
|
.represent {
|
||
|
color: #697BFF;
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
|
||
|
.representItem {
|
||
|
width: 630rpx;
|
||
|
height: 65rpx;
|
||
|
background-color: #D8DDFF;
|
||
|
display: flex;
|
||
|
|
||
|
.enterpriselogo {
|
||
|
width: 90rpx;
|
||
|
height: 65rpx;
|
||
|
background-color: #5B6EDE;
|
||
|
}
|
||
|
|
||
|
.enterprisename {
|
||
|
line-height: 65rpx;
|
||
|
font-size: 26rpx;
|
||
|
padding-left: 40rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
</style>
|