Skip to content

Commit

Permalink
Merge pull request #45 from imsyy/dev
Browse files Browse the repository at this point in the history
样式调整
  • Loading branch information
imsyy authored Jan 15, 2023
2 parents 00a91bb + a5461c3 commit 8c23053
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions public/loading/loading.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
height: 100%;
background-color: #515151e0;
transition: all 0.75s cubic-bezier(0.42, 0, 0, 1.01);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

Expand Down
2 changes: 1 addition & 1 deletion public/loading/loading.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/components/Footer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ footer {
-webkit-animation: fade 0.3s;
}
.lrc {
padding: 0 20px;
display: flex;
flex-direction: row;
align-items: center;
Expand All @@ -73,6 +74,11 @@ footer {
-webkit-animation: fade 0.3s;
.lrc-text {
margin: 0 8px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
word-break: break-all;
}
.i-icon {
width: 18px;
Expand Down
2 changes: 1 addition & 1 deletion src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ p {

// 基础样式
#app {
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100vw;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/lantern.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 8c23053

@vercel
Copy link

@vercel vercel bot commented on 8c23053 Jan 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

home-imsyy – ./

home-imsyy.vercel.app
home-imsyy-imsyy.vercel.app
home-imsyy-git-master-imsyy.vercel.app

Please sign in to comment.