圆角调整

This commit is contained in:
ciaochaos 2020-05-14 23:26:36 +08:00
parent 6870b8b127
commit d9f935c8d7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
background-color: white; background-color: white;
width: calc((100vw - 56px) / 2); width: calc((100vw - 56px) / 2);
height: calc((100vw - 56px) / 2); height: calc((100vw - 56px) / 2);
border-radius: 10px; border-radius: 20px;
box-sizing: border-box; box-sizing: border-box;
border: rgba(0,0,0,0.12) solid 2px; border: rgba(0,0,0,0.12) solid 2px;
-webkit-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out;