Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
9aa70e38ae
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="module">
|
<div class="module">
|
||||||
<div class="module_left">
|
|
||||||
<div class="displayFlex">
|
<div class="displayFlex">
|
||||||
<div class="flex1">
|
<div class="flex1">
|
||||||
<div class="yd_title">
|
<div class="yd_title">
|
||||||
|
@ -148,71 +148,8 @@
|
||||||
<eBubble></eBubble>
|
<eBubble></eBubble>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
|
||||||
</div>
|
|
||||||
<!-- <div class="module_right">
|
|
||||||
<div class="flex1">
|
|
||||||
<div class="yd_title">
|
|
||||||
<span class="text">关注标签</span>
|
|
||||||
</div>
|
|
||||||
<div class="concernLabel">
|
|
||||||
<span>计算机</span>
|
|
||||||
<span>大数据</span>
|
|
||||||
<span>互联网</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex1">
|
|
||||||
<div class="yd_title">
|
|
||||||
<span class="text">助乡属性</span>
|
|
||||||
</div>
|
|
||||||
<div class="property">
|
|
||||||
<div class="property_box">
|
|
||||||
<h5>助乡方式</h5>
|
|
||||||
<p>科技助乡</p>
|
|
||||||
</div>
|
|
||||||
<div class="property_box">
|
|
||||||
<h5>助乡意向</h5>
|
|
||||||
<p>积极</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="activity">
|
|
||||||
<h5>助乡活动</h5>
|
|
||||||
<div class="activity_content">
|
|
||||||
<div class="activity_box">
|
|
||||||
<p>
|
|
||||||
2021.2,象山县委统战部和象山电视台工作人员前往杭州浙江大学,拍摄《天南地北象山人》
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="activity_box">
|
|
||||||
<p>
|
|
||||||
2020.8.29陈纯院士参加在象山举办的浙江省海外高层次人才联谊会,并作院士报告
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex1">
|
|
||||||
<div class="yd_title">
|
|
||||||
<span class="text">信息监测</span>
|
|
||||||
</div>
|
|
||||||
<div class="monitor">
|
|
||||||
<div class="monitor_box">
|
|
||||||
<img src="../assets/img_10.png" alt="" />
|
|
||||||
<div class="monitor_box_text">
|
|
||||||
<h4>智汇青春 有梦当燃|这场全国大赛决赛在西子湖畔收官!</h4>
|
|
||||||
<p>2023-03-18</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="monitor_box">
|
|
||||||
<img src="../assets/img_09.png" alt="" />
|
|
||||||
<div class="monitor_box_text">
|
|
||||||
<h4>智汇青春 有梦当燃|这场全国大赛决赛在西子湖畔收官!</h4>
|
|
||||||
<p>2023-03-18</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -225,23 +162,23 @@
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.displayFlex {
|
.displayFlex {
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
// flex: 1;
|
||||||
|
width: 33.333333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex1 {
|
.flex1 {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0 38px;
|
// padding: 0 28px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.module {
|
.module {
|
||||||
display: flex;
|
display: flex;
|
||||||
.module_left {
|
width: 100%;
|
||||||
display: flex;
|
height: calc(100vh - 112px);
|
||||||
}
|
|
||||||
// .module_right {
|
|
||||||
// flex: 0 0 25%;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.yd_title {
|
.yd_title {
|
||||||
|
|
|
@ -669,7 +669,7 @@ const change = (name, index) => {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 378px;
|
top: 358px;
|
||||||
left: 84px;
|
left: 84px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue