From 559d5de4f57efa27464f46561dd50ef9f0970eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Wed, 11 Aug 2021 09:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E6=8A=80=E6=88=90=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/achievements.vue | 240 +++++++++++++------------------- 1 file changed, 95 insertions(+), 145 deletions(-) diff --git a/src/views/home/achievements.vue b/src/views/home/achievements.vue index 0698d59..4633d90 100644 --- a/src/views/home/achievements.vue +++ b/src/views/home/achievements.vue @@ -4,8 +4,12 @@ @@ -15,11 +19,12 @@
技术领域: - + + 不限 {{ item.name }} @@ -27,149 +32,129 @@
成熟度: - + 不限 - - {{ item }} + + {{ item.name }}
合作标签: - + 不限 - - {{ item }} + + {{ item.name }}
-
-
- 123 - -
-
-
金属抛光粉尘管理与净化系统
-
- 寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法 +
+ +
+
+ +
+
+
{{ item.title }}
+
+
+ + {{ item.fieldName }} + + + {{ item.maturityName }} + + + {{ item.labelName }} + +
+
+ {{ parseTime(item.createTime, '{y}-{m}-{d}') }}发布 +
+
-
- 装备制造 - 技术需求 -
-
2021-07-23发布
-
- +
- - - + />
@@ -247,16 +232,21 @@ export default { .screen_l_b { margin-top: 10px; padding: 10px 0; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; + // display: flex; + // flex-wrap: wrap; + // justify-content: flex-start; .screen_item { + cursor: pointer; display: flex; border: 1px solid #ffa32c; padding: 15px; margin-top: 30px; .screen_item_l { width: 225px; + img { + width: 100%; + height: 100%; + } } .screen_item_r { width: calc(100% - 225px); @@ -285,46 +275,6 @@ export default { } } } - // .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 { text-align: right;