diff --git a/src/apps/AppMarryAndDie/Add.vue b/src/apps/AppMarryAndDie/Add.vue new file mode 100644 index 00000000..798386f7 --- /dev/null +++ b/src/apps/AppMarryAndDie/Add.vue @@ -0,0 +1,230 @@ + + + + + diff --git a/src/apps/AppMarryAndDie/AllActiveList.vue b/src/apps/AppMarryAndDie/AllActiveList.vue new file mode 100644 index 00000000..95c7eded --- /dev/null +++ b/src/apps/AppMarryAndDie/AllActiveList.vue @@ -0,0 +1,219 @@ + + + + + diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index 021896f3..1373f9f8 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -4,7 +4,7 @@
-
+
活动登记情况 查看全部活动和本月新增 @@ -13,7 +13,7 @@
-
+
干部参与情况 查看全部参与操办信息和本月新增 @@ -22,7 +22,7 @@
-
+
婚礼登记情况 查看全部婚礼和本月新增 @@ -31,7 +31,7 @@
-
+
丧礼登记情况 查看全部丧礼和本月新增 @@ -46,16 +46,59 @@

本年统计

-
+
-
1
+
+ + + + +
我要上报
+ + +
@@ -193,8 +265,10 @@ uni-page-body { } .AppMarryAndDie { height: 100%; - background: #fff; + .msg { + height: 100%; + background: #fff; .box { display: flex; justify-content: space-between; @@ -208,6 +282,7 @@ uni-page-body { margin-top: 8px; padding: 18px 24px 34px; box-sizing: border-box; + background: #f6f7f8; .imgleft { display: flex; flex-direction: column; @@ -238,12 +313,89 @@ uni-page-body { } .chart { + p { + padding: 26px 0 26px 32px; + font-size: 32px; + font-weight: 500; + } .yearStatistics { width: 100%; - // height: 500px; - // background: pink; + height: 600px; } } } + .myReport { + background: #f3f6f9; + padding-bottom: 112px; + + ::v-deep .AiCard { + background: #f3f6f9; + .start { + display: flex; + align-items: center; + background: #fff; + padding: 32px 32px 36px 32px; + border-radius: 16px; + .names, + .phones, + .times, + .areaNames { + display: flex; + .right { + width: 76%; + margin-left: 32px; + font-size: 26px; + color: #333333; + word-break: break-all; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + } + } + .types { + display: inline-block; + margin-top: 32px; + border-radius: 8px; + padding: 4px 8px; + color: #fff; + } + } + .mask { + .moreMenu { + transform: translate(-175px, 20px); + .menu { + text-align: center; + line-height: 80px; + width: 192px; + height: 80px; + font-size: 28px; + font-weight: 400; + color: #333333; + } + } + } + } + + .u-load-more-wrap { + background: #f3f6f9 !important; + margin: 0 !important; + padding: 30px 0; + } + + .fixedBtn { + position: fixed; + width: 100%; + z-index: 999; + bottom: 0; + background: #3975c6; + padding: 32px 0; + text-align: center; + font-size: 32px; + font-weight: 500; + color: #ffffff; + } + } } diff --git a/src/apps/AppMarryAndDie/CadreList.vue b/src/apps/AppMarryAndDie/CadreList.vue new file mode 100644 index 00000000..a0da4700 --- /dev/null +++ b/src/apps/AppMarryAndDie/CadreList.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/src/apps/AppMarryAndDie/FuneralList.vue b/src/apps/AppMarryAndDie/FuneralList.vue new file mode 100644 index 00000000..7fb87ad2 --- /dev/null +++ b/src/apps/AppMarryAndDie/FuneralList.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/src/apps/AppMarryAndDie/MarryList.vue b/src/apps/AppMarryAndDie/MarryList.vue new file mode 100644 index 00000000..eb83cad8 --- /dev/null +++ b/src/apps/AppMarryAndDie/MarryList.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/src/apps/AppResidentActivitie/Add.vue b/src/apps/AppResidentActivitie/Add.vue index 9f688dc1..996f5226 100644 --- a/src/apps/AppResidentActivitie/Add.vue +++ b/src/apps/AppResidentActivitie/Add.vue @@ -155,7 +155,7 @@ export default { return this.$u.toast('请输入活动详情') } if (this.forms.fileIds.length == 0) { - return this.$u.toast('请输入活动详情') + return this.$u.toast('请选择活动封面图') } if (!this.forms.status) { return this.$u.toast('请选择活动类型')