Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
锋子 committed Jan 24, 2023
1 parent 99e9c9b commit 4bed9a2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/views/Page1/Page1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,27 +115,12 @@ const download = () => {
height: 60px;
font-size: 18px;
display: flex;
color: #d7cfdb;
color: #26152c;
align-items: center;
justify-content: center;
background-color: #fff;
background-image: linear-gradient(315deg, #a15f48, #b23a58, #fee7ef, #26152c, #d7cfdb);
background-size: 2000% 100%;
border-radius: 6px;
cursor: pointer;
animation: buttonBack 20s linear infinite;
box-shadow: 0 0 10px 1px #74727a;
}
}
@keyframes buttonBack {
0% {
background-position: 0;
}
50% {
background-position: 100%;
}
100% {
background-position: 0;
}
}
.example-section {
Expand Down

0 comments on commit 4bed9a2

Please sign in to comment.