Skip to content

Commit

Permalink
feat:增加 large、small类,以便控制button的大小;微调动画效果和圆角效果
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZscratcher authored Dec 6, 2022
1 parent 5288b86 commit 8160c4f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,12 @@ progress {
}

.btn.large{
font-size: 1.5rem;
font-size: 1.3rem;
}

.btn.small{
font-size: .8rem;
padding: .5rem
}

.btn:hover{
Expand Down Expand Up @@ -292,7 +296,7 @@ pre,
code,
dialog,
mark {
border-radius: 5px;
border-radius: 10px;
}

mark {
Expand Down Expand Up @@ -364,7 +368,7 @@ dialog {
}

input,.btn,textarea{
transition: all .3s;
transition: all .15s;
}

tr:hover {
Expand Down

0 comments on commit 8160c4f

Please sign in to comment.