From 89bfb8af3493f14e1042f4613b3ced8e56ce2d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Mon, 25 Sep 2023 11:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../volunteer/gxhzs/gxhzsgl/index copy.vue | 348 ++++++++++++++++++ src/views/volunteer/gxhzs/gxhzsgl/index.vue | 145 +++++--- 2 files changed, 438 insertions(+), 55 deletions(-) create mode 100644 src/views/volunteer/gxhzs/gxhzsgl/index copy.vue diff --git a/src/views/volunteer/gxhzs/gxhzsgl/index copy.vue b/src/views/volunteer/gxhzs/gxhzsgl/index copy.vue new file mode 100644 index 0000000..0a9ccad --- /dev/null +++ b/src/views/volunteer/gxhzs/gxhzsgl/index copy.vue @@ -0,0 +1,348 @@ + + + + + + + + + + + + + 新增 + + + + + + + + 高级 + + + 查看 + + + 修改 + + + 删除 + + + + + + + + + + + + {{ title }} + + + + + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + 证书名称: + {{ form.name }} + + + 证书时间: + {{ form.datetime }} + + + 服务时长: + {{ form.serviceDuration }} + + + 证书内容: + {{ form.content }} + + + 证书封面: + + + + + + + + + + + + diff --git a/src/views/volunteer/gxhzs/gxhzsgl/index.vue b/src/views/volunteer/gxhzs/gxhzsgl/index.vue index 0a9ccad..d66c9ed 100644 --- a/src/views/volunteer/gxhzs/gxhzsgl/index.vue +++ b/src/views/volunteer/gxhzs/gxhzsgl/index.vue @@ -10,11 +10,11 @@ > - + @@ -29,7 +29,49 @@ > - + + + + + + + {{ item.name }} + + + 查看 + 修改 + 删除 + + + + + + div { - height: 100%; + width: 100%; + li { + width: 19%; + height: 49%; + margin-right: calc(1% + (2% / 8)); + margin-bottom: 1%; + list-style: none; + background: #fff; + box-shadow: 0px 3px 15px 0px rgba(184, 184, 184, 0.22); + border-radius: 10px; + .operate { + height: 10%; width: 100%; display: flex; - flex-direction: column; - box-shadow: 0px 3px 15px 0px rgba(184, 184, 184, 0.22); - border-radius: 10px; - overflow: hidden; - .operate { + justify-content: space-between; + align-content: center; + padding: 0 10px; + .integral { flex: 1; - display: flex; - align-items: center; - justify-content: space-between; - padding: 0 10px; - .right-operate { - display: flex; - align-items: center; - justify-content: center; - } - .operate-item { - text-align: center; - font-size: 14px; - color: #8a8585; - cursor: pointer; - } + font-weight: 400; + font-family: "Alibaba-PuHuiTi-Regular"; + color: #4d4949; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } } } + li:nth-of-type(5n) { + margin-right: 0; + } + li:nth-of-type(n + 2) { + margin-bottom: 0; + } +} +::v-deep .pagination-container { + background: transparent !important; }