diff --git a/src/assets/images/WebsiteBanner.svg b/src/assets/images/WebsiteBanner.svg new file mode 100644 index 0000000..5220ef7 --- /dev/null +++ b/src/assets/images/WebsiteBanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/styles/element-variables.scss b/src/assets/styles/element-variables.scss index be56db9..313fb37 100644 --- a/src/assets/styles/element-variables.scss +++ b/src/assets/styles/element-variables.scss @@ -56,7 +56,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; box-shadow: -10px 5px 10px 5px #eaeaea; } .RightContent{ - width:20vw; + width:15vw; height:fit-content; margin-top:50px; margin-left:20px; @@ -71,4 +71,19 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; border-radius: 6px; background-color: #ffffff; box-shadow: -10px 5px 10px 5px #eaeaea; +} +//回到顶部按钮CSS +.backbutton{ + position:fixed; + left:70vw; + top:90vh; + width:60px; + height:60px; + border-radius:10px; + border:2px solid #dadada; + background-color: #e8e8e8; + box-shadow: -5px 5px 5px 5px #eaeaea; +} +.backbutton :hover{ + color: #789be5!important; } \ No newline at end of file diff --git a/src/components/Monthly/Monthly.vue b/src/components/Monthly/Monthly.vue index 0dba58f..5bc5c66 100644 --- a/src/components/Monthly/Monthly.vue +++ b/src/components/Monthly/Monthly.vue @@ -128,7 +128,6 @@