圆角调整
This commit is contained in:
parent
6870b8b127
commit
d9f935c8d7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue