diff --git a/public/images/success-note.png b/public/images/success-note.png new file mode 100644 index 00000000..ca91f8b6 Binary files /dev/null and b/public/images/success-note.png differ diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index a5ed2489..c092171f 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -135,3 +135,20 @@ ::-webkit-scrollbar-thumb:hover { background: #D8D8D8; } +@keyframes ubAddBlock { + // from { + // bottom: 0; + // } + // to { + // bottom: 200px; + // } + 0% { + bottom: 0; + } + 50% { + bottom: 200px; + } + 100% { + bottom: 200px; + } +} \ No newline at end of file diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index 7cb97fca..27ac72b4 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -8,9 +8,9 @@
- {{mynoteData.playTime}}
-
+
+ {{formatSeconds(mynoteData.playTime)}}
+
- {{note.playTime}}
-
+ {{formatSeconds(note.playTime)}}
笔记保存成功,U币+2
+