diff --git a/src/components/t-backTop.vue b/src/components/t-backTop.vue index 0bef8c7b..12a04ed3 100644 --- a/src/components/t-backTop.vue +++ b/src/components/t-backTop.vue @@ -1,7 +1,7 @@ @@ -56,19 +56,19 @@ onMounted(() => { width: 60px; height: 60px; border-radius: 50%; - border: 0; - transition: all 0.3s; + transition: all 0.3s linear; } .back-top :hover { - border: 5px solid #4b5366; border-radius: 50%; cursor: pointer; - transition: all 0.3s; + transform: scale(0.9); + transition: all 0.3s linear; + box-shadow: 0 0 10px 5px #546d8b; } -.back-icon { - transition: all 0.3s; +.back-top img { + transition: all 0.3s linear; width: 60px; height: 60px; }