Skip to content

Commit

Permalink
样式小优化
Browse files Browse the repository at this point in the history
  • Loading branch information
hec9527 committed May 13, 2021
1 parent 03db541 commit 6040fe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,16 @@ body {
color: #fff;
border-radius: 8px;
background: #5ca8f8;
box-shadow: 4px 4px 20px #5ca8f8, -2px -2px 20px #ededed;
box-shadow: 4px 4px 15px #d3d3d3, -4px -4px 15px #fff;
line-height: 48px;
text-align: center;
cursor: pointer;
margin-bottom: 16px;
transform: translateY(-2px);
transition: all 100ms linear;
}
.ctrl-box:hover {
transform: none;
box-shadow: none;
}

Expand Down

0 comments on commit 6040fe0

Please sign in to comment.