科技成果页面初始化
This commit is contained in:
@ -22,6 +22,13 @@ export default {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
.text_hidden_two {
|
||||||
|
overflow: hidden;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
.text_hidden_four {
|
.text_hidden_four {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
@ -46,8 +46,23 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 检索列表 -->
|
<!-- 检索列表 -->
|
||||||
<div class="screen_l_b">
|
<div class="screen_l_b">
|
||||||
<div class="screen_item" v-for="item in 6" :key="item">
|
<div class="screen_item" v-for="item in 5" :key="item">
|
||||||
<div class="title text_hidden_one">
|
<div class="screen_item_l" style="background-color: red">
|
||||||
|
123
|
||||||
|
<!-- <img src="" alt=""> -->
|
||||||
|
</div>
|
||||||
|
<div class="screen_item_r">
|
||||||
|
<div class="title">金属抛光粉尘管理与净化系统</div>
|
||||||
|
<div class="text_hidden_two text">
|
||||||
|
寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法
|
||||||
|
</div>
|
||||||
|
<div class="tags">
|
||||||
|
<el-tag type="warning" effect="dark">装备制造</el-tag>
|
||||||
|
<el-tag type="warning" effect="dark">技术需求</el-tag>
|
||||||
|
</div>
|
||||||
|
<div class="time">2021-07-23发布</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="title text_hidden_one">
|
||||||
<span class="txt">【¥100万】</span
|
<span class="txt">【¥100万】</span
|
||||||
><span>寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法</span>
|
><span>寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法</span>
|
||||||
</div>
|
</div>
|
||||||
@ -58,7 +73,7 @@
|
|||||||
<p class="text_hidden_four">
|
<p class="text_hidden_four">
|
||||||
企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工
|
企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工企业主要做电梯配件中的电梯导轨,2020年产值2亿元左右,属于重金属加工
|
||||||
</p>
|
</p>
|
||||||
<div class="time">2021-07-23发布</div>
|
<div class="time">2021-07-23发布</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 分页 -->
|
<!-- 分页 -->
|
||||||
@ -236,44 +251,79 @@ export default {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
.screen_item {
|
.screen_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
border: 1px solid #ffa32c;
|
||||||
justify-content: space-between;
|
padding: 15px;
|
||||||
width: calc((100% - 24px) / 3);
|
margin-top: 30px;
|
||||||
height: 292px;
|
.screen_item_l {
|
||||||
margin-right: 12px;
|
width: 225px;
|
||||||
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
|
}
|
||||||
margin-bottom: 14px;
|
.screen_item_r {
|
||||||
cursor: pointer;
|
width: calc(100% - 225px);
|
||||||
border-radius: 6px;
|
margin-left: 15px;
|
||||||
overflow: hidden;
|
.title {
|
||||||
padding: 30px 20px;
|
font-size: 18px;
|
||||||
.title {
|
font-weight: bold;
|
||||||
font-size: 18px;
|
|
||||||
color: #333;
|
|
||||||
.txt {
|
|
||||||
color: #ffa32c;
|
color: #ffa32c;
|
||||||
|
padding: 10px 0;
|
||||||
|
}
|
||||||
|
.text {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
.tags {
|
||||||
|
margin-top: 15px;
|
||||||
|
.el-tag {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.time {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #999;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tags {
|
|
||||||
margin-top: 22px;
|
|
||||||
.el-tag {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
font-size: 16px;
|
|
||||||
color: #666;
|
|
||||||
line-height: 27px;
|
|
||||||
}
|
|
||||||
.time {
|
|
||||||
text-align: right;
|
|
||||||
font-size: 16px;
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.screen_item:nth-of-type(3n + 0) {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
}
|
||||||
|
// .screen_item {
|
||||||
|
// display: flex;
|
||||||
|
// flex-direction: column;
|
||||||
|
// justify-content: space-between;
|
||||||
|
// width: calc((100% - 24px) / 3);
|
||||||
|
// height: 292px;
|
||||||
|
// margin-right: 12px;
|
||||||
|
// box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
|
||||||
|
// margin-bottom: 14px;
|
||||||
|
// cursor: pointer;
|
||||||
|
// border-radius: 6px;
|
||||||
|
// overflow: hidden;
|
||||||
|
// padding: 30px 20px;
|
||||||
|
// .title {
|
||||||
|
// font-size: 18px;
|
||||||
|
// color: #333;
|
||||||
|
// .txt {
|
||||||
|
// color: #ffa32c;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// .tags {
|
||||||
|
// margin-top: 22px;
|
||||||
|
// .el-tag {
|
||||||
|
// margin-right: 10px;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// p {
|
||||||
|
// font-size: 16px;
|
||||||
|
// color: #666;
|
||||||
|
// line-height: 27px;
|
||||||
|
// }
|
||||||
|
// .time {
|
||||||
|
// text-align: right;
|
||||||
|
// font-size: 16px;
|
||||||
|
// color: #999;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// .screen_item:nth-of-type(3n + 0) {
|
||||||
|
// margin-right: 0;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
.el-pagination {
|
.el-pagination {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Reference in New Issue
Block a user