diff --git a/components/meet-pop/meet-pop.vue b/components/meet-pop/meet-pop.vue new file mode 100644 index 0000000..6ba3def --- /dev/null +++ b/components/meet-pop/meet-pop.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/meeting/common.scss b/meeting/common.scss index 86eca3f..a0633e7 100644 --- a/meeting/common.scss +++ b/meeting/common.scss @@ -26,4 +26,11 @@ } .items-center{ align-items: center; -} \ No newline at end of file +} +/* -=======背景======= */ +// .bg{ +// min-height: 100vh; +// background-image: url('/static/image/bg.png'); +// background-repeat: no-repeat; +// background-size: cover; +// } \ No newline at end of file diff --git a/meeting/summary/index.vue b/meeting/summary/index.vue index f42532f..587b276 100644 --- a/meeting/summary/index.vue +++ b/meeting/summary/index.vue @@ -1,20 +1,181 @@ \ No newline at end of file diff --git a/static/image/summary/abstract.png b/static/image/summary/abstract.png new file mode 100644 index 0000000..be93757 Binary files /dev/null and b/static/image/summary/abstract.png differ diff --git a/static/image/summary/add.png b/static/image/summary/add.png new file mode 100644 index 0000000..a1ce46b Binary files /dev/null and b/static/image/summary/add.png differ diff --git a/static/image/summary/attendee .png b/static/image/summary/attendee .png new file mode 100644 index 0000000..f9459c8 Binary files /dev/null and b/static/image/summary/attendee .png differ diff --git a/static/image/summary/close.png b/static/image/summary/close.png new file mode 100644 index 0000000..8f67e4c Binary files /dev/null and b/static/image/summary/close.png differ diff --git a/static/image/summary/edit.png b/static/image/summary/edit.png new file mode 100644 index 0000000..8811e2e Binary files /dev/null and b/static/image/summary/edit.png differ diff --git a/static/image/summary/key_word.png b/static/image/summary/key_word.png new file mode 100644 index 0000000..72678d4 Binary files /dev/null and b/static/image/summary/key_word.png differ diff --git a/static/image/summary/meet_title.png b/static/image/summary/meet_title.png new file mode 100644 index 0000000..a22907e Binary files /dev/null and b/static/image/summary/meet_title.png differ diff --git a/static/image/summary/points.png b/static/image/summary/points.png new file mode 100644 index 0000000..3046e63 Binary files /dev/null and b/static/image/summary/points.png differ diff --git a/static/image/summary/summary.png b/static/image/summary/summary.png new file mode 100644 index 0000000..f9b6ce0 Binary files /dev/null and b/static/image/summary/summary.png differ