index.vue 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <template>
  2. <view id="dynamic">
  3. <!-- 快捷导航 -->
  4. <webHeader />
  5. <img src="/static/web/Slice 17@2x.png" style="width: 100%; margin: 0px" />
  6. <view class="dynamic_content" style="margin-bottom: 50rpx;">
  7. <view
  8. class=""
  9. style="color: #000; font-size: 21rpx; margin: 14rpx 0px 6rpx 0px"
  10. >
  11. 海南国资运营签约一批数字经济前沿领域产业项目
  12. </view>
  13. <view style="margin: 0rpx 0rpx 6rpx 0rpx"> 发布于:2025-04-19 </view>
  14. <view class="r_flex_space" style="margin: 0rpx 0rpx 0rpx 0rpx">
  15. <view style="width: 48%; margin: 0px">
  16. 在4月14日举办的2025年海南自由贸易港全球产业招商大会上,海南省国有资本运营有限公司(以下简称海南国资运营)成功签约6个聚焦数字经济前沿领域的产业项目,涵盖跨境数字经济、智算、国产信创等核心赛道,助力海南自贸港高新技术产业高质量发展。
  17. <br />
  18. <br />
  19. 在当天上午举行的综合推介大会上,海南国资运营与中国广电集团签署了合作框架协议,双方共同推动微短剧内容出海、国际通信出入口局、智算网络及边缘计算等项目建设。这是海南国资运营贯彻落实省委、省政府“向数图强”战略布局的重要举措。
  20. </view>
  21. <img
  22. src="/static/web/Slice 18@2x.png"
  23. style="width: 48%; margin: 0px"
  24. />
  25. </view>
  26. <view class="r_flex_space" style="margin: 40rpx 0rpx 20rpx 0rpx">
  27. <img
  28. src="/static/web/Slice 18@2x.png"
  29. style="width: 48%; margin: 0px"
  30. />
  31. <view style="width: 48%; margin: 0px">
  32. 海南国资运营作为省级层面承担国有资本运作重任的关键主体,自2024年6月挂牌成立以来,在省国资委、省工业和信息化厅等部门支持下,将发展数字经济作为核心战略方向,高站位全力培育发展新质生产力。此前全国首家跨境数据产业园——海南省跨境数据信息产业园落地、海南算力集团的组建以及海南信创科技公司的成立,均是其在数字经济领域战略布局的重要“先行棋”。
  33. <br />
  34. 海南国资运营党委副书记、总经理陈仕杰表示,海南国资运营将按照省国资委要求,持续加大在数字经济前沿战略产业和自贸港重点建设领域的投资,充分发挥省属国资国企在自贸港建设中的主力军和战略支撑作用,切实落实省委、省政府关于发展数字经济、推动自贸港高新技术产业发展的部署。
  35. <br />
  36. </view>
  37. </view>
  38. <view class="item_new r_flex_space">
  39. <view>
  40. <view class="p1">
  41. 海南国际数据综合服务专区新一批“跨境加速”业务落地
  42. </view>
  43. <view class="time1"> 发布于:2025-04-09 </view>
  44. <view class="text1">
  45. 南海网4月8日消息(记者 姚皓 通讯员
  46. 羊丽悦)近日,由海南省国际数据综合服务中心打造的国际数据综合服务专区成功落地一批“跨境加速”业务,标志着海南自贸港数据跨境服务体系进一步完善,为构建开放型数字经济创新高地按下快进键。
  47. </view>
  48. </view>
  49. <img
  50. src="/static/web/Slice 20@2x.png"
  51. style="width: 203rpx; margin: 0px"
  52. />
  53. </view>
  54. <view class="item_new r_flex_space">
  55. <view>
  56. <view class="p1"> 国产智算芯片采购项目评审结果的公告 </view>
  57. <view class="time1"> 发布于:2025-04-09 </view>
  58. <view class="text1">
  59. 一、项目标题及名称 国产智算芯片采购项目招标代理机构比选
  60.  二、评审信息 (一)评审时间:2025年4月3日17点30分(二)评审地点:海口市海口市美兰区国兴大道5号海南大厦46楼会议室 三、采购评审结果国产智算芯片采购项目招标代理机构比选
  61. </view>
  62. </view>
  63. <img
  64. src="/static/web/Slice 21@2x.png"
  65. style="width: 203rpx; margin: 0px"
  66. />
  67. </view>
  68. </view>
  69. <webFooter />
  70. </view>
  71. </template>
  72. <script>
  73. import webHeader from "@/components/web-header";
  74. import webFooter from "@/components/web-footer";
  75. import storage from "@/utils/storage";
  76. import store from "@/store/index";
  77. export default {
  78. components: {
  79. webHeader,
  80. webFooter,
  81. },
  82. data() {
  83. return {};
  84. },
  85. computed: {
  86. appStore: () => store.getters.app,
  87. mesText: () => store.getters.app.verifymsg,
  88. },
  89. /**
  90. * 生命周期函数--监听页面加载
  91. */
  92. onLaunch({ path, query, scene }) {
  93. console.log("empty - onLaunch");
  94. },
  95. /**
  96. * 生命周期函数--监听页面显示
  97. */
  98. onShow(options) {},
  99. methods: {},
  100. };
  101. </script>
  102. <style lang="scss" scoped>
  103. #dynamic {
  104. .dynamic_content {
  105. margin: 0 36rpx;
  106. text-align: left;
  107. font-size: 13rpx;
  108. color: #898888;
  109. }
  110. .item_new {
  111. padding-top: 20rpx;
  112. padding-bottom: 10rpx;
  113. border-top: 1px solid #dcdee0;
  114. .p1 {
  115. font-size: 17rpx;
  116. color: #343b47;
  117. }
  118. .time1 {
  119. font-weight: 300;
  120. font-size: 11rpx;
  121. color: #9ca1a8;
  122. margin: 9rpx 0rpx 10rpx;
  123. }
  124. .text1 {
  125. font-weight: 300;
  126. font-size: 13rpx;
  127. color: #6c717a;
  128. padding-right: 30rpx;
  129. }
  130. }
  131. .empty_center {
  132. display: flex;
  133. justify-content: center;
  134. align-items: center;
  135. flex-direction: column;
  136. height: 100%;
  137. width: 100%;
  138. }
  139. .new_state {
  140. margin: 0px 50rpx;
  141. }
  142. .new_state {
  143. img {
  144. width: 162rpx;
  145. height: 205rpx;
  146. }
  147. color: #333;
  148. }
  149. .new_p4 {
  150. &:hover {
  151. text-decoration: underline;
  152. }
  153. }
  154. .home_lianxi {
  155. width: 750rpx;
  156. height: 178rpx;
  157. text-align: left;
  158. padding: 0rpx 75rpx;
  159. padding-bottom: 120rpx;
  160. padding-top: 40rpx;
  161. margin-top: 44rpx;
  162. position: relative;
  163. font-size: 26rpx;
  164. background-image: url("/static/web/Slice 10@2x.png");
  165. background-size: cover; /* 或 contain */
  166. // background-position-x: 50rpx;
  167. i {
  168. display: block;
  169. margin-right: 6rpx;
  170. margin-top: 2rpx;
  171. width: 3rpx;
  172. height: 3rpx;
  173. border-radius: 100%;
  174. background: #65676a;
  175. }
  176. }
  177. .fw_borer {
  178. margin: 0 80rpx;
  179. margin-bottom: 26rpx;
  180. }
  181. .fw_item {
  182. text-align: center;
  183. }
  184. }
  185. </style>